Annotation of embedaddon/strongswan/conf/plugins/coupling.conf, revision 1.1

1.1     ! misho       1: coupling {
        !             2: 
        !             3:     # File to store coupling list to.
        !             4:     # file =
        !             5: 
        !             6:     # Hashing algorithm to fingerprint coupled certificates.
        !             7:     # hash = sha1
        !             8: 
        !             9:     # Whether to load the plugin. Can also be an integer to increase the
        !            10:     # priority of this plugin.
        !            11:     load = yes
        !            12: 
        !            13:     # Maximum number of coupling entries to create.
        !            14:     # max = 1
        !            15: 
        !            16: }
        !            17: 

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