Installing your Courier IMAP SSL Digital Certificate
Collect your Certificate files:
Login to your DigiCert Customer Account,and collect your primary and intermediate certificate files. Also, locate your private key (your_domain_name.key) that was generated with your CSR.
Create a combined .pem certificate file:
Open a text editor and paste the contents of the primary certificate and the private key one after another in the following order:
Include the 'BEGIN' and 'END' tags on each. The result should look like this:
-----BEGIN CERTIFICATE-----
(Your Primary SSL certificate: your_domain_name.crt)
-----END CERTIFICATE-----
-----BEGIN RSA PRIVATE KEY-----
(Your Private Key: your_domain_name.key)
-----END RSA PRIVATE KEY-----
Save the combined file as digicertpack.pem
Save the DigiCert Intermediate certificate:
Copy the Digicert intermediate certificate (DigiCertCA.crt) into a text editor and save it as a new file named digicertca.txt.
Securing your Courier IMAP:
Locate and open imapd-ssl file (typically found in /usr/lib/courier-imap/etc/). Add the following directives and file locations:
Please verify that line below line is allowing SSL3
Securing your POP3:
Locate and open pop3d-ssl file (typically found in /usr/lib/courier-imap/etc/). Add the following directives and file locations:
File permissions:
Make sure that the file permissions are set so that digicertpack.pem is readable by root only.
7) Restart the Courier IMAP server.
How to install your SSL Certificate.
If you are ready to purchase your next SSL Certificate, select the button below.
© 2003-2010 DigiCert® Inc • SSL Certificate Authority • All Rights Reserved
All trademarks displayed on this web site are the exclusive property of the respective holders.