Quick Links

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
-----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.

You will need to install the OptimumSSL intermediate certificates in order for browsers to trust your certificate. The intermediate certificates are attached to your email.
Please import the intermediate certificates in the following order:
The following will require that you access the httpd config file.
In the GlobalSSL Setting in the httpd.conf file, you will need to complete the following:
Open the UTNAddTrustServerCA.crt certificate provided with your site certificate and copy the certificate content to your clipboard. Open a text editor. Paste the information on the clipboard into this text file. Save the file as 'ca.txt'. It should look like this:
"-----BEGIN CERTIFICATE-----"
and
"-----END CERTIFICATE-----"
Next, open the second intermediate certificate, OptimumSSLCA.crt. Repeat the process and paste into the same document. Your final doc should look something like this:
-----BEGIN CERTIFICATE-----
MIIEyDCCBDGgAwIBAgIEAgACmzANBgkqhkiG9w0BAQUFADBFQGEwJV
UzEYMBYGA1UEChMPR1RFIENvcnBvcmF0aW9uMRwwGgYDVQUgQ3liZXJU
.....
zs1x+3QCB9xfFScIUwd21LkG6cJ3UB7KybDCRoGAAK1EqlzWINlVqvaDj
vA2AOurM+5pX7XilNj1W6tHndMo0w8+xUengDA==
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
MIIB+jCCAWMCAgGjMA0GCSqGSIb3DQEBBAUAMEUxCzAJMRgwFgYD
VQQKEw9HVEUgQ29ycG9yYXRpb24xHDAaBgNVBAMTEydXN0IFJv
.....
IjeaY8JIILTbcuPI9tl8vrGvU9oUtCG41tWW4/5ODFlitppKqXH/9Apy
bW1EDp3zdHSo1TRJ6V6e6bR64eVaH4QwnNOfpSXY
-----END CERTIFICATE-----
Add the following line to the SSL section of the httpd.conf (assuming /etc/httpd/conf is the directory to where you have copied the intermediate files)
If the line already exists amend it to read the following: SSLCACertificateFile /etc/httpd/conf/ca.txt
Note: If you are using a different location and certificate file names you will need to change the path and filename to reflect the path and file name that you are using. Cobalt Raq Guides: