Failed to configure CA certificate chain
- by kron
Hi All,
I'm trying to setup SSL on fedora with apache.
In my vhost...
SSLCertificateFile /your/path/to/crt.crt
SSLCertificateKeyFile /your/path/to/key.key
SSLCertificateChainFile /your/path/to/DigiCertCA.crt
I had it working fine with a self signed key, but can't get it to work with the DigiCertCA crt.
When I run
service httpd restart
It…