[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: off topic: Apache ssl configuration.



On Fri, May 12, 2000 at 12:06:59PM +0300, Zohar Friling wrote:
> Hi,
> Thanks for the help,there is anoher aspect that I dont understand.
> If I am going to hosts several domain on the same machines using
> virtual hosts. No problem buying more keys from verisign. 
> Can I use several diferent keys in the same httpd.conf (under different
> virtual ...). So several server.key , server.crt file would be for
> the same server.

There shouldn't be a problem pointing to different keys
and public certificates in each <VirtualHost> block.
Just make sure you make the <VirtualHost> which serves
secure secure content bind to port 443,
e.g. <VirtualHost secure.domain.com:443>

(Hope I'm not wrong on that, but I'm pretty sure I had
it working with mod_ssl with no problem.)

-- 
Best regards,
Ilya Konstantinov a.k.a Toastie
[http://toast.demon.co.il]

=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il