From 513eef4884c9be1fd31ba676dfe34d91a4ce6141 Mon Sep 17 00:00:00 2001 From: Steffan Karger Date: Sun, 22 Feb 2015 15:11:08 +0100 Subject: Use tls-auth in sample config files For two reasons: 1) May motivate people to use tls-auth in their setups 2) Verify tls-auth functionality when running 'make check' Signed-off-by: Steffan Karger Acked-by: Gert Doering Message-Id: <1424614268-5078-1-git-send-email-steffan.karger@fox-it.com> URL: http://article.gmane.org/gmane.network.openvpn.devel/9467 Signed-off-by: Gert Doering --- sample/sample-config-files/client.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sample/sample-config-files/client.conf') diff --git a/sample/sample-config-files/client.conf b/sample/sample-config-files/client.conf index 050ef60..fedcbd6 100644 --- a/sample/sample-config-files/client.conf +++ b/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 -- cgit