Annotation of embedaddon/strongswan/conf/plugins/revocation.conf, revision 1.1.1.1

1.1       misho       1: revocation {
                      2: 
                      3:     # Whether CRL validation should be enabled.
                      4:     # enable_crl = yes
                      5: 
                      6:     # Whether OCSP validation should be enabled.
                      7:     # enable_ocsp = yes
                      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: }
                     14: 

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