Hi Brent,
(I am not an expert in any kind ...) I guess you have to point
SSLCertificateFile and SSLCertificateKeyFile to the new certificate +
key. This can be done at <VirtualHost ...> level:
<VirtualHost 192.168.33.77>
ServerName ssl-1.fleggaard.dk
.
.
SSLCertificateFile /acu/apache/conf/ssl.crt/server-1.crt
SSLCertificateKeyFile /acu/apache/conf/ssl.key/server-1.key
.
.
</VirtualHost>
<VirtualHost 192.168.33.77>
ServerName ssl-2.fleggaard.dk
.
.
SSLCertificateFile /acu/apache/conf/ssl.crt/server-2.crt
SSLCertificateKeyFile /acu/apache/conf/ssl.key/server-2.key
.
.
</VirtualHost>
Brent Holden wrote:
>
> call this a stupid question:
>
> i have installed apache 1.3.6 with mod_ssl 2.3.5 and i am using OpenSSL
> 0.9.3a.
> i am unclear of how to have a different certificate for each virtual
> domain. i am able to assign a certificate, but that certificate is the
> same for all domains. i tried playing around with it, but there seemed
> to be no obvious solution, unless i am overlooking something huge. if i
> could have someone respond to me with a resolution it would be greatly
> appreciated.
>
> thanks,
> -brent
> ______________________________________________________________________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List [EMAIL PROTECTED]
> Automated List Manager [EMAIL PROTECTED]
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]