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