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

  1. Once you have received your SSL Certificate files from DigiCert, open a text editor and paste the contents of each certificate one after another in the following order:

    1. The Primary Certificate (your_domain_name.crt)
    2. The Intermediate Certificate (DigiCertCA.crt)
    3. The Root Certificate (TrustedRoot.crt)
  2. 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: DigiCertCA.crt)
    -----END CERTIFICATE-----

    -----BEGIN CERTIFICATE-----
    (Your Root certificate: TrustedRoot.crt)
    -----END CERTIFICATE-----

  3. In the web server, select SSL certificates.

  4. Against all logic, click on 'Generate CSR' (or, possibly, 'Replace Certificate') for this certificate.

  5. Paste your new combined certificate into the box labelled Signed Certificate. Click OK.

  6. Accept this Certificate.

  7. Click on Home, and check the box next to the domain you are securing. Hit Configure.

  8. Go to SSL enabled. Click on SSL is enabled, and select your Certificate.

  9. Save the changes, and restart the server.

Installing your SSL Certificates in Zeus Webserver

How to install your SSL Digital Certificate.

BUY NOW