Describes the end-to-end process to enable certification authority (CA) interoperability on Cisco NCS 1004 by configuring the device identity, generating keys, and establishing trust with the CA.
This process enables Cisco NCS 1004 devices to obtain digital certificates from a certification authority (CA) by ensuring device identity, key generation, and trustpoint configuration before requesting certificates.
Summary
The key components involved in the process are:
-
Network administrator: Configures the device identity, generates RSA key pairs, and declares the trustpoint that points to the CA.
-
Cisco NCS 1004: Stores the keys and trustpoint configuration, and uses them to interact with the CA.
-
Certification authority (CA): Issues the digital certificate that the device uses to establish trust with peers.
The process configures the prerequisites that the device needs before it can authenticate the CA and request certificates.
Workflow
The process involves the following stages:
- Configure the hostname and IP domain name of Cisco NCS 1004 so that the device can build the fully qualified domain name (FQDN) that is used by IPSec keys and certificates. For details, see Configure hostname and IP domain name.
- Generate an RSA key pair on Cisco NCS 1004. The device uses RSA keys to sign and encrypt IKE key management messages and to obtain a certificate from the CA. For details, see Generate RSA key pair.
- Import the public key into Cisco NCS 1004 so that the device can authenticate the user. For details, see Import public key to Cisco NCS 1004.
- Declare the CA and configure the trusted point so that Cisco NCS 1004 can verify certificates issued to peers. For details, see Declare certification authority and configure trusted point.
Result
Cisco NCS 1004 is ready to authenticate the CA and request its own certificates.
What’s next
After you complete this process, authenticate the CA on Cisco NCS 1004. For details, see Authenticate certification authority.