Private web servers must require certificates issued from a DoD-authorized Certificate Authority.

Severity
Group ID
Group Title
Version
Rule ID
Date
STIG Version
mediumV-6531WG140WG140 A22SV-33019r1_rule2019-01-071
Description
Web sites requiring authentication within the DoD must utilize PKI as an authentication mechanism for web users. Information systems residing behind web servers requiring authorization based on individual identity must use the identity provided by certificate-based authentication to support access control decisions.
ℹ️ Check
To view the SSLVerifyClient value enter the following command: grep "SSLVerifyClient" /usr/local/apache2/conf/httpd.conf. If the value of SSLVerifyClient is not set to “require”, this is a finding.
✔️ Fix
Edit the httpd.conf file and set the value of SSLVerifyClient to "require".