PositiveSSL Certificate Installation: Zeus Webserver v3

Installing your Certificate on Zeus

You will be receiving the following four files from comodo:
Root AddTrustExternalCARoot.crt
Intermediate CA UTNAddTrustServerCA.crt
Intermediate CA PositiveSSLCA.crt
domain/site certificate yourdomainname.crt
Or You can download the Positive ssl Root and Intermediate files from here.open a text editor and then copy the text from each certificate into the text editor to form one file. The certificates should be pasted in the following sequence,
your site \ yourdomain certificate ,PositiveSSLCA.crt , UTNAddTrustServerCA.crt and AddTrustExternalCARoot.crt
and the resulting file should look like the following:

-----BEGIN CERTIFICATE-----
(Your Site Certificate Encoded Text)
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
(PositiveSSLCA.crt Encoded Text)
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
(UTNAddTrustServerCA.crt Encoded Text)
-----END CERTIFICATE-----
-----BEGINCERTIFICATE-----
(AddTrustExternalCARoot.crt)
-----END CERTIFICATE-----

Please note: Make sure you include the -----BEGIN CERTIFICATE----- and-----END CERTIFICATE----- as displayed above.

1. Login to the web server.

2.Select SSL certificates

3.Select Generate CSR (or Replace Certificate) against the certificateset

4.Copy/Paste the text from the text editor into the Signed Certificatebox and click OK.

5.Then select Accept this Certificate

6.The certificate set now needs assigning to the web site. Click on the Home icon. Put a tick in the box next to the virtual server to configure and select configure.

7.Click on SSL Enabled.

8.Enable SSL and select the certificate set to use.

9.Apply and commit the changes then restart the web server.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

PositiveSSL Certificate Installation: Apache & mod_ssl / OpenSSL

Installing your Certificate on Apache Mod_SSL / OpenSSLStep one: Copy your certificate to a...

PositiveSSL Certificate Installation: BEA Systems Weblogic

BEAWeblogic CertificateInstallation Instructions You will be receiving the following four...

PositiveSSL Certificate Installation: C2Net Stronghold

Installing a Certificate on a Stronghold Server Note:There are three certificates that need to...

PositiveSSL Certificate Installation: Cobalt RaQ 4 / 550 / XTR

Installing your Certificate on aCobalt RaQ4/XTR Installing the site certificate Goto the...

PositiveSSL Certificate Installation: Ensim

Installing your Certificate on Apache via Ensim Web appliance 3.1.xStep one: Loading the Site...