strongswan/conf/plugins/revocation.opt
Tobias Brunner 2de9bb30fe revocation: More accurately describe the flags to disable OCSP/CRL validation
These options disable validation as such, e.g. even from cached CRLs, not
only the fetching.  Also made the plugin's validate() implementation a
no-op if both options are disabled.
2017-02-15 10:41:38 +01:00

8 lines
177 B
Plaintext

charon.plugins.revocation.enable_ocsp = yes
Whether OCSP validation should be enabled.
charon.plugins.revocation.enable_crl = yes
Whether CRL validation should be enabled.