Import the signed certificate into Kerio MailServer
- Once you have received the certificate in X.509 base-64 encoded format, this exact information must be saved as *.crt to some location on the local hard drive.
- Locate the /sslcert directory.
- OSX: /usr/local/kerio/mailserver
- Windows: C:/program files/kerio/mailserver
- Red Hat: /opt/kerio/mailserver
- Locate the *.csr file. This is the request file, it should be named something like server1.csr.
- Copy the signed certificate into this directory using the same name as the request file, but with the .crt extension. For example server1.crt.
- At this point, you should have three files: the request (*.csr), the private key (*.key), and the certificate (*.crt). All files should have the same name, for example server1.csr, server1.key and server1.crt.
- Restart Kerio MailServer and reconnect to the administration console.
- In Configuration/SSL Certificates, select the new certificate and choose the 'set as active' button in the bottom right corner.
- Restart the Kerio MailServer service to activate the new signed certificate.