Index: [Article Count Order] [Thread]

Date:  Wed, 18 Apr 2007 00:17:59 +0300
From:  Arthur Sherman <arturs (at mark) netvision.net.il>
Subject:  [coba-e:09600] Re: Godaddy SSL Certs
To:  coba-e (at mark) bluequartz.org
Message-Id:  <0JGN00C68V9SN220 (at mark) mxout5.netvision.net.il>
In-Reply-To:  <14404653.671176840721709.JavaMail.root (at mark) z01.pfinders.com>
X-Mail-Count: 09600

> 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


Thanks, Herb!

Any chance you'll put this into wiki?

Best,

--
Arthur