crypto cert delete
Deletes a trusted certificate.
Syntax
crypto cert delete
Defaults
NA.
Command Modes
EXEC Privilege
Command History
This guide is platform-specific. For command information about other platforms, see the relevant
Dell Networking
OS Command Line Reference Guide
.
The following is a list of the Dell Networking OS version history for this command:
Version
Description
9.11.0.0
Introduced the command.
Usage Information
The following RBAC roles are allowed to issue this command:
•
sysadmin
•
secadmin
The certificate matching the current FIPS state is deleted. If the system is in FIPS mode, the FIPS certificate is
deleted. If the system is in non-FIPS mode, the non-FIPS certificate is deleted.
Before deleting the system’s trusted certificate, the system prompts you to specify whether to proceed with
deletion. If you proceed, the system deletes the certificate and also the private key.
Related Commands
•
•
crypto cert generate
Generates a Certificate Signing Request (CSR) or a self-signed certificate.
Syntax
crypto cert generate {self-signed | request} [cert-file
cert-path
key-file
{private |
key-path
}] [country
2-letter code
] [state
state
] [locality
city
]
[organization
organization-name
] [orgunit
unit-name
] [cname
common-name
email-address
] [validity
days
] [length
length
] [altname
alt-name
]
Parameters
self-signed
Enter the keyword
self-signed
to create a self-signed certificate.
request
Enter the keyword
request
to create a certificate signing request.
cert-file
Enter the keyword
cert-file
to specify that the certificate needs to be created.
NOTE:
If the cert-file option is not specified in the command, then the system
interactively prompts you to fill in rest of the fields of the certificate signing
request (CSR).
X.509v3
1733