Installation de Certificats SSL sur Courrier IMAP

1) Locate your SSL certificate that was emailed to you by SSL247


2) Create a combined .pem certificate file
Open a text editor and paste the contents of your certificate and the private key one after another in the following order:

1. Your SSL cert
2. The Private Key (your_domain_name.key)


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 ssl247pack.pem


3) 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:


  TLS_CERTFILE=/some/path/ssl247pack.pem

  TLS_TRUSTCERTS=/some/path/ssl247ca.txt


Please verify that line below line is allowing SSL3

TLS_PROTOCOL=SSL3


4) Securing your POP3:

Locate and open pop3d-ssl file (typically found in /usr/lib/courier-imap/etc/). Add the following directives and file locations:


  TLS_CERTFILE=/some/path/ssl247pack.pem

  TLS_TRUSTCERTS=/some/path/ssl247ca.txt


5) File permissions:

Make sure that the file permissions are set so that ssl247pack.pem is readable by root only


6) Restart the Courier IMAP server.

 

 

 

http://www.ssl247.fr/

Pour être informé des derniers articles, inscrivez vous :