View previous topic :: View next topic |
Author |
Message |
BigBaaadBob Guru


Joined: 19 Apr 2003 Posts: 342 Location: Swampscott, MA USA
|
Posted: Sat Jan 13, 2007 9:57 pm Post subject: Using REAL certs with courier-imap? |
|
|
I'm again setting up a server using http://www.gentoo.org/doc/en/virt-mail-howto.xml, but I'd like to use something other than the self-signed certificates for IMAP and POP. For example a cert from Startcom. This howto doesn't address that.
How do I do that? |
|
Back to top |
|
 |
nobspangle Veteran


Joined: 23 Mar 2004 Posts: 1318 Location: Manchester, UK
|
Posted: Sat Jan 13, 2007 11:55 pm Post subject: |
|
|
You need to create a certificate signing request using openssl. This will also generate your private key. Make sure you set the common name of your certificate to the fqdn of your imap server.
Send the signing request off and you will receive the certificates back from your supplier. Then just make sure both the private key and the certificate are referenced by the config file for courier. If your certificate has intermediate certs before the root you will need to reference those as well. |
|
Back to top |
|
 |
|