Bläddra i källkod

VPN - enforce TLS min version on the client

Sharif Nassar 8 år sedan
förälder
incheckning
73c30c313b
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2
    0
      roles/vpn/templates/client.cnf.j2

+ 2
- 0
roles/vpn/templates/client.cnf.j2 Visa fil

@@ -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
 

Laddar…
Avbryt
Spara