1
0
mirror of https://github.com/Nyr/openvpn-install.git synced 2024-11-27 23:46:07 +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
remote-cert-tls server
comp-lzo
verb 3" > /etc/openvpn/client-common.txt
verb 3
key-direction 1" > /etc/openvpn/client-common.txt
# Generates the custom client.ovpn
newclient "$CLIENT"
echo ""