diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-03-07 18:21:46 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-03-07 18:21:46 +0100 |
commit | 58d6bd5be5ce08c55448a82ea20039808c1e214e (patch) | |
tree | 3c45eaf0aafd07fcad082595a6296b477d8573e5 /interimap.sample | |
parent | 5f97601949f10e085a0df740c628cbfbfdf1d49f (diff) | |
parent | feb047ee7fcc1f93bc1e76626e16651761e0db55 (diff) |
Merge branch 'master' into debian
Diffstat (limited to 'interimap.sample')
-rw-r--r-- | interimap.sample | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/interimap.sample b/interimap.sample index 6d52f91..c3919ce 100644 --- a/interimap.sample +++ b/interimap.sample @@ -20,7 +20,8 @@ password = xxxxxxxxxxxxxxxx # SSL options SSL_CApath = /etc/ssl/certs #SSL_verify = YES -#SSL_cipherlist = EECDH+AES:EDH+AES:!MEDIUM:!LOW:!EXP:!aNULL:!eNULL:!SSLv2:!SSLv3:!TLSv1:!TLSv1.1 +#SSL_protocols = !SSLv2 !SSLv3 !TLSv1 !TLSv1.1 +#SSL_cipherlist = EECDH+AESGCM:!MEDIUM:!LOW:!EXP:!aNULL:!eNULL #SSL_fingerprint = sha256$62E436BB329C46A628314C49BDA7C2A2E86C57B2021B9A964B8FABB6540D3605 # vim:ft=dosini |