summaryrefslogtreecommitdiff
path: root/conf/plugins/revocation.conf
blob: ca24a640d27a1e9c4676d649c170d52720527a79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
revocation {

    # Whether CRL validation should be enabled.
    # enable_crl = yes

    # Whether OCSP validation should be enabled.
    # enable_ocsp = yes

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

}