systime-fix.opt 602 B

12345678910111213141516
  1. charon.plugins.systime-fix.interval = 0
  2. Interval in seconds to check system time for validity. 0 disables the check.
  3. charon.plugins.systime-fix.reauth = no
  4. Whether to use reauth or delete if an invalid cert lifetime is detected.
  5. charon.plugins.systime-fix.threshold =
  6. Threshold date where system time is considered valid. Disabled if not
  7. specified.
  8. charon.plugins.systime-fix.threshold_format = %Y
  9. **strptime**(3) format used to parse threshold option.
  10. charon.plugins.systime-fix.timeout = 0s
  11. How long to wait for a valid system time if an interval is configured. 0 to
  12. recheck indefinitely.