SV-279619r1192185_rule
V-279619
SRG-OS-000393-GPOS-00173
NXAC-OS-000176
CAT I
10
Configure the system to run in FIPS mode.
1. For AOS, configure FIPS mode using the following command.
$ sudo salt-call state.sls security/CVM/fipsCVM
2. For Prism Central, configure FIPS mode using the following command.
$ sudo salt-call state.sls security/PCVM/fipsPCVM
3. For Files, configure FIPS mode using the following command.
$ sudo salt-call state.sls security/AFS/fipsAFS
4. For AHV, configure FIPS mode using the following command.
$ sudo salt-call state.sls security/KVM/fipsKVM
Confirm that the Nutanix OS OpenSSL library is configured to only use DOD-approved TLS encryption using the following command.
$ sudo grep -i MinProtocol /etc/crypto-policies/back-ends/opensslcnf.config
TLS.MinProtocol = TLSv1.2
DTLS.MinProtocol = DTLSv1.2
If the "TLS.MinProtocol" is set to anything older than "TLVSv1.2" or the "DTLS.Min.Protocol" is set to anything older than DTLSv1.2, this is a finding.
V-279619
False
NXAC-OS-000176
Confirm that the Nutanix OS OpenSSL library is configured to only use DOD-approved TLS encryption using the following command.
$ sudo grep -i MinProtocol /etc/crypto-policies/back-ends/opensslcnf.config
TLS.MinProtocol = TLSv1.2
DTLS.MinProtocol = DTLSv1.2
If the "TLS.MinProtocol" is set to anything older than "TLVSv1.2" or the "DTLS.Min.Protocol" is set to anything older than DTLSv1.2, this is a finding.
M
5730