Index: [Article Count Order] [Thread]

Date:  Tue, 17 Apr 2007 13:12:01 -0700 (PDT)
From:  Herb Rubin <herbr (at mark) pfinders.com>
Subject:  [coba-e:09598] Godaddy SSL Certs
To:  Bluequartz Mailinglist <coba-e (at mark) bluequartz.org>
Message-Id:  <14404653.671176840721709.JavaMail.root (at mark) z01.pfinders.com>
In-Reply-To:  <9140938.501176836535568.JavaMail.root (at mark) z01.pfinders.com>
X-Mail-Count: 09598

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