Openssl: Difference between revisions

From DWIKI
Line 12: Line 12:
*http://linsec.ca/Using_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://linux.seindal.dk/2005/12/04/making-a-courier-imap-ssl-sertificate/
===Network Solutions certificates===
First in chain is the root certificate AddTrustExternalCARoot.crt.
The next ones are the intermediates: NetworkSolutions_CA.crt and UTNAddTrustServer_CA.crt.


==Tips&Tricks==
==Tips&Tricks==

Revision as of 15:23, 2 July 2009

Links

Documentation and HOWTOs

Courier-imap and ssl

Network Solutions certificates

First in chain is the root certificate AddTrustExternalCARoot.crt. The next ones are the intermediates: NetworkSolutions_CA.crt and UTNAddTrustServer_CA.crt.

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
(perform secret rituals)