Some changes to client config

This commit is contained in:
Jan Philipp Timme 2018-09-20 16:20:16 +02:00
parent baa17c341c
commit 36a682372d
1 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ dev tun
# Specify vpn server
remote vpn-test.inform.hs-hannover.de 1194
# Certificates (relative paths work, too)
# Certificates (relativ path to config file, absolute paths possible if needed)
ca vpnclient/ca.crt
cert vpnclient/jan-philipp.timme@hs-hannover.de.crt
key vpnclient/jan-philipp.timme@hs-hannover.de.key
@ -34,14 +34,14 @@ tls-version-min "1.2"
# Make sure to detect broken sessions
keepalive 10 30
# These are needed for reduced privileges? Probably yes.
# These are needed if running with reduced privileges
persist-key
persist-tun
# Reduced privileges if possible (uncomment and adapt on unix/linux system)
# Note: On some systems, the group is "nobody" instead of "nogroup".
user nobody
group nogroup
#user nobody
#group nogroup
# Logging settings
verb 3