09-20-2023 12:14 PM
Would like to know how to delete old or unused keypair(s) and trustpoints in ASA.
rustpoint Godaddy_2024:
Subject Name:
cn=Starfield Secure Certificate Authority - G2
ou=http://certs.starfieldtech.com/repository/
o=Starfield Technologies\, Inc.
l=Scottsdale
st=Arizona
c=US
Serial Number: 07
Certificate configured.
Trustpoint SSL-GD2024:
Subject Name:
cn=Starfield Secure Certificate Authority - G2
ou=http://certs.starfieldtech.com/repository/
o=Starfield Technologies\, Inc.
l=Scottsdale
st=Arizona
c=US
Serial Number: 07
Certificate configured.
Solved! Go to Solution.
09-25-2023 11:14 PM
Hi @james.king14,
I'm not much of an ASDM user, so I don't know all the tricks. I would expect to see CA certificates here, as this is CA section. If you are looking into deleting identity certificate, you should click one field lower. However, ASA is usually linking CA certificate along with identity certificate (there are rare cases where those two are not tied up together). One CA can be linked to multiple identity certificates also.
You can use CLI command "show crypto ca trustpoints" to check all of the configured/imported certificates on your ASA. Over there, you can see the associated keys also, which can then be deleted with "crypto key zeroize rsa label key_name".
Kind regards,
Milos
09-21-2023 12:31 AM
Hi @james.king14,
You should be able to go to Configuration / Device Management / Certificate Management and to pick either Identity or CA certificate you want to delete.
Kind regards,
Milos
09-25-2023 08:22 AM
09-25-2023 08:22 AM
Also How do you discard the enrollled Keypairs?
09-25-2023 11:14 PM
Hi @james.king14,
I'm not much of an ASDM user, so I don't know all the tricks. I would expect to see CA certificates here, as this is CA section. If you are looking into deleting identity certificate, you should click one field lower. However, ASA is usually linking CA certificate along with identity certificate (there are rare cases where those two are not tied up together). One CA can be linked to multiple identity certificates also.
You can use CLI command "show crypto ca trustpoints" to check all of the configured/imported certificates on your ASA. Over there, you can see the associated keys also, which can then be deleted with "crypto key zeroize rsa label key_name".
Kind regards,
Milos
09-26-2023 06:14 AM
09-26-2023 06:54 AM
CLI rules!
You can list all trustpoints with command "show crypto ca trustpoints", and then simply delete selected one with "no crypto ca trustpoint MyTPoint".
Kind regards,
Milos
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide