If you are lazy bum network administrator or fresh network administrator, you could create RSA Key wrongly on your Cisco ASA Firewall sometimes I believe. In this kind of situation, most of network administrator (especially fresher) are don't know how to delete wronlgy created RSA Key as they used ASDM GUI Interface to create RSA Key. Here, I'd like to share a way how to delete this wrongly created RSA Key by using Command Line Interface for the one who still don't know how to. It's simple if you know that. First, login to your Cisco ASA and go to Global Configuration Mode and follow as below, ciscoasa>enable ciscoasa#configure terminal ciscoasa(config)#crypto key zeroize rsa label key-name ciscoasa(config)#exit ciscoasa#write memory Insert the name of RSA Key that you wrongly created previously in "key-name". Now, you're done in deleting wrongly created RSA Key and you can create new one correctly. But do not forget to put "labe...
Be knowledgeable, pass it on then.