|
|
Installation of a certificate for Cyrus IMAPInstallation instructions
Step 1: The .PEM file setup You will receive your certificate file(s) by e-mail. Your certificate file has to be a .pem file. If you also received an Intermediate Certificate then you have to concatenate this with the Domain Certificate and your Private Key file into one single .pem file. Make sure all the information is included, without any spaces or blanks, see below. -----BEGIN CERTIFICATE----- Step 2: Configuration file Open the Cyrus IMAP configuration file, imapd.conf (usually located in /etc/imapd.conf) and modify or add the following lines: tls_cert_file: /path-to-file/server.pem Make sure the files are readable. Step 3: Restart Cyrus |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||