strongswan.conf: Add missing options
This commit is contained in:
+47
-10
@@ -1,4 +1,4 @@
|
|||||||
.TH STRONGSWAN.CONF 5 "2013-06-21" "@IPSEC_VERSION@" "strongSwan"
|
.TH STRONGSWAN.CONF 5 "2013-07-22" "@IPSEC_VERSION@" "strongSwan"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
strongswan.conf \- strongSwan configuration file
|
strongswan.conf \- strongSwan configuration file
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
@@ -335,6 +335,18 @@ configuration payload (CP)
|
|||||||
.BR charon.plugins.certexpire.csv.cron
|
.BR charon.plugins.certexpire.csv.cron
|
||||||
Cron style string specifying CSV export times
|
Cron style string specifying CSV export times
|
||||||
.TP
|
.TP
|
||||||
|
.BR charon.plugins.certexpire.csv.empty_string
|
||||||
|
String to use in empty intermediate CA fields
|
||||||
|
.TP
|
||||||
|
.BR charon.plugins.certexpire.csv.fixed_fields " [yes]"
|
||||||
|
Use a fixed intermediate CA field count
|
||||||
|
.TP
|
||||||
|
.BR charon.plugins.certexpire.csv.force " [yes]"
|
||||||
|
Force export of all trustchains we have a private key for
|
||||||
|
.TP
|
||||||
|
.BR charon.plugins.certexpire.csv.format " [%d:%m:%Y]"
|
||||||
|
strftime(3) format string to export expiration dates as
|
||||||
|
.TP
|
||||||
.BR charon.plugins.certexpire.csv.local
|
.BR charon.plugins.certexpire.csv.local
|
||||||
strftime(3) format string for the CSV file name to export local certificates to
|
strftime(3) format string for the CSV file name to export local certificates to
|
||||||
.TP
|
.TP
|
||||||
@@ -344,15 +356,6 @@ strftime(3) format string for the CSV file name to export remote certificates to
|
|||||||
.BR charon.plugins.certexpire.csv.separator " [,]"
|
.BR charon.plugins.certexpire.csv.separator " [,]"
|
||||||
CSV field separator
|
CSV field separator
|
||||||
.TP
|
.TP
|
||||||
.BR charon.plugins.certexpire.csv.empty_string
|
|
||||||
String to use in empty intermediate CA fields
|
|
||||||
.TP
|
|
||||||
.BR charon.plugins.certexpire.csv.format " [%d:%m:%Y]"
|
|
||||||
strftime(3) format string to export expiration dates as
|
|
||||||
.TP
|
|
||||||
.BR charon.plugins.certexpire.csv.fixed_fields " [yes]"
|
|
||||||
Use a fixed intermediate CA field count
|
|
||||||
.TP
|
|
||||||
.BR charon.plugins.coupling.file
|
.BR charon.plugins.coupling.file
|
||||||
File to store coupling list to
|
File to store coupling list to
|
||||||
.TP
|
.TP
|
||||||
@@ -379,6 +382,9 @@ DHCP server unicast or broadcast IP address
|
|||||||
.BR charon.plugins.duplicheck.enable " [yes]"
|
.BR charon.plugins.duplicheck.enable " [yes]"
|
||||||
Enable duplicheck plugin (if loaded)
|
Enable duplicheck plugin (if loaded)
|
||||||
.TP
|
.TP
|
||||||
|
.BR charon.plugins.duplicheck.socket " [unix://${piddir}/charon.dck]"
|
||||||
|
Socket provided by the duplicheck plugin
|
||||||
|
.TP
|
||||||
.BR charon.plugins.eap-aka.request_identity " [yes]"
|
.BR charon.plugins.eap-aka.request_identity " [yes]"
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
@@ -422,6 +428,9 @@ Request peer authentication based on a client certificate
|
|||||||
.BR charon.plugins.eap-radius.accounting " [no]"
|
.BR charon.plugins.eap-radius.accounting " [no]"
|
||||||
Send RADIUS accounting information to RADIUS servers.
|
Send RADIUS accounting information to RADIUS servers.
|
||||||
.TP
|
.TP
|
||||||
|
.BR charon.plugins.eap-radius.accounting_requires_vip " [no]"
|
||||||
|
If enabled, accounting is disabled unless an IKE_SA has at least one virtual IP
|
||||||
|
.TP
|
||||||
.BR charon.plugins.eap-radius.class_group " [no]"
|
.BR charon.plugins.eap-radius.class_group " [no]"
|
||||||
Use the
|
Use the
|
||||||
.I class
|
.I class
|
||||||
@@ -558,6 +567,9 @@ Start phase2 EAP TNC protocol after successful client authentication
|
|||||||
.BR charon.plugins.eap-ttls.request_peer_auth " [no]"
|
.BR charon.plugins.eap-ttls.request_peer_auth " [no]"
|
||||||
Request peer authentication based on a client certificate
|
Request peer authentication based on a client certificate
|
||||||
.TP
|
.TP
|
||||||
|
.BR charon.plugins.error-notify.socket " [unix://${piddir}/charon.enfy]"
|
||||||
|
Socket provided by the error-notify plugin
|
||||||
|
.TP
|
||||||
.BR charon.plugins.ha.autobalance " [0]"
|
.BR charon.plugins.ha.autobalance " [0]"
|
||||||
Interval in seconds to automatically balance handled segments between nodes.
|
Interval in seconds to automatically balance handled segments between nodes.
|
||||||
Set to 0 to disable.
|
Set to 0 to disable.
|
||||||
@@ -654,6 +666,9 @@ certificates even if they don't contain a CA basic constraint.
|
|||||||
.BR charon.plugins.stroke.max_concurrent " [4]"
|
.BR charon.plugins.stroke.max_concurrent " [4]"
|
||||||
Maximum number of stroke messages handled concurrently
|
Maximum number of stroke messages handled concurrently
|
||||||
.TP
|
.TP
|
||||||
|
.BR charon.plugins.stroke.socket " [unix://${piddir}/charon.ctl]"
|
||||||
|
Socket provided by the stroke plugin
|
||||||
|
.TP
|
||||||
.BR charon.plugins.stroke.timeout " [0]"
|
.BR charon.plugins.stroke.timeout " [0]"
|
||||||
Timeout in ms for any stroke command. Use 0 to disable the timeout
|
Timeout in ms for any stroke command. Use 0 to disable the timeout
|
||||||
.TP
|
.TP
|
||||||
@@ -731,6 +746,9 @@ plugins, like resolve)
|
|||||||
.BR charon.plugins.whitelist.enable " [yes]"
|
.BR charon.plugins.whitelist.enable " [yes]"
|
||||||
Enable loaded whitelist plugin
|
Enable loaded whitelist plugin
|
||||||
.TP
|
.TP
|
||||||
|
.BR charon.plugins.whitelist.socket " [unix://${piddir}/charon.wlst]"
|
||||||
|
Socket provided by the whitelist plugin
|
||||||
|
.TP
|
||||||
.BR charon.plugins.xauth-eap.backend " [radius]"
|
.BR charon.plugins.xauth-eap.backend " [radius]"
|
||||||
EAP plugin to be used as backend for XAuth credential verification
|
EAP plugin to be used as backend for XAuth credential verification
|
||||||
.TP
|
.TP
|
||||||
@@ -784,6 +802,9 @@ Includes source file names and line numbers in leak detective output
|
|||||||
.BR libstrongswan.leak_detective.usage_threshold " [10240]"
|
.BR libstrongswan.leak_detective.usage_threshold " [10240]"
|
||||||
Threshold in bytes for leaks to be reported (0 to report all)
|
Threshold in bytes for leaks to be reported (0 to report all)
|
||||||
.TP
|
.TP
|
||||||
|
.BR libstrongswan.leak_detective.usage_threshold_count " [0]"
|
||||||
|
Threshold in number of allocations for leaks to be reported (0 to report all)
|
||||||
|
.TP
|
||||||
.BR libstrongswan.processor.priority_threads
|
.BR libstrongswan.processor.priority_threads
|
||||||
Subsection to configure the number of reserved threads per priority class
|
Subsection to configure the number of reserved threads per priority class
|
||||||
see JOB PRIORITY MANAGEMENT
|
see JOB PRIORITY MANAGEMENT
|
||||||
@@ -853,17 +874,26 @@ TNC IMC/IMV configuration directory
|
|||||||
.BR libimcv.assessment_result " [yes]"
|
.BR libimcv.assessment_result " [yes]"
|
||||||
Whether IMVs send a standard IETF Assessment Result attribute
|
Whether IMVs send a standard IETF Assessment Result attribute
|
||||||
.TP
|
.TP
|
||||||
|
.BR libimcv.database
|
||||||
|
Global IMV policy database URI
|
||||||
|
.TP
|
||||||
.BR libimcv.debug_level " [1]"
|
.BR libimcv.debug_level " [1]"
|
||||||
Debug level for a stand-alone libimcv library
|
Debug level for a stand-alone libimcv library
|
||||||
.TP
|
.TP
|
||||||
.BR libimcv.stderr_quiet " [no]"
|
.BR libimcv.stderr_quiet " [no]"
|
||||||
Disable output to stderr with a stand-alone libimcv library
|
Disable output to stderr with a stand-alone libimcv library
|
||||||
.TP
|
.TP
|
||||||
|
.BR libimcv.load " [random nonce gmp pubkey x509]"
|
||||||
|
Plugins to load in IMC/IMVs
|
||||||
|
.TP
|
||||||
.BR libimcv.os_info.name
|
.BR libimcv.os_info.name
|
||||||
Manually set the name of the client OS (e.g. Ubuntu)
|
Manually set the name of the client OS (e.g. Ubuntu)
|
||||||
.TP
|
.TP
|
||||||
.BR libimcv.os_info.version
|
.BR libimcv.os_info.version
|
||||||
Manually set the version of the client OS (e.g. 12.04 i686)
|
Manually set the version of the client OS (e.g. 12.04 i686)
|
||||||
|
.TP
|
||||||
|
.BR libimcv.policy_script " [ipsec _imv_policy]"
|
||||||
|
Script called for each TNC connection to generate IMV policies
|
||||||
.SS libimcv plugins section
|
.SS libimcv plugins section
|
||||||
.TP
|
.TP
|
||||||
.BR libimcv.plugins.imc-attestation.aik_blob
|
.BR libimcv.plugins.imc-attestation.aik_blob
|
||||||
@@ -1459,9 +1489,16 @@ Request an INTERNAL_IPV4_ADDR from the server
|
|||||||
.BR charon.plugins.load-tester.shutdown_when_complete " [no]"
|
.BR charon.plugins.load-tester.shutdown_when_complete " [no]"
|
||||||
Shutdown the daemon after all IKE_SAs have been established
|
Shutdown the daemon after all IKE_SAs have been established
|
||||||
.TP
|
.TP
|
||||||
|
.BR charon.plugins.load-tester.socket " [unix://${piddir}/charon.ldt]"
|
||||||
|
Socket provided by the load-tester plugin
|
||||||
|
.TP
|
||||||
.BR charon.plugins.load-tester.version " [0]"
|
.BR charon.plugins.load-tester.version " [0]"
|
||||||
IKE version to use (0 means use IKEv2 as initiator and accept any version as
|
IKE version to use (0 means use IKEv2 as initiator and accept any version as
|
||||||
responder)
|
responder)
|
||||||
|
.TP
|
||||||
|
.BR charon.plugins.lookip.socket " [unix://${piddir}/charon.lkp]"
|
||||||
|
Socket provided by the lookip plugin
|
||||||
|
.PP
|
||||||
.SS Configuration details
|
.SS Configuration details
|
||||||
For public key authentication, the responder uses the
|
For public key authentication, the responder uses the
|
||||||
.B \(dqCN=srv, OU=load-test, O=strongSwan\(dq
|
.B \(dqCN=srv, OU=load-test, O=strongSwan\(dq
|
||||||
|
|||||||
Reference in New Issue
Block a user