SV-260580r958868_rule
V-260580
SRG-OS-000403-GPOS-00182
UBTU-22-631010
CAT II
10
Configure Ubuntu 22.04 LTS to use of DOD PKI-established certificate authorities for verification of the establishment of protected sessions.
Add at least one DOD certificate authority to the "/usr/share/ca-certificates" directory in the CRT format.
Update the "/etc/ssl/certs" directory by using the following command:
$ sudo dpkg-reconfigure ca-certificates
Verify the directory containing the root certificates for Ubuntu 22.04 LTS contains certificate files for DOD PKI-established certificate authorities by iterating over all files in the "/etc/ssl/certs" directory and checking if, at least one, has the subject matching "DOD ROOT CA".
$ ls /etc/ssl/certs | grep -i DOD
DOD_PKE_CA_chain.pem
If no DOD root certificate is found, this is a finding.
Verify that all root certificates present on the system have been approved by the AO.
$ ls /etc/ssl/certs
If a certificate is present that is not approved by the AO, this is a finding.
V-260580
False
UBTU-22-631010
Verify the directory containing the root certificates for Ubuntu 22.04 LTS contains certificate files for DOD PKI-established certificate authorities by iterating over all files in the "/etc/ssl/certs" directory and checking if, at least one, has the subject matching "DOD ROOT CA".
$ ls /etc/ssl/certs | grep -i DOD
DOD_PKE_CA_chain.pem
If no DOD root certificate is found, this is a finding.
Verify that all root certificates present on the system have been approved by the AO.
$ ls /etc/ssl/certs
If a certificate is present that is not approved by the AO, this is a finding.
M
5594