mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-12-15 18:12:02 +01:00
ipsec: T8027: voluntarily send its certificate, even if it wasn't requested (#1712)
This commit is contained in:
parent
e233231e35
commit
8c0c0bfe1c
@ -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 client-mode 'eap-mschapv2'
|
||||||
set vpn ipsec remote-access connection rw authentication local-users username vyos password 'vyos'
|
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
|
Client Configuration
|
||||||
^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user