mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
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.
8 lines
177 B
Plaintext
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.
|
|
|
|
|