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

Moving Identity certificate from one ASA to another

tarekaljallad
Level 1
Level 1

I'm trying to export identity certificates from an ASA 5510 to 5520, I'm exporting in pkcs12 format and specifying a passphrase. When attempting to import to the 5520, I get "error import pkcs12 operation failed" from cli or asdm.

1 Reply 1

Marcin Latosiewicz
Cisco Employee
Cisco Employee

You should check if you can open the pkcs12 with openssl.

Check also if you can expoert after decoding.

openssl based64 -in EXPORTED.p12 -d -out DECODED.p12

M.