Merge pull request #13 from jessebot/develop

disabled sslv2 and sslv3 in sample vhost, just in case
This commit is contained in:
JesseBot 2016-01-03 22:20:33 -08:00
commit af57a59204

View file

@ -30,6 +30,7 @@
ServerAdmin example_user@gmail.com
# ssl stuff, you can change these paths to where ever you keep your own SSL files
SSLEngine on
SSLProtocol all -SSLv2 -SSLv3
SSLCertificateFile /etc/letsencrypt/live/example.com/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/example.com/privkey.pem
SSLCertificateChainFile /etc/letsencrypt/live/example.com/chain.pem