Users Guide

Table Of Contents
Supported releases 10.4.3.0 or later
crypto crl delete
Deletes a Certicate Revocation List le in the trust store on the switch.
Syntax
crypto crl delete crl-filename
Parameters
crl-filename — Enter a CRL lename with the .pem extension as displayed under Manually
installed CRLs in show crypto crl output.
Default Not congured
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.0 or later
crypto crl install
Installs the Certicate Revocation List les 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 lename that you copied to the switch.
Default Not congured
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 lename 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.0 or later
Security 993