diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-07-17 14:18:57 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-07-17 14:18:57 +0100 |
commit | f853f90e1185ff43f31814d51c18fc103bb1349e (patch) | |
tree | 5627bb6c96b58a8c7c6582d8761d8a8604d226a3 | |
parent | 681682116b75c9b97785d330eda1749009dec3d9 (diff) |
fixup! ab1f215 Update SSL cert paths
-rw-r--r-- | config/httpd-ssl-vhost.conf-example | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/httpd-ssl-vhost.conf-example b/config/httpd-ssl-vhost.conf-example index 820a94165..aeeda19a9 100644 --- a/config/httpd-ssl-vhost.conf-example +++ b/config/httpd-ssl-vhost.conf-example @@ -15,10 +15,10 @@ SSLProtocol all -SSLv2 SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM - SSLCertificateFile /etc/apache2/ssl/ssl.crt - SSLCertificateKeyFile /etc/apache2/ssl/ssl.key - SSLCertificateChainFile /etc/apache2/ssl/sub.class2.server.ca.pem - SSLCACertificateFile /etc/apache2/ssl/ca.pem + SSLCertificateFile /etc/ssl/certs/www.example.com.cert + SSLCertificateKeyFile /etc/ssl/private/www.example.com.key + # SSLCertificateChainFile /etc/ssl/sub.class2.server.ca.pem + # SSLCACertificateFile /etc/ssl/ca.pem SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown </VirtualHost> |