blob: 2cfc2c6fa35c77b97217ffd8dd05f6f3321c8b32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
charon.plugins.stroke.ignore_missing_ca_basic_constraint = no
Treat certificates in ipsec.d/cacerts and ipsec.conf ca sections as CA
certificates even if they don't contain a CA basic constraint.
charon.plugins.stroke.max_concurrent = 4
Maximum number of stroke messages handled concurrently.
charon.plugins.stroke.prevent_loglevel_changes = no
If enabled log level changes via stroke socket are not allowed.
charon.plugins.stroke.socket = unix://${piddir}/charon.ctl
Socket provided by the stroke plugin.
charon.plugins.stroke.timeout = 0
Timeout in ms for any stroke command. Use 0 to disable the timeout.
|