DocumentRoot "/path/to/ssl/htdocs" ServerName #domain.name#:443 ServerAdmin email@domain.com ErrorLog logs/error.log CustomLog logs/access.log combined SSLEngine on SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL #Cert file recevied from request: SSLCertificateFile conf/ssl/#domain.name#/#domain.name#.crt #Private key (without passphrase, see above) from openssl req command: SSLCertificateKeyFile conf/ssl/#domain.name#/#domain.name#.key #Chain file received with the key: SSLCertificateChainFile conf/ssl/#domain.name#/sf_issuing.crt SSLOptions +StdEnvVars SSLOptions +StdEnvVars BrowserMatch ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 CustomLog logs/ssl_request.log \ "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"