Once you receive the .zip containing the certificate files, extract the “certs” folder somewhere on your server. We will be combining the files you received in to a .pem format.
With a text editor (such as wordpad), copy and paste the entire body of each certificate into one text file in the following order:
- The Primary Certificate - your_domain_name.crt
- The First Intermediate Certificate - E-TugraEVSubCa.crt
- The Root Certificate - TrustedRoot.crt
- The Private Key - your_domain_name.key
Make sure to include the beginning and end tags on each certificate. The result should look like this:
-----BEGIN CERTIFICATE-----
(Your Primary SSL certificate: your_domain_name.crt)
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
(Your First Intermediate certificate: E-TuğraSubCA.crt)
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
(Your Root certificate: TrustedRoot.crt)
-----END CERTIFICATE-----
-----BEGIN RSA PRIVATE KEY-----
(Your Private Key: your_domain_name.key)
-----END RSA PRIVATE KEY-----
Save the combined file as your_domain_name.pem. Your .pem file should be ready for use.
You will now want to open Cerberus Ftp Server and navigate to Configuration, Server Manager, then click on Security in the left column.
If Enable SSL/TLS isn't already checked, then check it now.
In the Certificate field and Private Key field, browse to the .pem file you just created (use the same file for both fields).
The SSL certificate should now be ready for use.