cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1039
Views
0
Helpful
1
Replies

Possible to copy/rename keypair

sgjr82841
Level 1
Level 1

Hey Guys,

is it possible to copy or rename the generated key pair in ASA ? Objective is to rename but if the direct renaming is not possible then can copy be done and remove the other key pair.

I had a look at the ASA cli and could not find any way to do it. Any comments?

Thanks in advance!!

1 Reply 1

Jennifer Halim
Cisco Employee
Cisco Employee

You can not rename nor copy the keypair by itself.

If you however have a trustpoint where the key is associated to, you can export the whole trustpoint configuration with all associated keys and certificates in PKCS12 format, or export the identity certificate in PEM format:

crypto ca export identity-certificate

OR/

crypto ca export pkcs12

But not just the keypair by itself.