Installing
the site certificate
Go to the Server Management
screen.
Click the green icon (Wrench for RaQ4, Pencil for XTR) next to the SSL enabled
virtual site
Click SSL Settings on the left side.
Copy the entire contents of the site certificate that you received, including
the following.
-----BEGIN CERTIFICATE-----
and
-----END CERTIFICATE-----
Paste
the new certificate information that you copied into the "Certificate" window.
Select "Use manually entered certificate" from the
pull-down menu at the bottom.
Click Save Changes.

Install
the Intermediate Certificates
You will need to install
the Intermediate and Root certificates in order for browsers
to trust your certificate. Cobalt users are required to install
the intermediate certificates using a 'bundle' method.
| When Install Requires |
Use these Certificates |
Bundled Root Certificates |
 Click to download
|
Intermediate Certificate |
 Click to download |
GTE Cyber Trust Root |
 Click to download
|
The following will require that you access the httpd
config file. This may be achieved by telnetting into your webserver.
you will need to add the following SSL directive for
the Global SSL settings, in the httpd.conf file,
This may also be achieved by:
Copying the bundle file to the same directory as httpd.conf (this contains
all of the ca certificates in the intermediate chain).
Add the following line to httpd.conf, if this line already exists amend it
to read the following:
For a 1 or 2 year certificates
SSLCACertificateFile/etc/httpd/conf/ca-bundle/CaBundleRoot1y.txt
OR
3 Year Certificates
SSLCACertificateFile/etc/httpd/conf/ca-bundle/CaBundleRoot3y.txt

1. The SSLCACertificateFile/etc/httpd/conf/ca-bundle/ca_new.txt
directory may be differnet for your server so you should follow
the directory that is on your server and place the bundle there.
2. If you are using a different location and certificate file
names you will need to change the path and filename to reflect
your server. |
Cobalt Raq Guides:
RAQ 4
RAQ 550
RAQ XTR
|