Openssl: Difference between revisions
From DWIKI
Line 6: | Line 6: | ||
*[http://sial.org/howto/openssl/ca/ OpenSSL Certificate Authority Setup] | *[http://sial.org/howto/openssl/ca/ OpenSSL Certificate Authority Setup] | ||
*[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://sial.org/howto/openssl/ca/ OpenSSL Certificate Authority Setup] | *[http://sial.org/howto/openssl/ca/ OpenSSL Certificate Authority Setup] | ||
*[http://wiki.cacert.org/wiki/VhostTaskForce#head-f7f4c7599aef8b22de373b0922b39f4e75e95db4 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/ | |||
*[http://gentoo-wiki.com/Courier_ssl Another courier-ssl doc] | *[http://gentoo-wiki.com/Courier_ssl Another courier-ssl doc] | ||
==Tips&Tricks== | ==Tips&Tricks== |
Revision as of 17:30, 20 March 2009
Links
Documentation and HOWTOs
- OpenSSL Certificate Authority Setup
- ssl cert HOWTO
- OpenSSL Command-Line HOWTO
- OpenSSL Certificate Authority Setup
- 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/
- Another courier-ssl doc
Tips&Tricks
Examining certificates
openssl verify cert.pem
openssl x509 -in cacert.pem -noout -text