We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e233231 commit 8c0c0bfCopy full SHA for 8c0c0bf
docs/configuration/vpn/ipsec/remoteaccess_ipsec.rst
@@ -133,6 +133,14 @@ following commands.
133
set vpn ipsec remote-access connection rw authentication client-mode 'eap-mschapv2'
134
set vpn ipsec remote-access connection rw authentication local-users username vyos password 'vyos'
135
136
+Some client operating systems like to see the servers certificate. The following
137
+option causes the server to voluntarily send its certificate, even if it wasn't
138
+requested.
139
+
140
+.. code-block:: none
141
142
+ set vpn ipsec remote-access connection rw authentication always-send-cert
143
144
Client Configuration
145
^^^^^^^^^^^^^^^^^^^^
146
0 commit comments