Send documentation comments to mdsfeedback-doc@cisco.com
24-12
Cisco MDS 9000 Family Troubleshooting Guide, Release 3.x
OL-9285-05
Chapter 24 Troubleshooting Digital Certificates
Digital Certificate Issues
Step 3 Optionally, use the delete certificate force command in trust point config submode to remove the
certificates from the trust point.
switch(config)# crypto ca trustpoint myCA
switch(config-trustpoint)# delete certificate force
Step 4 Optionally, use the no rsakeypair command in the trust point config submode to remove the RSA key
pairs from the trust point.
switch(config)# crypto ca trustpoint myCA
switch(config-trustpoint)# no rsakeypair SwitchA
Step 5 Use the copy tftp command to copy the PKCS#12 format file to the switch.
switch# copy tftp:adminid.p12 bootflash:adminid.p12
Step 6 Use the crypto ca import command to import the certificates and RSA key pairs to the trust point.
switch(config)# crypto ca import admin-ca pkcs12 bootflash:adminid.p12 nbv123