ipsec: T8027: voluntarily send its certificate, even if it wasn't requested (#1712)

This commit is contained in:
Christian Breunig 2025-11-25 12:54:01 +01:00 committed by GitHub
parent e233231e35
commit 8c0c0bfe1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -133,6 +133,14 @@ following commands.
set vpn ipsec remote-access connection rw authentication client-mode 'eap-mschapv2'
set vpn ipsec remote-access connection rw authentication local-users username vyos password 'vyos'
Some client operating systems like to see the servers certificate. The following
option causes the server to voluntarily send its certificate, even if it wasn't
requested.
.. code-block:: none
set vpn ipsec remote-access connection rw authentication always-send-cert
Client Configuration
^^^^^^^^^^^^^^^^^^^^