All,
When you order an SSL Cert from GoDaddy.com you will get back a zip file with the
certificate file and a file called gd_intermediate_bundle.crt.
If anyone wants to use Go Daddy SSL Certificates with BQ, you will need to:
1) modify /etc/httpd/conf.d/ssl_perl.conf
At Line 59 Insert these 3 lines:
if (-f "$vsite->{basedir}/certs/ca-chain") {
$VirtualHost{"$ip:443"}{'SSLCertificateChainFile'} = "$vsite->{basedir}/certs/ca-chain";
}
2) You must place the GoDaddy gd_intermediate_bundle.crt file in the site/certs
directory and call it "ca-chain".
mv gd_intermediate_bundle.crt /home/sites/www.yoursite.com/certs/ca-chain
Note: I would greatly appreciate if the above 3 lines could make it into the main source.
Herb
--
Herb Rubin
Pathfinders Software
http://www.pfinders.com