Procházet zdrojové kódy

Merge pull request #566 from mrwacky42/vpn-tls-min-version

VPN - enforce TLS min version on the client
Allen Riddell před 8 roky
rodič
revize
5d7d690135
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2
    0
      roles/vpn/templates/client.cnf.j2

+ 2
- 0
roles/vpn/templates/client.cnf.j2 Zobrazit soubor

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

Loading…
Zrušit
Uložit