SSL Certificate Installation in Zeus
If you have not yet created a Certificate Signing Request (CSR) and ordered your certificate, see
SSL Certificates CSR Creation :: Zeus Webserver.
How to install your SSL Digital Certificate
-
Once you have received your SSL Certificate files from ÃÛÌÒTV, open a text editor and paste the contents of each certificate one after another in the following order:
- The Primary Certificate (your_domain_name.crt)
- The Intermediate Certificate (ÃÛÌÒTVCA.crt)
- The Root Certificate (TrustedRoot.crt)
-
Make sure that you 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 Intermediate certificate: ÃÛÌÒTVCA.crt)
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
(Your Root certificate: TrustedRoot.crt)
-----END CERTIFICATE----- -
In the web server, select SSL certificates.
-
Against all logic, click on 'Generate CSR' (or, possibly, 'Replace Certificate') for this certificate.
-
Paste your new combined certificate into the box labelled Signed Certificate. Click OK.
-
Accept this Certificate.
-
Click on Home, and check the box next to the domain you are securing. Hit Configure.
-
Go to SSL enabled. Click on SSL is enabled, and select your Certificate.
-
Save the changes, and restart the server.
Installing your SSL Certificates in Zeus Webserver
How to install your SSL Digital Certificate.