Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
# This file contains important security parameters. If you modify this file
2
# manually, Certbot will be unable to automatically provide future security
3
# updates. Instead, Certbot will print and log an error message with a path to
4
# the up-to-date file that you will need to refer to when manually updating
5
# this file.
6
 
7
SSLEngine on
8
 
9
# Intermediate configuration, tweak to your needs
10
SSLProtocol             all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1
11
SSLCipherSuite          ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384
12
SSLHonorCipherOrder     off
13
SSLSessionTickets       off
14
 
15
SSLOptions +StrictRequire
16
 
17
# Add vhost name to log entries:
18
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\"" vhost_combined
19
LogFormat "%v %h %l %u %t \"%r\" %>s %b" vhost_common