mirror of
https://github.com/jessebot/tiny_personal_website.git
synced 2025-10-01 01:48:43 +00:00
Merge pull request #13 from jessebot/develop
disabled sslv2 and sslv3 in sample vhost, just in case
This commit is contained in:
commit
af57a59204
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue