PositiveSSL Certificate Installation: C2Net Stronghold

Installing a Certificate on a Stronghold Server

Note:There are three certificates that need to be installed during this process. The first is the "Site" certificate, contained in the email from Comodo. The second is the Intermediate CA certificates;please use the Intermediate CA certificate that came with your sitecertificate in the zip file.

For positive ssl certificate, in additonal to your domain certificate you will be receiving 3 more files.For Stronghold Server you should use the following two certificates:
Intermediate CA UTNAddTrustServerCA.crt
Intermediate CA PositiveSSLCA.crt

or You can download the Positive ssl Intermediate files from here.

Please follow the steps below:
If you already have a temporary certificate in your/ServerRoot/ssl/certs directory, move, rename or delete it. Run the command "getca servername" where "servername" is the same name created during generation of the key or certificaterequest ("genkey servername" or "genreq servername").Open the site certificate in the e-mail from Comodo with a text editor and copy the content (including the lines below), as shown below to your clipboard:

"-----BEGINCERTIFICATE-----"
and
"-----END CERTIFICATE-----"

Paste the contents into the termin al window where you ran "getca".
Enter Control-D or the appropriate EOF character for your termin al.
Before restarting the server please install the intermediate certificate as below.
Use the UTNAddTrustServerCA.crt certificate provided with your site certificate and copy the certificate content (including the lines below), as shown below to your clipboard. Open a text editor. Paste the information on the clipboard into this text file. Save the file as 'ca_new.txt'. It should look like this:
"-----BEGIN CERTIFICATE-----"
and
"-----END CERTIFICATE-----"
Next, open the second intermediate certificate, PositiveSSLCA.crt. Repeat the process and paste into the same document.
Your fin al doc should look something like this:
-----BEGIN CERTIFICATE-----
MIIEhjCCA26gAwIBAgIQUkIGSk83/kNpSHqWZ/9dJzANBgkqhkiG9w0BAQUFADBv
MQswCQYDVQQGEwJTRTEUMBIGA1UEChMLQWRkVHJ1c3QgQUIxJjAkBgNVBAsTHUFk
.....
7uRJQ8E5fc8vlqd1XX5nZ4TlWSBAvzcivwdDtDDhQ4rNA11tuSnZhKf1YmOEhtY3
vm9nu/9iVzmdDE2yKmE9HZzvmncgoC/uGnKdsJ2/eBMnBwpgEZP1Dy7J72skg/6b
kLRLaIHQwvrgPw==
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
MIIFAzCCA+ugAwIBAgIQTM1KmltFEyGMz5AviytRcTANBgkqhkiG9w0BAQUFADCB
lzELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug
.....
zg5G8t6P2jt9HpOs/PQyKw+rAR+lQI/jJJkfXbKqDLnioeeSDJBLU30fKO5WPa8Y
Z0nf1R7CqJgrTEeDgUwuRMLvyGPui3tbMfYmYb95HLCpTqnJUHvi
-----END CERTIFICATE-----
Save the file to the location "ssl/certs/ca_new.txt" located in your ServerRoot directory. Change the SSLCACertificateFile directive in your httpd.conf file to point to the intermediate file (ca_new):
SSLCACertificateFile ssl/certs/ca_new.txt
Now restart the web server so that the new certificate is loaded

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

PositiveSSL Certificate Installation: F5 BigIP

F5 Big IPController CertificateInstallation Installing certificates from the certificate...