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.
This commit is contained in:
Tobias Brunner
2017-11-08 16:20:35 +01:00
parent 1fe71a50f1
commit c81b87ac26
2 changed files with 46 additions and 10 deletions
+4
View File
@@ -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.