Page 1 of 1

multiple ssl-certificates for virtual hosts - Apache

Posted: Fri Nov 28, 2003 8:12 am
by Heavy
I would like to know whether someone has tried to use several different SSL-certificates on the same apache server so that each virtual host can have a certificate of their own?

I know namebased virtual hosts is not supported by apache-ssl or mod_ssl in interoperation with openssl. That is not what I am asking for.

I know I have to reserve unique IP address for each vhost.

It would be nice if one could have a setup kind of like:

Code: Select all

*****Virtual host setup*****      ******Certificate setup ******
HOSTNAME         IP               CERT
host1.domain.com 192.168.0.156    "certificate for host1.domain.com at 192.168.0.156"
host2.domain.com 192.168.0.157    "certificate for host2.domain.com at 192.168.0.157"
host3.domain.com 192.168.0.158    "certificate for host3.domain.com at 192.168.0.158"
Anyone tried it?

Posted: Fri Nov 28, 2003 8:33 am
by Weirdan
may be this will be of help

Posted: Fri Nov 28, 2003 8:53 am
by Heavy
Sure looks promising!
Thanks.