
Need multiple certificates? Buy in bulk and save £££s. Click Here to find out more
Cobalt Raq Series
Installing your SSL Certificate / Web Server Certificate / Secure Server Certificate from ssl247.co.uk
Firstly when your issuance email arrives you will have two certificates in the email - your server certificate and a UTN chained certificate.
Copy the UTN chained certificate into a text editor
such as notepad and save as chain.crt.
Copy your web server certificate into a text editor
such as notepad and save as yourdomain.txt.
Install the server certificate as described in the Cobalt manual.
For the admin server:
/home/sites/home/certs/certificate
/home/sites/home/certs/key
For a virtual server with associated site number:
/home/sites/site##/certs/certificate
/home/sites/site##/certs/key
Install the UTN chained certificate
Access the httpd.conf file. You will need to telnet into your webserver and complete the following:
SSLCACertificateFile /etc/httpd/conf/chain.crt
Note: If you are using a different location and certificate file names you will need to change the path and filename to reflect your server.
|