I've been wondering about the SSLCertificateFile which appears in the main part of the my httpd.conf file for my Apache webserver and the relationship with it and my vhost directives. My vhost contains these directives (the actual paths have been changed to something easily read): SSLCertificateFile conf/certs/server.crt SSLCertificateKeyFile conf/certs/server.key The main part of the httpd contains the same directives: SSLCertificateFile conf/certs/server.crt SSLCertificateKeyFile conf/certs/server.key >From what I understand each vhost needs its own SSLCertificateFile and SSLCertificateKeyFile directives. Is that correct? I've created my own CA for signing the above keys. I guess I could create a separate certificate for the main part of the httpd server. Or is it worth it. Clues please. -- Dan Langille pgpkey - finger [EMAIL PROTECTED] | http://unixathome.org/finger.php ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
