Browse Source

VPN - enforce TLS min version on the client

Sharif Nassar 8 years ago
parent
commit
73c30c313b
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      roles/vpn/templates/client.cnf.j2

+ 2
- 0
roles/vpn/templates/client.cnf.j2 View File

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

Loading…
Cancel
Save