ServerAdmin webmaster@localhost Include /etc/apache2/sites/allsites.conf ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined SSLEngine on SSLCertificateFile /etc/ssl/certs/mainsite.crt SSLCertificateKeyFile /etc/ssl/private/mainsite.key SSLCACertificateFile /etc/apache2/ssl/mainsite_bundle.crt #SSLCertificateChainFile /etc/apache2/ssl.crt/server-ca.crt #SSLCACertificatePath /etc/ssl/certs/ #SSLCACertificateFile /etc/apache2/ssl.crt/ca-bundle.crt #SSLCARevocationPath /etc/apache2/ssl.crl/ #SSLCARevocationFile /etc/apache2/ssl.crl/ca-bundle.crl #SSLVerifyClient require #SSLVerifyDepth 10 SSLOptions +StdEnvVars SSLOptions +StdEnvVars # vim: syntax=apache ts=4 sw=4 sts=4 sr noet