5.6 Enable OCSP and CRL certificate checking - CRLStyle
Information
A rogue or compromised certificate should not be trsuted
Solution
Run the following commands to enforce the compliant state To set the CRL settings: defaults write com.apple.security.revocation CRLStyle -string RequireIfPresent To set the OCSP settings: defaults write com.apple.security.revocation OCSPStyle -string RequireIfPresent