diff options
author | srividya0208 <a.srividya@vyos.io> | 2024-04-03 05:33:53 -0400 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-04-04 10:06:41 +0000 |
commit | f9203543fc2b006bc504fa16ba34c1cc18d891d4 (patch) | |
tree | 93c0edfd9caf682baf77bcd104aa9cbf75172960 | |
parent | f84f075ffcc30d0755327ebbe90b1eaaee4b814c (diff) | |
download | vyos-documentation-f9203543fc2b006bc504fa16ba34c1cc18d891d4.tar.gz vyos-documentation-f9203543fc2b006bc504fa16ba34c1cc18d891d4.zip |
openvpn option: "--client-cert-not-required" is not acceepted
(cherry picked from commit 95a666510d1fdc685d20c7e6ed88654b438c0ac5)
-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 bfa40a7e..536d820d 100644 --- a/docs/configuration/interfaces/openvpn.rst +++ b/docs/configuration/interfaces/openvpn.rst @@ -548,7 +548,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 |