The Nokia router must be configured to include only approved trust anchors in trust stores or certificate stores managed by the organization.
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-283793 | NOKI-ND-001020 | SV-283793r1203590_rule | CCI-004909 | medium |
| Description | ||||
| Public Key Infrastructure (PKI) certificates are certificates with visibility external to organizational systems and certificates related to the internal operations of systems, such as application-specific time services. In cryptographic systems with a hierarchical structure, a trust anchor is an authoritative source (i.e., a certificate authority) for which trust is assumed and not derived. A root certificate for a PKI system is an example of a trust anchor. A trust store or certificate store maintains a list of trusted root certificates. | ||||
| STIG | Date | |||
| Nokia Service Router OS 25.x Network Device Management Security Technical Implementation Guide | 2026-06-15 | |||
Details
Check Text (C-283793r1203590_chk)
Verify the Nokia router is configured to include only approved trust anchors in trust stores or certificate stores managed by the organization.
Use the command below to view the trust anchor information for TLS:
- show system security tls trust-anchor-profile
If the Nokia router is not configured to include only approved trust anchors in trust stores or certificate stores managed by the organization, this is a finding.
Fix Text (F-88263r1203423_fix)
Configure the Nokia router to include only approved trust anchors in trust stores or certificate stores managed by the organization.
Configure the TLS certification profile:
- configure system security tls cert-profile <profile name> create
- entry <id> create
- cert <cert file name>
- key <key file name>
Configure TLS-approved trust anchors:
- configure system security tls trust-anchor-profile <name> create
- trust-anchor <ca profile name>