ip http secure-server download key
Description
The ip http secure-server download key command is used to download an
SSL key to the switch from TFTP server.
Syntax
ip http secure-server download key ssl-key ip-address ip-addr
Parameter
ssl-key —— The name of the SSL key which is selected to download to the
switch. The length of the name ranges from 1 to 25 characters. The Key must be
BASE64 encoded.
ip-addr —— The IP address of the TFTP server. Both IPv4 and IPv6 addresses
are supported, for example 192.168.0.1 or fe80::1234.
Command Mode
Global Configuration Mode
Example
Download an SSL key named ssl.key from TFTP server with the IP address of
192.168.0.146:
TL-SG3424(config)# ip http secure-server download key ssl.key ip-address
192.168.0.146
Download an SSL key named ssl.key from TFTP server with the IP address of
fe80::1234
TL-SG3424(config)# ip http secure-server download key ssl.key ip-address
fe80::1234
show ip http configuration
Description
The show ip http configuration command is used to display the configuration
information of the HTTP server, including status, session timeout, access-control,
max-user number and the idle-timeout, etc.
Syntax
show ip http configuration
67