ソースを参照

VPN - enforce TLS min version on the client

Sharif Nassar 8年前
コミット
73c30c313b
1個のファイルの変更2行の追加0行の削除
  1. 2
    0
      roles/vpn/templates/client.cnf.j2

+ 2
- 0
roles/vpn/templates/client.cnf.j2 ファイルの表示

@@ -14,6 +14,8 @@ key-direction 1
14 14
 verb 3
15 15
 route {{ ansible_default_ipv4.address }} 255.255.255.255 net_gateway
16 16
 
17
+{{ openvpn_tls_version_min }}
18
+
17 19
 # If you'd like to enable 2FA support, uncomment the following line
18 20
 ;auth-user-pass
19 21
 

読み込み中…
キャンセル
保存