Users Guide

Table Of Contents
Processing certificate ...
Certificate and keys were successfully installed as "Dell_host1_CA1.pem"
that may be used in a security profile. CN = Dell_host1_CA1.
Supported
releases
10.4.3.0 or later
crypto crl delete
Deletes a Certificate Revocation List file in the trust store on the switch.
Syntax
crypto crl delete crl-filename
Parameters
crl-filename Enter a CRL filename with the .pem extension as displayed under Manually
installed CRLs in show crypto crl output.
Default Not configured
Command Mode EXEC
Usage
Information
The crypto crl delete command deletes only manually installed CRLs. Before you delete a CRL, use
the show crypto crl command to display a list of all CRLs installed on the switch.
Example
OS10# crypto crl delete COMODO_Certification_Authority.0.crl.pem
Supported
Releases
10.5.0 or later
crypto crl install
Installs the Certificate Revocation List files that you copied to the switch.
Syntax
crypto crl install crl-path [crl-filename]
Parameters
crl-path Enter the path to the directory where the CRL is downloaded.
crl-filename (Optional) Enter the CRL filename that you copied to the switch.
Default Not configured
Command Mode EXEC
Usage
Information
Before you use the crypto crl install command, copy a CRL to the home:// or usb://
directory. If you do not enter a CRL filename in the command, you can copy and paste it when prompted.
Use the show crypto crl command to view the CRLs that are already installed on the switch. In the
show output, the CRLs displayed under Manually installed CRLs are installed using the crypto
crl install command.
Example
OS10# copy scp:///tftpuser@10.11.178.103:/crl_example_file.pem home://
password:
OS10# crypto crl install home://
Network_Solutions_Certificate_Authority.0.crl.pem
OS10# show crypto crl
--------------------------------------
| Manually installed CRLs |
--------------------------------------
Network_Solutions_Certificate_Authority.0.crl.pem
--------------------------------------
| Downloaded CRLs |
--------------------------------------
Supported
Releases
10.5.0 or later
Security 1383