aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2014-07-28 10:37:09 +0200
committerTobias Brunner <tobias@strongswan.org>2014-07-28 10:38:34 +0200
commitd236db8701777534f399eafef4fd23bd58ff6d7c (patch)
treea355d05546b7e4973889f6592ce4ff35b77a0477
parent8d31df9099edacf9680686ee1324174dea246b5c (diff)
downloadstrongswan-d236db8701777534f399eafef4fd23bd58ff6d7c.tar.bz2
strongswan-d236db8701777534f399eafef4fd23bd58ff6d7c.tar.xz
swanctl: Fix documentation of options for send_cert setting
-rw-r--r--src/swanctl/swanctl.opt8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/swanctl/swanctl.opt b/src/swanctl/swanctl.opt
index 3714b92f9..5e38a6673 100644
--- a/src/swanctl/swanctl.opt
+++ b/src/swanctl/swanctl.opt
@@ -161,13 +161,13 @@ connections.<conn>.send_certreq = yes
of the initial IKE packets.
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
default of _ifasked_ the daemon sends certificate payloads only if
- certificate requests have been received. _no_ disables sending of
- certificate payloads, _yes_ always sends certificate payloads whenever
- certificate authentication is used.
+ certificate requests have been received. _never_ disables sending of
+ certificate payloads altogether, _always_ causes certificate payloads to be
+ sent unconditionally whenever certificate authentication is used.
connections.<conn>.keyingtries = 1
Number of retransmission sequences to perform during initial connect.