I just installed a GoDaddy Cert and Intermediate and did it all through the
GUI.
----- Original Message -----
From: "Ken Marcus - Precision Web Hosting, Inc."
<kenmarcus (at mark) precisionweb.net>
To: <coba-e (at mark) bluequartz.org>
Sent: Tuesday, April 17, 2007 5:19 PM
Subject: [coba-e:09599] Re: Godaddy SSL Certs
>
>> 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
>>
>
>
> I have used the enom.com and comodo.com certs which also have 1 or 2
> intermediate certs. I just click on the "Manage Certificate Authorities"
> button and add them from there.
>
>
> ----
> Ken Marcus
> Precision Web Hosting, Inc.
> http://www.precisionweb.net
>
>
>
>
>
>