Apache Web Server with OpenSSL, mod_ssl
! It is strongly recommended that the httpd.conf file is backed up before attempting modifications.
In the section of /usr/local/apache/conf/httpd.conf labeled
- Enable / Disable SSL for this host
SSLEngine on - Certificate Paths:
SSLCertificateFile /usr/local/apache/conf/ssl.crt/servername.crt
SSLCertificateKeyFile /usr/local/apache/conf/ssl.key/servername.key
SSLCertificateChainFile /usr/local/apache/conf/ssl.crt/ca.crt* - If this is a new install, ensure the Servername entry contains the name of the server (same as Common Name from CSR creation)
* Only required if the Entrust Chain Certifcate was installed
White Papers
![[Certification Authorities - Webtrust - Deloitte]](/images/cert_services/deloitte_seal_sm.jpg)