xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
620
Command: show ssl
SSL status Disabled
RSA_WITH_RC4_128_MD5 Enabled
RSA_WITH_3DES_EDE_CBC_SHA Enabled
DHE_DSS_WITH_3DES_EDE_CBC_SHA Enabled
RSA_EXPORT_WITH_RC4_40_MD5 Enabled
Example usage:
To view certificate file information on the Switch:
DGS-3627:admin# show ssl certificate
Command: show ssl certificate
Loaded with RSA Certificate!
download ssl certificate
Purpose Used to download a certificate file for the SSL function on the Switch.
Syntax
download ssl certificate <ipaddr> certfilename <path_filename 64> keyfilename
<path_filename 64>
Description This command is used to download a certificate file for the SSL function on the Switch from
a TFTP server. The certificate file is a data record used for authenticating devices on the
network. It contains information on the owner, keys for authentication and digital signatures.
Both the server and the client must have consistent certificate files for optimal use of the
SSL function. The Switch only supports certificate files with .der file extensions.
Parameters
<ipaddr> – Enter the IP address of the TFTP server.
certfilename <path_filename 64> – Enter the path and the filename of the certificate file you
wish to download.
keyfilename <path_filename 64> – Enter the path and the filename of the key exchange file
you wish to download.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To download a certificate file and key file to the Switch:
DGS-3627:admin# download ssl certificate 10.53.13.94 certfilename c:/cert.der keyfilename
c:/pkey.der
Command: download ssl certificate 10.53.13.94 certfilename c:/cert.der keyfilename
c:/pkey.der
Certificate Loaded Successfully!