SV-270745r1066724_rule
V-270745
SRG-OS-000403-GPOS-00182
UBTU-24-600060
CAT II
10
Configure Ubuntu 24.04 LTS to use of DOD PKI-established CAs for verification of the establishment of protected sessions.
Edit the "/etc/ca-certificates.conf" file, adding the character "!" to the beginning of all uncommented lines that do not start with the "!" character with the following command:
$ sudo sed -i -E 's/^([^!#]+)/!\1/' /etc/ca-certificates.conf
Add at least one CA to the "/usr/local/share/ca-certificates" directory in the PEM format.
Update the "/etc/ssl/certs" directory with the following command:
$ sudo update-ca-certificates
Verify the directory containing the root certificates for Ubuntu 24.04 LTS contains certificate files for DOD PKI-established CAs by iterating over all files in the "/etc/ssl/certs" directory and checking if, at least one, has the subject matching "DOD ROOT CA".
$ grep -ir DOD /etc/ssl/certs
DOD_PKE_CA_chain.pem
If no root certificate is found, this is a finding.
V-270745
False
UBTU-24-600060
Verify the directory containing the root certificates for Ubuntu 24.04 LTS contains certificate files for DOD PKI-established CAs by iterating over all files in the "/etc/ssl/certs" directory and checking if, at least one, has the subject matching "DOD ROOT CA".
$ grep -ir DOD /etc/ssl/certs
DOD_PKE_CA_chain.pem
If no root certificate is found, this is a finding.
M
5673