NGINX must only allow using DOD approved certificate authorities for PKI.

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-278403NGNX-APP-001900SV-278403r1171961_ruleCCI-002470medium
Description
Untrusted Certificate Authorities (CA) can issue certificates, but they may be issued by organizations or individuals that seek to compromise DOD systems or by organizations with insufficient security controls. If the CA used for verifying the certificate is not a DOD-approved CA, trust of this CA has not been established. The DOD will only accept PKI certificates obtained from a DOD-approved internal or external certificate authority. Reliance on CAs for the establishment of secure sessions includes, for example, using TLS certificates. This requirement focuses on communications protection for the application session rather than for the network packet. This requirement applies to applications that use communications sessions. This includes, but is not limited to, web-based applications and service-oriented architectures (SOAs). Satisfies: SRG-APP-000427, SRG-APP-000177, SRG-APP-000910
STIGDate
F5 NGINX Security Technical Implementation Guide2026-01-07

Details

Check Text (C-278403r1171961_chk)

Determine the path to NGINX config file(s): # nginx -qT | grep "# configuration" # configuration file /etc/nginx/nginx.conf: Note: The default NGINX configuration is "/etc/nginx/nginx.conf", though various files may also be included. Find any "ssl_certificate" ssl_client_certificate" directives and verify they are DOD approved. If the certificates are not DOD approved, this is a finding.

Fix Text (F-82842r1171960_fix)

Replace any non-DOD issued certificates with DOD-issued certificates. After replacing the certificates, reload NGINX: # nginx -s reload