Page 1 of 1

Apache & VeriSign certificate: Not trusted

Posted: Tue Sep 05, 2006 1:56 pm
by ^rooker
When using a VeriSign certificate with Apache, you might still encounter problems that the client doesn't trust your certificate.

Usually, you have only 2 lines for SSL:

Code: Select all

SSLCertificateFile /usr/local/ssl/crt/public.crt  
SSLCertificateKeyFile /usr/local/ssl/private/private.key  
but in this case you also need an intermediate certificate:

Code: Select all

SSLCACertificateFile /usr/local/ssl/crt/intermediate.crt
Here's a "howto install verisign certificate in apache" by verisign themselves.