Certificate revocation policy for CRL or OCSP revocation.
- A
strict
revocation policy fails if no revocation information is available, i.e. the certificate is not known to be unrevoked. ifuri
fails only if a CRL/OCSP URI is available, but certificate revocation checking fails, i.e. there should be revocation information available, but it could not be obtained.- The default revocation policy
relaxed
fails only if a certificate is revoked, i.e. it is explicitly known that it is bad.
StrongSwan default: "relaxed"
Declarations
Type
null or one of "strict", "ifuri", "relaxed"
Default
null