Installing your Primary Server Certificate (your_domain_name.crt)
-
If you have a temporary SSL Certificate in your /ServerRoot/ssl/certs/ directory, move or delete it.
-
Run Command "getca servername" where "servername" is the same name created during generation of your Private-Key or CSR request.
-
Open your Primary E-Tuğra SSL Certificate (your_domain_name.crt) with a text editor and copy the content (see example below), to your clipboard:
-----BEGIN CERTIFICATE-----
text ...
-----END CERTIFICATE----- -
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 (E-Tugra_root.crt)
-
Once you have completed the steps above you will copy your Intermediate E-Tuğra Root certificate (E-Tugra_root.crt) to your server in the /ssl/certs/ directory.
-
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 E-Tuğra Intermediate Root Certificate file(E-Tugra_root.crt) as follows:
SSLCACertificateFile ssl/certs/E-Tugra_root.crt
-
Restart your server.