Openssl: Difference between revisions
From DWIKI
Line 7: | Line 7: | ||
*[http://www.eclectica.ca/howto/ssl-cert-howto.php ssl cert HOWTO] | *[http://www.eclectica.ca/howto/ssl-cert-howto.php ssl cert HOWTO] | ||
*[http://www.madboa.com/geek/openssl/ OpenSSL Command-Line HOWTO] | *[http://www.madboa.com/geek/openssl/ OpenSSL Command-Line HOWTO] | ||
*[http://wiki.cacert.org/wiki/VhostTaskForce#head-f7f4c7599aef8b22de373b0922b39f4e75e95db4 1. Way: SubjectAltName Only] | *[http://wiki.cacert.org/wiki/VhostTaskForce#head-f7f4c7599aef8b22de373b0922b39f4e75e95db4 1. Way: SubjectAltName Only] | ||
Revision as of 12:43, 2 July 2009
Links
Documentation and HOWTOs
- OpenSSL Certificate Authority Setup
- ssl cert HOWTO
- OpenSSL Command-Line HOWTO
- 1. Way: SubjectAltName Only
Courier-imap and ssl
- http://linsec.ca/Using_Courier-IMAP_and_SSL
- http://linux.seindal.dk/2005/12/04/making-a-courier-imap-ssl-sertificate/
Tips&Tricks
Examining certificates
openssl verify cert.pem
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