diff --git a/openvpn-config/client.conf b/openvpn-config/client.conf index a51b5c9..ac8a0d2 100644 --- a/openvpn-config/client.conf +++ b/openvpn-config/client.conf @@ -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