Openssl: Difference between revisions
From DWIKI
m (→Tips&Tricks) |
|||
Line 16: | Line 16: | ||
*http://www.madboa.com/geek/openssl/#verify-standard | *http://www.madboa.com/geek/openssl/#verify-standard | ||
openssl verify cert.pem | openssl verify cert.pem | ||
openssl x509 -in cacert.pem -noout -text |
Revision as of 07:12, 2 March 2009
Links
Documentation and HOWTOs
- OpenSSL Certificate Authority Setup
- ssl cert HOWTO
- http://linux.seindal.dk/2005/12/04/making-a-courier-imap-ssl-sertificate/
- OpenSSL Command-Line HOWTO
- OpenSSL Certificate Authority Setup
- Another courier-ssl doc
- 1. Way: SubjectAltName Only
Tips&Tricks
Examining certificates
openssl verify cert.pem
openssl x509 -in cacert.pem -noout -text