SRC-PE 2.0.x Getting Started Guide > Managing Security Digital Certificates
> Removing a Certificate
Removing a Certificate
To remove a certificate:
- Issue the
show security certificate
command to view information about the local certificates. For example:
user@host> show security certificate
web subject:CN=myhost
CAcert1 subject:CN=myhost
- Issue the
clear security certificate command
to remove a certificate. Use the trusted option if the certificate is a CA certificate.
clear security certificate <trusted> <identifier identifier
>
For example:
- To remove the certificate web (that is not a trusted certificate) from myhost:
user@host>clear security certificate web
To remove a trusted (CA) certificate from myhost:
user@host>clear security certificate trusted CAcert1