Annotation of embedaddon/strongswan/conf/plugins/systime-fix.conf, revision 1.1.1.1

1.1       misho       1: systime-fix {
                      2: 
                      3:     # Interval in seconds to check system time for validity. 0 disables the
                      4:     # check.
                      5:     # interval = 0
                      6: 
                      7:     # Whether to load the plugin. Can also be an integer to increase the
                      8:     # priority of this plugin.
                      9:     load = yes
                     10: 
                     11:     # Whether to use reauth or delete if an invalid cert lifetime is detected.
                     12:     # reauth = no
                     13: 
                     14:     # Threshold date where system time is considered valid. Disabled if not
                     15:     # specified.
                     16:     # threshold =
                     17: 
                     18:     # strptime(3) format used to parse threshold option.
                     19:     # threshold_format = %Y
                     20: 
                     21:     # How long to wait for a valid system time if an interval is configured. 0
                     22:     # to recheck indefinitely.
                     23:     # timeout = 0s
                     24: 
                     25: }
                     26: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>