| Hostname | IP Address | Status | Assigned To | Last Scan | Actions |
|---|---|---|---|---|---|
| MONTPOINTGTWYRTR | 10.10.10.1 | 2026-01-14 | |||
Finding DetailsEvaluate-STIG 1.2507.5 (Scan-CiscoXERouterNDM_Checks) found this to be OPEN on 10/23/2025 ResultHash: 173712CE30761257E28758267267A6B72D8F12F1 ~~~~~ crypto pki trustpoint TP-self-signed-1964743403 is not configured for url enrollment crypto pki trustpoint TP-self-signed-1964743403 enrollment selfsigned crypto pki trustpoint SLA-TrustPoint is not configured for url enrollment crypto pki trustpoint SLA-TrustPoint enrollment pkcs12 crypto pki trustpoint TP-self-signed-941045115 is not configured for url enrollment crypto pki trustpoint TP-self-signed-941045115 enrollment selfsigned Comments |
|||||
Check Text
Review the router configuration to determine if a CA trust point has been configured. The CA trust point will contain the URL of the CA in which the router has enrolled with. Verify this is a DOD or DOD-approved CA. This will ensure the router has enrolled and received a certificate from a trusted CA. The CA trust point configuration would look similar to the example below. crypto pki trustpoint CA_X enrollment url http://trustpoint1.example.com Note: A remote end-point's certificate will always be validated by the router by verifying the signature of the CA on the certificate using the CA's public key, which is contained in the router's certificate it received at enrollment. Note: This requirement is not applicable if the router does not have any public key certificates. If the Cisco router is not configured to obtain its public key certificates from an appropriate certificate policy through an approved service provider, this is a finding.
Fix Text
Configure the router to obtain its public key certificates from an appropriate certificate policy through an approved service provider as shown in the example below. R2(config)# crypto pki trustpoint CA_X R2(ca-trustpoint)#enrollment url http://trustpoint1.example.com