diff options
Diffstat (limited to 'main/openvpn/sample/sample-config-files/client.conf')
-rw-r--r-- | main/openvpn/sample/sample-config-files/client.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/openvpn/sample/sample-config-files/client.conf b/main/openvpn/sample/sample-config-files/client.conf index 050ef600..fedcbd6e 100644 --- a/main/openvpn/sample/sample-config-files/client.conf +++ b/main/openvpn/sample/sample-config-files/client.conf @@ -105,7 +105,7 @@ remote-cert-tls server # If a tls-auth key is used on the server # then every client must also have the key. -;tls-auth ta.key 1 +tls-auth ta.key 1 # Select a cryptographic cipher. # If the cipher option is used on the server |