summaryrefslogtreecommitdiff
path: root/conf/plugins/certexpire.conf
blob: 543848c15133a067f01fce1201fb8839baf26090 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
certexpire {

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

    csv {

        # Cron style string specifying CSV export times.
        # cron =

        # String to use in empty intermediate CA fields.
        # empty_string =

        # Use a fixed intermediate CA field count.
        # fixed_fields = yes

        # Force export of all trustchains we have a private key for.
        # force = yes

        # strftime(3) format string to export expiration dates as.
        # format = %d:%m:%Y

        # strftime(3) format string for the CSV file name to export local
        # certificates to.
        # local =

        # strftime(3) format string for the CSV file name to export remote
        # certificates to.
        # remote =

        # CSV field separator.
        # separator = ,

    }

}