aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2014-09-30 15:11:03 -0400
committerTobias Brunner <tobias@strongswan.org>2014-10-02 14:31:00 +0200
commit213e02b8725e5d1401d231a7de9d1cf30fcee2eb (patch)
treed544e993a3ef7479d39db649b13770049ee95ae5 /conf
parent5fea45506ee3c0712bb62d6ba311459164036d7e (diff)
downloadstrongswan-213e02b8725e5d1401d231a7de9d1cf30fcee2eb.tar.bz2
strongswan-213e02b8725e5d1401d231a7de9d1cf30fcee2eb.tar.xz
stroke: Allow specifying the ipsec.secrets location in strongswan.conf
Diffstat (limited to 'conf')
-rw-r--r--conf/plugins/stroke.opt3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/plugins/stroke.opt b/conf/plugins/stroke.opt
index 2cfc2c6fa..4b49b1f04 100644
--- a/conf/plugins/stroke.opt
+++ b/conf/plugins/stroke.opt
@@ -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.