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 fails to start. This is what I get in the logs...
[Sat Jan 29 07:57:13 2011] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suex$
[Sat Jan 29 07:57:13 2011] [error] Failed to configure CA certificate chain!
Any assistance would be really appreciated!
Thanks