Openssl: Difference between revisions

From DWIKI
mNo edit summary
Line 21: Line 21:


  openssl x509 -in cacert.pem -noout -text
  openssl x509 -in cacert.pem -noout -text
=Creating your own CA and signing with it=
(based on http://www.eclectica.ca/howto/ssl-cert-howto.php#rootc)
cd /etc/ssl
mkdir newcerts

Revision as of 19:01, 20 March 2009