Users Guide

Table Of Contents
Command mode EXEC
Usage information To display the currently installed CA certificates, use the show crypto ca-certs command.
Example
OS10# crypto ca-cert delete Amazon_Root_CA.crt
Successfully removed certificate
OS10# crypto ca-cert delete all
Proceed to delete all installed CA certificates? [confirm yes/
no(default)]:yes
Supported
releases
10.4.3.0 or later
crypto ca-cert install
Installs a certificate from a Certificate Authority that is copied to the switch.
Syntax
crypto ca-cert install ca-cet-filepath [filename]
Parameters
ca-cert-filepath — Enter the local path where the downloaded CA certificate is stored; for example,
home://CAcert.pem or usb://CA-cert.pem.
filename — (Optional) Enter the filename that the CA certificate is stored under in the OS10 trust store
directory. Enter the filename in the filename.crt format.
Default Not configured
Command mode EXEC
Usage information Before using the crypto ca-cert install command, copy the certificate to the home directory on the
switch using a secure connection, such as HTTPS, SCP, or SFTP. After successful installation, the subject and
issuer of the CA certificate are displayed. To delete a trusted certificate, use the crypto ca-cert delete
command.
Example
OS10# crypto ca-cert install home://GeoTrust_Universal_CA.crt
Processing certificate ...
Installed Root CA certificate
CommonName = GeoTrust Universal CA
IssuerName = GeoTrust Universal CA
Supported
releases
10.4.3.0 or later
crypto cdp add
Installs a certificate distribution point (CDP) on the switch.
Syntax
crypto cdp add cdp-name cdp-url
Parameters
cdp-name — Enter a CDP name.
cdp-name — Enter the HTTP URL used to reach the CDP.
Default Not configured
Command Mode EXEC
Usage Information
Use the show crypto cdp command to display the CDPs already installed on the switch
Example
OS10# crypto cdp add Comsign http://fedir.comsign.co.il/crl/ComSignCA.crl
Supported
Releases
10.5.0 or later
Security 977