|
Preparing your Apache server for SureServer Extended Validation SSL Certificates: You have to enable the Roots chaining certificate, therefore you should add the following line to the "httpd.conf" file in "mod_ssl global module settings" :
SSLCertificateChainFile {PATH to reach the file}/secureroots.crt
where secureroots.crt is the file that contains the chain (Base 64 encoded):
You Certificate must be referenced in SSLCertificateFile.
All other SSL references must be disabled. |
|