diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2013-03-31 19:05:53 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2013-03-31 19:05:53 +0200 |
commit | 0cf4dc53c721e9e6aa55458d0f07ac6a1409c211 (patch) | |
tree | 5469a15b5bd36ffd770d1351dd2bf2d3ea4a9fd6 | |
parent | 45e2be239910e67422564ef123c7b21da6916f0d (diff) | |
download | strongswan-0cf4dc53c721e9e6aa55458d0f07ac6a1409c211.tar.bz2 strongswan-0cf4dc53c721e9e6aa55458d0f07ac6a1409c211.tar.xz |
updated strongswan.conf man page for tn_ifmap plugin
-rw-r--r-- | man/strongswan.conf.5.in | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/man/strongswan.conf.5.in b/man/strongswan.conf.5.in index 3d80d7602..55fa4bf99 100644 --- a/man/strongswan.conf.5.in +++ b/man/strongswan.conf.5.in @@ -628,23 +628,23 @@ Maximum size of a PB-TNC batch (upper limit via PT-EAP = 65529) .BR charon.plugins.tnccs-20.max_message_size " [65490]" Maximum size of a PA-TNC message (upper limit via PT-EAP = 65497) .TP -.BR charon.plugins.tnc-ifmap.device_name -Unique name of strongSwan as a PEP and/or PDP device +.BR charon.plugins.tnc-ifmap.server_uri " [https://localhost:8444/imap] +URI of the form [https://]servername[:port][/uri] .TP -.BR charon.plugins.tnc-ifmap.key_file -Concatenated client certificate and private key +.BR charon.plugins.tnc-ifmap.server_cert +Path to X.509 certficate file of IF-MAP server .TP -.BR charon.plugins.tnc-ifmap.password -Authentication password of strongSwan MAP client +.BR charon.plugins.tnc-ifmap.client_cert +Path to X.509 certificate file of IF-MAP client .TP -.BR charon.plugins.tnc-ifmap.server_cert -Certificate of MAP server +.BR charon.plugins.tnc-ifmap.client_key +Path to private key file of IF-MAP client .TP -.BR charon.plugins.tnc-ifmap.ssl_passphrase -Passphrase protecting the private key +.BR charon.plugins.tnc-ifmap.username_password +Credentials of IF-MAP client of the form username:password .TP -.BR charon.plugins.tnc-ifmap.username -Authentication username of strongSwan MAP client +.BR charon.plugins.tnc-ifmap.device_name +Unique name of strongSwan server as a PEP and/or PDP device .TP .BR charon.plugins.tnc-imc.dlclose " [yes]" Unload IMC after use |