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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user