1
0
mirror of https://github.com/Nyr/openvpn-install.git synced 2025-03-01 19:23:13 +03:00

fixed missing reference to tls auth in client config

This commit is contained in:
Philipp Menge 2015-11-28 19:03:02 +01:00
parent a0217f2a9f
commit f7175ad586

View File

@ -353,7 +353,8 @@ persist-key
persist-tun persist-tun
remote-cert-tls server remote-cert-tls server
comp-lzo comp-lzo
verb 3" > /etc/openvpn/client-common.txt verb 3
key-direction 1" > /etc/openvpn/client-common.txt
# Generates the custom client.ovpn # Generates the custom client.ovpn
newclient "$CLIENT" newclient "$CLIENT"
echo "" echo ""