Mediant MSBRs 42 Document #: LTRT-31828
Security Setup
Command Sub-commands Description
Imports private key, in textual PEM format.
7.1.3.1.3 Import Root Certificates Procedure
1. Go to the PKI CLI section:
#configure data
(config-data)#crypto isakmp
2. Use the following command to import the Root certificate:
(config-isakmp-pki)# trusted-root import
The following message is displayed:
Enter data below. Type a period (.) on an empty line to
finish.
3. Paste a root certificate:
-----BEGIN CERTIFICATE-----
MIIFxz…
---output omitted---
…tjkjeqG
-----END CERTIFICATE-----
4. Enter dot "." to end root certificate:
If there are other "child root" certificates, repeat from trusted-root import to add more
certificates. After the certificate has been imported, check the root certificate using "
trusted-root summary" command:
(config-isakmp-pki)# trusted-root summary
1 trusted certificates.
Num Subject Issuer
Expires
--------------------------------------------------------------
----------------
1 ca.local ca.local
6/15/2028
MSBR(config-isakmp-pki)#