[Cialug] Apache 2

Barry Von Ahsen barry at vonahsen.com
Tue Sep 27 12:35:39 CDT 2005


Dave J. Hala Jr. wrote:
> Anyone got a sample VirtualHost container for apache 2.0 (rhel), using a
> wildcard ssl certificate? 
> 

can you just do multiple <VirtualHost> with the same ssl certificate info?

<VirtualHost ip:443>
ServerName sub1.domain.com
SSLCertificateFile /path/to/cert.crt
SSLCertificateKeyFile /path/to/key.key
</VirtualHost>
<VirtualHost ip:443>
ServerName sub2.domain.com
SSLCertificateFile /path/to/cert.crt
SSLCertificateKeyFile /path/to/key.key
</VirtualHost>

-barry



More information about the Cialug mailing list