Apache-SSL: NameVirtualHosts: separate certificates?

2000-11-28 Thread Ralf G. R. Bergs
Hi there, I'd like to have different server certificates for all NameVirtualHosts running on my external IP. Does anyone of you know how this is being done? I find the Apache-SSL docs very sparse in this respect. Is there a tutorial how to create the server key pair, how to self-sign it,

Re: Apache-SSL: NameVirtualHosts: separate certificates?

2000-11-28 Thread Jorgensen, Jens
Well, if you're using mod_ssl, according to the fine documentation the SSLCertificateFile directive, which specifies the filename of the server certificate, can be place inside the overral server config context _or_ inside a virtual host context (ie. within the VirtualHost /VirtualHost tags).

Re: Apache-SSL: NameVirtualHosts: separate certificates?

2000-11-28 Thread Ralf G. R. Bergs
On Tue, 28 Nov 2000 09:50:55 -0600, Jorgensen, Jens wrote: I'd like to have different server certificates for all NameVirtualHosts running on my external IP. Well, if you're using mod_ssl, according to the fine documentation the Where *is* TFD after all?! I didn't find it?! To be specific I

Re: Apache-SSL: NameVirtualHosts: separate certificates?

2000-11-28 Thread Miquel van Smoorenburg
In article [EMAIL PROTECTED], Ralf G. R. Bergs [EMAIL PROTECTED] wrote: I'd like to have different server certificates for all NameVirtualHosts running on my external IP. That is technically impossible. It can't be done. If you want multiple virtual hosts with SSL support, they need to be

Re: Apache-SSL: NameVirtualHosts: separate certificates?

2000-11-28 Thread Igor Mozetic
Does anyone of you know how this is being done? I find the Apache-SSL docs very sparse in this respect. Is there a tutorial how to create the server key pair, how to self-sign it, etc.? How would I configure Apache so that it returns the certificate suitable for each virtual host? Install

Re: Apache-SSL: NameVirtualHosts: separate certificates?

2000-11-28 Thread Ralf G. R. Bergs
On 28 Nov 2000 16:53:02 GMT, Miquel van Smoorenburg wrote: In article [EMAIL PROTECTED], Ralf G. R. Bergs [EMAIL PROTECTED] wrote: I'd like to have different server certificates for all NameVirtualHosts running on my external IP. That is technically impossible. It can't be done. If you want

apache-ssl vs. libapache-mod-ssl (was Re: Apache-SSL: NameVirtualHosts: separate certificates?

2000-11-28 Thread Ralf G. R. Bergs
On Tue, 28 Nov 2000 18:08:43 +0100, Igor Mozetic wrote: [...] Install libapache-mod-ssl-doc - this contains very nice documentation. Thank you very much for pointing me at this package, and it's parent package libapache-mod-ssl which I was totally unware as of now, since I'm running

Re: Apache-SSL: NameVirtualHosts: separate certificates?

2000-11-28 Thread Mario Olimpio de Menezes
On Tue, 28 Nov 2000, Igor Mozetic wrote: Does anyone of you know how this is being done? I find the Apache-SSL docs very sparse in this respect. Is there a tutorial how to create the server key pair, how to self-sign it, etc.? How would I configure Apache so that it returns the