Apache & VeriSign certificate: Not trusted
Posted: Tue Sep 05, 2006 1:56 pm
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:
but in this case you also need an intermediate certificate:
Here's a "howto install verisign certificate in apache" by verisign themselves.
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
Code: Select all
SSLCACertificateFile /usr/local/ssl/crt/intermediate.crt