mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-08 00:02:03 -04:00
swanctl: Fix documentation of options for send_cert setting
This commit is contained in:
parent
8d31df9099
commit
d236db8701
@ -161,13 +161,13 @@ connections.<conn>.send_certreq = yes
|
|||||||
of the initial IKE packets.
|
of the initial IKE packets.
|
||||||
|
|
||||||
connections.<conn>.send_cert = ifasked
|
connections.<conn>.send_cert = ifasked
|
||||||
Send certificate payloads (_yes_, _no_ or _ifasked_).
|
Send certificate payloads (_always_, _never_ or _ifasked_).
|
||||||
|
|
||||||
Send certificate payloads when using certificate authentication. With the
|
Send certificate payloads when using certificate authentication. With the
|
||||||
default of _ifasked_ the daemon sends certificate payloads only if
|
default of _ifasked_ the daemon sends certificate payloads only if
|
||||||
certificate requests have been received. _no_ disables sending of
|
certificate requests have been received. _never_ disables sending of
|
||||||
certificate payloads, _yes_ always sends certificate payloads whenever
|
certificate payloads altogether, _always_ causes certificate payloads to be
|
||||||
certificate authentication is used.
|
sent unconditionally whenever certificate authentication is used.
|
||||||
|
|
||||||
connections.<conn>.keyingtries = 1
|
connections.<conn>.keyingtries = 1
|
||||||
Number of retransmission sequences to perform during initial connect.
|
Number of retransmission sequences to perform during initial connect.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user