| SSL Certificate Installation in C2Net Stronghold

Installing your C2Net
Stronghold SSL Certificate
Installing your Primary Server Certificate (your_domain_name.crt)
1) If you have a temporary SSL Certificate in your /ServerRoot/ssl/certs/ directory,
move or delete it.
2) Run Command "getca servername" where "servername" is the same name created during generation of your Private-Key or CSR
request.
3) Open your Primary DigiCert Certificate (your_domain_name.crt)
with a text editor and copy the content (see example below), to
your clipboard: -----BEGIN CERTIFICATE-----
text ...
-----END CERTIFICATE-----
4) Paste the contents of your Certificate into the getca terminal window and
enter Control-D or the appropriate EOF character.
Installing your Intermediate CA Certificate (DigiCertCA.crt)
1) Once you have completed the steps above you will copy your Intermediate DigiCert
CA Certificate (DigiCertCA.crt) to your server in the /ssl/certs/
directory.
2) Locate and edit your httpd.conf file (normally located in the /conf/ directory).
Change the SSLCACertificateFile entry in your httpd.conf file so that it
points to the DigiCert Intermediate Root Certificate file(DigiCertCA.crt)
as follows:
SSLCACertificateFile ssl/certs/DigiCertCA.crt
3) Restart your server.

Installing your SSL Certificates in C2Net Stronghold
How to install your SSL Digital
Certificate.
|