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 about 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
users wish to download.
keyfilename <path_filename 64> − Enter the path and the filename of the key exchange file
users wish to download.
path_filename − Private key file path respect to tftp server root path, and input characters
max to 64 octets.
Restrictions
Only Administrator-level users can issue this command.
Example usage:
To download a certificate file and key file to the Switch:
cert.der keyfilename pkey.der
Command: download ssl certificate 10.55.47.1 certfilename cert.der keyfilename
pkey.der
Success.