> > I created a certificate request and Verisign signed it and returned it.
>
> Verisign signs Apache certs? Did you lie about your server SW?
I did not find Apache SSL, but found Apache-C2, so I clicked that. Is
that wrong ?
> > However, when I installed the certificate, I get an errr from apache:
> >
> You need to specify the file with the key with the Option
> SSLCertificateKeyFile
The problem seems to be that I have many virtual hosts in the config file.
I am specifying a different cert + Key for each virtual site:
SSLCertificateFile /usr/local/ssl/certs/www.my.dom.cert
SSLCertificateKeyFile /usr/local/ssl/private/www.my.dom.key
<VirtualHost www.abc.def>
SSLCertificateFile /usr/local/ssl/certs/www.abc.def.cert
SSLCertificateKeyFile /usr/local/ssl/private/www.abc.def.key
</VirtualHost>
<VirtualHost www.xyz.com>
SSLCertificateFile /usr/local/ssl/certs/www.xyz.cert
SSLCertificateKeyFile /usr/local/ssl/private/www.xyz.key
</VirtualHost>
These are not on different IP addresses, just software virtual sites.
However, whenever anyone connects to any virtual site also, it still
gives the key and cert for www.my.dom (it does not give the key + cert
for the virtual domain).
Any ideas ? I am using Apache 1.2.6+ssl
-vikas
+-------------------------------------------------------------------------+
| Administrative requests should be sent to [EMAIL PROTECTED] |
| List service provided by Open Software Associates, http://www.osa.com/ |
+-------------------------------------------------------------------------+