diff options
author | Tobias Brunner <tobias@strongswan.org> | 2013-06-21 16:35:19 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-06-21 16:35:19 +0200 |
commit | 4d62ad7571089e2962fff1c40284b7dda3933b8f (patch) | |
tree | 994b4fa5486fa22e4a2f9635e9708369b2044d85 /src | |
parent | 5991f0956525a49e8c8139cf8e450ccd96b60e53 (diff) | |
download | strongswan-4d62ad7571089e2962fff1c40284b7dda3933b8f.tar.bz2 strongswan-4d62ad7571089e2962fff1c40284b7dda3933b8f.tar.xz |
charon-cmd: Link strongswan.conf(5) and charon-cmd(8) man pages
Diffstat (limited to 'src')
-rw-r--r-- | src/charon-cmd/charon-cmd.8.in | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/src/charon-cmd/charon-cmd.8.in b/src/charon-cmd/charon-cmd.8.in index 762d83090..410231a81 100644 --- a/src/charon-cmd/charon-cmd.8.in +++ b/src/charon-cmd/charon-cmd.8.in @@ -1,4 +1,4 @@ -.TH CHARON\-CMD 8 "2013-06-16" "@IPSEC_VERSION@" "strongSwan" +.TH CHARON\-CMD 8 "2013-06-21" "@IPSEC_VERSION@" "strongSwan" .SH "NAME" charon\-cmd \- Simple IKE client (IPsec VPN client) .SH SYNOPSIS @@ -32,6 +32,28 @@ are required. Depending on the selected authentication .I profile credentials also have to be provided with their respective options. .PP +Many of the +.BR charon -specific +configuration options in +.I strongswan.conf +also apply to +.BR charon\-cmd . +For instance, to configure customized logging to +.B stdout +the following snippet can be used: +.PP +.EX + charon-cmd { + filelog { + stdout { + default = 1 + ike = 2 + cfg = 2 + } + } + } +.EE +.PP .SH "OPTIONS" .TP .BI "\-\-host " hostname @@ -115,4 +137,4 @@ IKEv1 with public key server authentication only, followed by client XAuth authentication .PP .SH "SEE ALSO" -\fBipsec\fR(8) +\fBstrongswan.conf\fR(5), \fBipsec\fR(8) |