Index: [Article Count Order] [Thread]

Date:  Tue, 17 Apr 2007 18:02:00 -0400
From:  "Donald Zimmer" <dwz (at mark) usa.net>
Subject:  [coba-e:09601] Re: Godaddy SSL Certs
To:  <coba-e (at mark) bluequartz.org>
Message-Id:  <000601c7813c$06f7ea40$9501a8c0@DELL>
References:  <14404653.671176840721709.JavaMail.root (at mark) z01.pfinders.com> <013401c78136$1f69c130$6700a8c0 (at mark) OfficeKen>
X-Mail-Count: 09601

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
>
>
>
>
>
>