Using wildcard SSL certs (chain certificate) with mod_gnutls
Posted
by QWade
on Server Fault
See other posts from Server Fault
or by QWade
Published on 2010-06-17T00:16:14Z
Indexed on
2010/06/17
0:23 UTC
Read the original article
Hit count: 768
I have a wildcard SSL certificate from GoDaddy that has three files:
wildcard.crt gd_bundle.crt wildcard.key
In setting up mod_gnutls to be used with Apache, I can get the site to come up, but it throws a warning that the SSL certificate has not been validated by a CA.
When I use mod_ssl, I can stipulate a SSLCertificateChainFile directive and point it at the bd_bundle.crt file. I do not see how to do this with mod_gnutls.
Any help is appreciated. I also know that mod_ssl supports SNI, so if there is not an easy answer, I will just try that.
Thanks,
QWade
© Server Fault or respective owner