From 268045d0a24591ac7b2b8759abb85b6dc0f54fd4 Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme Date: Thu, 27 Sep 2018 10:54:57 +0200 Subject: [PATCH] Autosave --- openvpn-config/client.conf | 5 +++++ openvpn-config/server.conf | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/openvpn-config/client.conf b/openvpn-config/client.conf index 17db893..4e2f328 100644 --- a/openvpn-config/client.conf +++ b/openvpn-config/client.conf @@ -19,6 +19,11 @@ ca /etc/openvpn/vpnclient/ca.crt cert /etc/openvpn/vpnclient/jan-philipp.timme@stud.hs-hannover.de.crt key /etc/openvpn/vpnclient/jan-philipp.timme@stud.hs-hannover.de.key +# Prevent OpenVPN from caching the password of your private key in memory. +# Depending on your use case for OpenVPN, enabling this option can provide more protection +# for your private key (and more password prompts during an OpenVPN session) +#auth-nocache + # Assume client role in tls handshake tls-client diff --git a/openvpn-config/server.conf b/openvpn-config/server.conf index 0987047..0fe2f74 100644 --- a/openvpn-config/server.conf +++ b/openvpn-config/server.conf @@ -117,4 +117,4 @@ mute 5 # Print a list of active sessions into this file # This might be helpful if you plan big maintenance -status inform/status.log +status inform/status.log \ No newline at end of file