CA Certificate files, usually in certificate chain order.
I had the same issue. I just replaced these lines in /etc/apache2/site-enabled/ default-ssl.conf SSLCertificateFile /etc/ssl/certs/domain.crt SSLCertificateKeyFile ...
ca-bundle) file. These are known as a chain of intermediate and root Certificates. If you uploaded the intermediate Certificates separately onto ...
For 2.4.6 and earlier you should: SSLCertificateFile loads the server certificate. SSLCertificateChainFile loads the server certificate CA chain.
Securing Apache (httpd-2.4.6), mod_ssl (mod_ssl-2.4.6) that uses openssl
Given that you're using this in your apache config: SSLCertificateFile /etc/ apache2/cert/ssl.crt SSLCertificateKeyFile /etc/apache2/cert/ssl.key.
I figured it out. I had to use SSLCACertificateFile directive instead of SSLCertificateChainFile directive. This was due to Go Daddy's cert not ...
Locate the Apache configuration file where your Virtual Host is configured. Locate the line
SSLCertificateKeyFile /etc/httpd/conf/ssl.key/... SSLCACertificateFile /etc/httpd/ conf/ssl.crt/... SSLCertificateChainFile /etc/pki/tls/certs/.
Then point the SSLCertificateFile, SSLCertificateKeyFile, and SSLCertificateChainFile to the locations of the certificate files for each website as shown below:.