summaryrefslogtreecommitdiff
path: root/conf/plugins/coupling.conf
blob: a5c3d786895274a0899a0b05f2abc1385e3514a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
coupling {

    # File to store coupling list to.
    # file =

    # Hashing algorithm to fingerprint coupled certificates.
    # hash = sha1

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

    # Maximum number of coupling entries to create.
    # max = 1

}