UCF STIG Viewer Logo

The CRLSufficientPerCert option must be set correctly.


Overview

Finding ID Version Rule ID IA Controls Severity
V-51691 OSX8-00-00619 SV-65901r1_rule Medium
Description
A trust anchor is an authoritative entity represented via a public key and associated data. When there is a chain of trust, usually the top entity to be trusted becomes the trust anchor, for example, a Certification Authority (CA). A certification path starts with the Subject certificate and proceeds through a number of intermediate certificates up to a trusted root certificate, typically issued by a trusted CA. Path validation is necessary for a relying party to make an informed trust decision when presented with any certificate that is not already explicitly trusted. Status information for certification paths includes, certificate revocation lists or online certificate status protocol responses.
STIG Date
Apple OS X 10.8 (Mountain Lion) Workstation STIG 2015-02-10

Details

Check Text ( C-53995r1_chk )
To check to see if CRL checking is set with a configuration profile, run the following command:

system_profiler SPConfigurationProfileDataType | grep CRLSufficientPerCert | awk '{ print $3 }' | sed 's/;//'

The result should be "1". If nothing is returned or the result is incorrect, this is a finding.
Fix Text (F-56489r1_fix)
This is enforced using a configuration profile.