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 18:01, 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
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