From f9203543fc2b006bc504fa16ba34c1cc18d891d4 Mon Sep 17 00:00:00 2001 From: srividya0208 Date: Wed, 3 Apr 2024 05:33:53 -0400 Subject: openvpn option: "--client-cert-not-required" is not acceepted (cherry picked from commit 95a666510d1fdc685d20c7e6ed88654b438c0ac5) --- docs/configuration/interfaces/openvpn.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3