From 7c0850210eab39a4e7bd9aec5023a47e8122210e Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme Date: Mon, 24 Sep 2018 17:14:12 +0200 Subject: [PATCH] Add auth-nocache to openvpn client config --- openvpn-config/client.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openvpn-config/client.conf b/openvpn-config/client.conf index ac8a0d2..486863c 100644 --- a/openvpn-config/client.conf +++ b/openvpn-config/client.conf @@ -34,6 +34,9 @@ tls-version-min "1.2" # Make sure to detect broken sessions keepalive 10 30 +# Use this option to prevent OpenVPN from caching the password of your private key +#auth-nocache + # These are needed if running with reduced privileges persist-key persist-tun