The macOS system must issue or obtain public key certificates from an approved service provider.

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-268534APPL-15-003001SV-268534r1034542_ruleCCI-002470medium
Description
The organization must issue or obtain public key certificates from an organization-approved service provider and ensure only approved trust anchors are in the System Keychain. Satisfies: SRG-OS-000403-GPOS-00182, SRG-OS-000775-GPOS-00230
STIGDate
Apple macOS 15 (Sequoia) Security Technical Implementation Guide2025-05-05

Related Frameworks

2 paths across 2 frameworks
NIST 800-531 mapping
  • DISA · 1 · disa_xccdf · related
  • DISA · 2025-01-23 · disa_cci_list · equivalent
CCI1 mapping
CCI-002470
1.00
  • DISA · 1 · disa_xccdf · related

Details

Check Text (C-268534r1034542_chk)

Verify the macOS system is configured to issue or obtain public key certificates from an approved service provider with the following command: /usr/bin/security dump-keychain /Library/Keychains/System.keychain | /usr/bin/awk -F'"' '/labl/ {print $4}' If the result does not contain a list of approved certificate authorities, this is a finding.

Fix Text (F-72465r1034541_fix)

Configure the macOS system to issue or obtain public key certificates from an approved service provider by obtaining the approved certificates from the appropriate authority and install them to the System Keychain.