aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2017-09-26 10:32:04 +0200
committerTobias Brunner <tobias@strongswan.org>2017-11-08 16:20:35 +0100
commitc81b87ac265eaf234e1122c424096ef56f934a7f (patch)
treee24facd503073d7ed6cf0f57ddaeddb60861bf92 /conf
parent1fe71a50f1213ec9c8df6584dead1ef997ca856a (diff)
downloadstrongswan-c81b87ac265eaf234e1122c424096ef56f934a7f.tar.bz2
strongswan-c81b87ac265eaf234e1122c424096ef56f934a7f.tar.xz
systime-fix: Add timeout option to stop waiting for valid system time
A certificate check is forced once the timeout is reached even if the system time appears to be invalid.
Diffstat (limited to 'conf')
-rw-r--r--conf/plugins/systime-fix.opt4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/plugins/systime-fix.opt b/conf/plugins/systime-fix.opt
index 7abd03627..714981a52 100644
--- a/conf/plugins/systime-fix.opt
+++ b/conf/plugins/systime-fix.opt
@@ -10,3 +10,7 @@ charon.plugins.systime-fix.threshold =
charon.plugins.systime-fix.threshold_format = %Y
**strptime**(3) format used to parse threshold option.
+
+charon.plugins.systime-fix.timeout = 0s
+ How long to wait for a valid system time if an interval is configured. 0 to
+ recheck indefinitely.