Identity certificate import after deleting CSR from ASA

cisco-asa

I generated a CSR using CLI, then Thawte senT me certificate. I typed some commands, something went wrong, and I deleted the CSR from the ASA.

Do I have to generate new a CSR and ask Thawte for new certificate, or is it possible to restore a deleted CSR? I have ASDM access as well.

Best Answer

You will have used the command:

crypto ca enroll TP-NAME

where TP-NAME is the name of your trustpoint.

All you will need to do now is:

crypto ca import TP-NAME certificate

where TP-NAME is the same as the one you used for creating the CSR (using the enroll command)