Add auth-nocache to openvpn client config

This commit is contained in:
Jan Philipp Timme 2018-09-24 17:14:12 +02:00
parent 7865658c35
commit 7c0850210e
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@ tls-version-min "1.2"
# Make sure to detect broken sessions # Make sure to detect broken sessions
keepalive 10 30 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 # These are needed if running with reduced privileges
persist-key persist-key
persist-tun persist-tun