Yes I meant a single apache instance with more than one virtual host. Okay
I make a different certification for each host. In the directions for
mod_ssl you do a configure --with-apache=../  ...
--with-crt=/path/to/your/sert.cert --with-key=/path/to/your/server.key.
For multiple certificatiosn you leave these options out. Also should you 
do a make certificate in this case? For apache-ssl you  have to edit your
httpd.conf file. Example for apache-ssl is 
<VirtualHost 192.168.0.11:443>
   ....
   SSLCertificateKeyFile /path/to/my.key
   SSLCertificateFile    /path/to/my.cert
   SSLFakeBasicAuth
   SSLVerifyDepth        10
   SSLVerifyClient       0
   SSLLogFile            /path/to/ssl_cipher_log
</virtualHost>          

Does this also work for mod_ssl as well?

James Simmons
Linux System Admin
EdgeNet Inc / Chek Inc
[EMAIL PROTECTED]
http://www.edgeglobal.com/~jsimmons

______________________________________________________________________
Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to