Full_Name: Sachin Kundra
Version: 2.6.4
OS: Linux
Submission from: (NULL) (206.184.207.53)


Hello,

I am trying to install an additional certficate on a webserver that already
has a certificate installed for the machine name.  One of the virtual hosts
needs to have its own certificate.  I have already received the certificate
from Thawte and I have implemented it by using "SSLCACertificateFile" inside
the virtual host tag.  This did not seem to work, though this is the only
way that I gathered through the docs.  I also have a line for the key file
that is associated with the crt.

Here is the VHost entry:

<VirtualHost IP_OF_Machine>
ServerAdmin webmaster@DOMAIN
DocumentRoot /home/USERID/public_html
ServerName DOMAIN
ServerALias DOMAIN *.DOMAIN
ScriptAlias /cgi-bin/ /home/USERID/cgi-bin/
#ErrorLog /home/USERID/USERID.error.log
TransferLog /home/USERID/USERID.access.log
SSLCACertificateFile /etc/httpd/conf/ssl/DOMAIN.crt
SSLCertificateKeyFile /etc/httpd/conf/ssl/DOMAIN.key
</VirtualHost>

Thanks for all of your help.

Sachin





______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to