Users Guide

Table Of Contents
Usage Information
Before you delete a CDP, use the show crypto cdp command to display a list of all CDPs installed on the
switch.
Example
OS10# crypto cdpl delete Comsign
Supported Releases 10.5.0.0 or later
crypto cert delete
Deletes an installed host certicate and the private key created with it.
Syntax
crypto cert delete filename [fips]
Parameters
filename — Enter the le name of the host certicate as displayed in the show crypto cert command.
fips — (Optional) Delete a FIPS-compliant certicate-key pair. To verify whether a certicate is non-FIPS or
FIPS-compliant., use the
show crypto cert command.
Default Not congured
Command mode EXEC
Usage information When you delete the system's certicate, you also delete the private key. Do not delete a host certicate that is
used in a security prole. To display the currently installed host certicate and associated key, use the show
crypto cert command.
NOTE: A FIPS-compliant and non-FIPS certicate may have the same le name. To delete a FIPS-
compliant certicate, you must enter the fips parameter in the command.
Example
OS10# crypto cert delete Dell_host1_CA1.pem
Certificate and keys were successfully deleted. CN = Dell_host1_CA1
Supported releases 10.4.3.0 or later
crypto cert generate
Creates a certicate signing request (CSR) or a self-signed certicate.
Syntax
crypto cert generate {request | self-signed} [cert-file cert-path key-file
{private | keypath}] [country 2-letter code] [state state] [locality city]
[organization organization-name] [orgunit unit-name] [cname common-name] [email
email-address] [validity days] [length length] [altname alt-name]
Parameters
request — Create a certicate signing request to copy to a CA.
self-signed — Create a self-signed certicate.
cert-file cert-path — (Optional) Enter the local path where the self-signed certicate or CSR is
stored. You can enter a full path or a relative path; for example, flash://certs/s4810-001-
request.csr or usb://s4810-001.crt. If you do not enter the cert-file option, the system
interactively prompts you to ll in the remaining elds of the certicate signing request. Export the CSR to a CA
using the copy command.
990 Security