diff options
author | Robert Göhler <github@ghlr.de> | 2024-04-04 12:05:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-04 12:05:45 +0200 |
commit | 589868dfb8ab5fac1c08ad27513fe2979b61362e (patch) | |
tree | 0259fd744fa584554f1f4edf22f5dd6c28d0ac81 | |
parent | f3310e7056749d8bfa5cfb41dea6e805ecac59a2 (diff) | |
parent | 95a666510d1fdc685d20c7e6ed88654b438c0ac5 (diff) | |
download | vyos-documentation-589868dfb8ab5fac1c08ad27513fe2979b61362e.tar.gz vyos-documentation-589868dfb8ab5fac1c08ad27513fe2979b61362e.zip |
Merge pull request #1348 from srividya0208/error_chk
openvpn option: "--client-cert-not-required" is not accepted
-rw-r--r-- | docs/configuration/interfaces/openvpn.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/interfaces/openvpn.rst b/docs/configuration/interfaces/openvpn.rst index d92ac080..8cf579de 100644 --- a/docs/configuration/interfaces/openvpn.rst +++ b/docs/configuration/interfaces/openvpn.rst @@ -547,7 +547,7 @@ example: openvpn-option "--plugin /usr/lib/openvpn/openvpn-auth-ldap.so /config/auth/ldap-auth.config" openvpn-option "--push redirect-gateway" openvpn-option --duplicate-cn - openvpn-option --client-cert-not-required + openvpn-option "--verify-client-cert none" openvpn-option --comp-lzo openvpn-option --persist-key openvpn-option --persist-tun |