浏览代码

Merge pull request #372 from neuhaus/patch-1

Dovecot: Fix for logjam attack
Alex Payne 9 年前
父节点
当前提交
5f192bd5bb
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      roles/mailserver/files/etc_dovecot_conf.d_10-ssl.conf

+ 3
- 0
roles/mailserver/files/etc_dovecot_conf.d_10-ssl.conf 查看文件

@@ -48,3 +48,6 @@ ssl_protocols = !SSLv2 !SSLv3
48 48
 
49 49
 # SSL crypto device to use, for valid values run "openssl engine"
50 50
 #ssl_crypto_device =
51
+
52
+# DH parameters length to use.
53
+ssl_dh_parameters_length = 2048

正在加载...
取消
保存