| C2Net Stronghold Web Server |
|
 |
 |
Once you receive the email with your certificate, follow the below
instructions to install your EBIZID SSL Certificate.
| There are TWO certificates that need to be installed during
this process. The first is the "Site" certificate, contained in the email
from EBIZID. The second is the "Bundled intermediate certificate" |
Install
the bundle file
www_yourdomain_com.ca-bundle
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 certificate request ("genkey servername" or "genreq
servername"). Open the site certificate from the e-mail with a text editor
and copy the content (including the begin and end certificate lines), as shown
below to your clipboard:
"-----BEGIN CERTIFICATE-----"
and
"-----END CERTIFICATE-----"
Paste the contents into the terminal
window where you ran "getca".
Enter Control-D or the appropriate EOF character for your terminal.
Install
the intermediate certificate as below.
Open the bundle file certificate from above download and copy
the certificate content (including the lines below), as shown below to your
clipboard:
"-----BEGIN CERTIFICATE-----"
and
"-----END CERTIFICATE-----"
Paste the content into the file "ssl/certs/ca_new.txt" located
in your ServerRoot directory. Change the SSLCACertificateFile directive in
your httpd.conf file to point to the bundle file (ca_new):
SSLCACertificateFile ssl/certs/ca_new.txt

You must restart the web server so that the new certificate
is loaded
An alternative to the above installation procedure is to
copy and paste all three certificates to a single text file and install
as a single file on your server depending on the version of your software.
Please see the developers
web site for more information. |
|