Overview
If you have renewed your expired SSL certificate with your certificate provider and received a .crt file, you must import the renewed certificate into Kerio Connect.
This article provides the steps to import the renewed certificate by using the administration console or importing the certificate manually.
Note: When renewing an SSL certificate from the same server, Kerio Connect uses the same private key that was initially used for generating the first certificate.
When importing an SSL certificate from another server, the SSL certificate uses a different private key, that is proprietary from the source server. If the original private key is not copied from the source server, the actual certificate will not be viewable from the Webadmin GUI (Graphical User Interface).
Process
Importing SSL Certificates Using the Kerio Connect Administration Console
- Open the Kerio Connect administration console.
- Navigate to Configuration > SSL Certificates. Take note of the name of the active certificate.
- Click on the Request you created while renewing the certificate. For more information, please refer to Re-Issuing SSL Certificates in Kerio Connect.
- Click Import > Import Signed Certificate from CA (Certification Authority).
NOTE: The Import Signed Certificate from CA option will not be available (grayed out) if the Generate a New Certificate Request steps were not followed. This option is only available against Certificate requests, and will be grayed out on actual certificates.
- Select the server SSL Certificate (.crt file) received from the CA.
- In the SSL Certificates window, select the new certificate.
- Click Set as Default.
- Restart Kerio Connect.
Importing SSL Certificates Manually
- Open the Kerio Connect administration console.
- Navigate to Configuration > SSL Certificates. Take note of the name of the active certificate.
- Stop Kerio Connect.
- Go to the SSL certificate folder for the MailServer.
The default locations of the SSL certificate folder for each operating system are listed below.- Windows:
C:\Program Files\Kerio\Mailserver\sslcert
- Linux (root):
/opt/kerio/mailserver/sslcert
- macOS (root):
/usr/local/kerio/mailserver/sslcert
- Windows:
- In the SSL certificate folder, make a backup of the .crt file that has the same name as your active certificate.
- Rename the new certificate (.crt file) to match the name of the active certificate. Copy the new certificate to the SSL certificate folder (replacing the previous active certificate).
- Start Kerio Connect.
- If there are any issues, stop Kerio Connect and perform the following steps:
- Put the original certificate that you have backed up in the SSL Certificate folder.
- Start Kerio Connect.
- Re-issue a new SSL certificate.
Related Articles