summaryrefslogtreecommitdiff
path: root/conf/plugins/systime-fix.conf
blob: f5cd4cd5dbc913c3480b44ce881d920319a33a97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
systime-fix {

    # Interval in seconds to check system time for validity. 0 disables the
    # check.
    # interval = 0

    # Whether to load the plugin. Can also be an integer to increase the
    # priority of this plugin.
    load = yes

    # Whether to use reauth or delete if an invalid cert lifetime is detected.
    # reauth = no

    # Threshold date where system time is considered valid. Disabled if not
    # specified.
    # threshold =

    # strptime(3) format used to parse threshold option.
    # threshold_format = %Y

}