diff options
author | Jonas Smedegaard <dr@jones.dk> | 2016-04-28 03:01:28 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2016-04-28 03:01:28 +0200 |
commit | 6a7c5b32260b1ef2a491bcfcfb51db8c1ee20714 (patch) | |
tree | 81e4bc61beb2dc13992a90d11f13669fca7b877c /apache2 | |
parent | 0204f1a7e607f07e877e0e92b51be9113a2aa66e (diff) |
Avoid GnuTLSSessionTickets (not to be used together with cache, and possibly bad for Perfect Forward Secrecy).
Diffstat (limited to 'apache2')
-rw-r--r-- | apache2/conf.d/local-gnutls.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apache2/conf.d/local-gnutls.conf b/apache2/conf.d/local-gnutls.conf index 7c065ed..9db70dc 100644 --- a/apache2/conf.d/local-gnutls.conf +++ b/apache2/conf.d/local-gnutls.conf @@ -1,5 +1,4 @@ GnuTLSEnable on -GnuTLSSessionTickets on GnuTLSPriorities NORMAL GnuTLSCertificateFile /etc/ssl/certs/apache2+cacert.org.pem GnuTLSKeyFile /etc/ssl/private/apache2.pem |