RE: Apache mod-ssl: VirtualHost and certificates

2001-11-30 Thread Amol Natu
Hi Shlomi You would need to include certificate related directives under the section defined for each virtual host within the httpd.conf. e.g: Port 'port_number' ServerName server_name SSLCertificateFile /location/certificate_file_name SSLCertificateKeyFile /location/key_file_name SSLCertificat

RE: Apache mod-ssl: VirtualHost and certificates

2001-11-30 Thread Vadim Fedukovich
hi, this will work for unique port numbers only. Here's no chance to run a bunch of standard-SSL virtual hosts on one single 443 port and I guess it was the question. One could do that on different IP numbers regards, Vadim On Fri, 30 Nov 2001, Amol Natu wrote: > Hi Shlomi > > You would need t

Re: Apache mod-ssl: VirtualHost and certificates

2001-11-30 Thread Keary Suska
ernet" > From: Vadim Fedukovich <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Fri, 30 Nov 2001 11:00:07 +0200 (EET) > To: OpenSSL User List <[EMAIL PROTECTED]> > Subject: RE: Apache mod-ssl: VirtualHost and certificates > > hi, > > this will work