Les Partages de Memiks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
How To Verify SSL Certificate From A Shell Prompt http://www.cyberciti.biz/faq/test-ssl-certificates-diagnosis-ssl-certificate/
Tue Mar 20 01:02:23 2012 archive.org
QRCode
thumbnail

Un article interressant concernant l'installation de certificat sous linux.

cela m'a été très utile pour installer le certificat de github ;)

mkdir -p ~/.cert/github.com
openssl s_client -showcerts -connect github.com:443 2>&1 | sed -e 's/.-----BEGIN CERTIFICATE-----//g' | sed -e 's/-----END CERTIFICATE-----.//g' > ~/.cert/github.com.pem

;)

certificat cert github.com github linux git wget
4756 links, including 1670 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn