diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-09-14 03:23:17 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-09-14 03:23:17 +0200 |
commit | 602306a7eb8bdddbc157130e8abe49eeab6f1ebc (patch) | |
tree | 6f4cfcd27541a4193fddcd51c1676687057780a9 /interimap.sample | |
parent | 77753445ddc78013159a6d44301a1b342af4a2d1 (diff) | |
parent | c8fb54897f046a5a3fb4c1d45dc21fd8bcd882e3 (diff) |
Merge branch 'master' into debian
Diffstat (limited to 'interimap.sample')
-rw-r--r-- | interimap.sample | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/interimap.sample b/interimap.sample index b0f619a..bbf8c42 100644 --- a/interimap.sample +++ b/interimap.sample @@ -18,9 +18,9 @@ password = xxxxxxxxxxxxxxxx #compress = YES # SSL options -#SSL_cipher_list = EECDH+AES:EDH+AES:!MEDIUM:!LOW:!EXP:!aNULL:!eNULL:!SSLv2:!SSLv3:!TLSv1:!TLSv1.1 +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_fingerprint = sha256$62E436BB329C46A628314C49BDA7C2A2E86C57B2021B9A964B8FABB6540D3605 -#SSL_verify_trusted_peer = YES -SSL_ca_path = /etc/ssl/certs # vim:ft=dosini |