diff options
| author | Robert Göhler <github@ghlr.de> | 2024-04-04 12:08:06 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-04 12:08:06 +0200 | 
| commit | 31b6b140e38b3c204b3921cbeee0d94f48eb2915 (patch) | |
| tree | 93c0edfd9caf682baf77bcd104aa9cbf75172960 /docs/configuration | |
| parent | f84f075ffcc30d0755327ebbe90b1eaaee4b814c (diff) | |
| parent | f9203543fc2b006bc504fa16ba34c1cc18d891d4 (diff) | |
| download | vyos-documentation-31b6b140e38b3c204b3921cbeee0d94f48eb2915.tar.gz vyos-documentation-31b6b140e38b3c204b3921cbeee0d94f48eb2915.zip  | |
Merge pull request #1349 from vyos/mergify/bp/sagitta/pr-1348
openvpn option: "--client-cert-not-required" is not accepted (backport #1348)
Diffstat (limited to 'docs/configuration')
| -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  | 
