C613-50170-01 Rev B
Command Reference for x510 Series
1967
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
P
UBLIC
K
EY
I
NFRASTRUCTURE
C
OMMANDS
NO
CRYPTO
PKI
CERTIFICATE
no crypto pki certificate
Overview
Use this command to delete a certificate with the specified fingerprint from the
specified trustpoint.
Syntax
no crypto pki certificate <
trustpoint
> <
word
>
Default
By default, no fingerprints are pre-accepted for the trustpoint.
Mode
Privileged Exec
Usage
The fingerprint can be found in the output of the
show crypto pki certificates
command. If there are dependent certificates in the trustpoint (i.e., if other
certificates were signed by the specified certificate), the command will be rejected.
If the specified certificate is the root CA certificate and the trustpoint represents a
locally selfsigned CA, then the corresponding private key is also deleted from the
system. Deleting the root CA certificate effectively resets the trustpoint to an
unauthenticated state.
Example
To delete a certificate with the fingerprint "594EDEF9 C7C4308C 36D408E0
77E784F0 A59E8792" from the trustpoint “example”, use the following commands:
awplus>
enable
awplus#
no crypto pki certificate example
594EDEF9 C7C4308C 36D408E0 77E784F0 A59E8792
Related
Commands
Parameter
Description
<trustpoint>
The name of the trustpoint.
<word>
The fingerprint as a series of 40 hexadecimal characters,
optionally separated into multiple character strings.