Autosave
This commit is contained in:
parent
e68f3d4134
commit
268045d0a2
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue