disabled sslv2 and sslv3 in sample vhost, just in case

This commit is contained in:
JesseBot 2016-01-04 06:19:29 +00:00
parent c637ad0ca8
commit 968c0d94f6

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