diff options
Diffstat (limited to 'net/openvpn/files/openvpn.config')
-rw-r--r-- | net/openvpn/files/openvpn.config | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net/openvpn/files/openvpn.config b/net/openvpn/files/openvpn.config index 09d504da2..57fb385d7 100644 --- a/net/openvpn/files/openvpn.config +++ b/net/openvpn/files/openvpn.config @@ -9,6 +9,13 @@ config openvpn custom_config # Set to 1 to enable this instance: option enabled 0 + # Credentials to login + #option username 'login' + #option password 'password' + + # Password for client certificate + #option cert_password 'cert_password' + # Include OpenVPN configuration option config /etc/openvpn/my-vpn.conf |