stroke: Allow specifying the ipsec.secrets location in strongswan.conf

This commit is contained in:
Shea Levy
2014-10-02 14:31:00 +02:00
committed by Tobias Brunner
parent 5fea45506e
commit 213e02b872
3 changed files with 20 additions and 5 deletions
+3
View File
@@ -8,6 +8,9 @@ charon.plugins.stroke.max_concurrent = 4
charon.plugins.stroke.prevent_loglevel_changes = no
If enabled log level changes via stroke socket are not allowed.
charon.plugins.stroke.secrets_file = ${sysconfdir}/ipsec.secrets
Location of the ipsec.secrets file
charon.plugins.stroke.socket = unix://${piddir}/charon.ctl
Socket provided by the stroke plugin.