Zeus Server  Print this Article

To enable SSL sessions on your website you have to install on your server 3 types of certificates: SSL certificate issued for domain (website), intermediate CA certificate and Root CA cert. The certificates should be pasted in this sequence, with lines -----BEGIN CERTIFICATE----- and -----END CERTIFICATE----- to text editor. The right sequence should be:
-----BEGIN CERTIFICATE-----
(site certificate)
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
(intermediate SSL)
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
(root CA)
-----END CERTIFICATE-----

Then follow the steps:

  1. Login to the web server.
  2. In the left menu select SSL certificates.
  3. Certificate Sets will display. Select Generate CSR (or Replace Certificate) next to domain which you want to encrypt.
  4. Copy and paste the text from the text editor into the Signed Certificate box and click OK.
  5. 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.
  6. Enable SSL and select the certificate set to use.
  7. Apply and commit the changes then restart the web server.

Was this answer helpful?

Related Articles

SSL Installations
SSL installation depends on the type of server you are securing. Please select below the server...
Apache (with mod_ssl)
Installing SSL certificate on Apache with mod_ssl To install certificate you need 2...
Apple Mac OS X Server
Log in to admin server as a root. Create a folder /etc/httpd/ssl.crt/ (if it does not exist)....
Barracuda VPN server
Installing SSL certificate on Barracuda VPN serverImport CertificatesFrom the appliance web...
Cisco ACS Server
Note: If the domain/site certificate is created using CA certificate, you need to repeat steps...