Configuring Access Security
Access Security Configurations
User Guide
521
number as 2. Download the certificate named ca.crt and the key named ca.key from the
TFTP server with the IP address 192.168.0.100.
Switch#configure
Switch(config)#ip http secure-server
Switch(config)#ip http secure-protocol
all
Switch(config)#ip http secure-ciphersuite
3des-ede-cbc-sha
Switch(config)#ip http secure-session timeout
15
Switch(config)#ip http secure-max-users
2 2 2 2
Switch(config)#ip http secure-server download certificate
ca.crt
ip-address
192.168.0.100
Start to download SSL certificate...
Download SSL certificate OK.
Switch(config)#ip http secure-server download key
ca.key
ip-address
192.168.0.100
Start to download SSL key...
Download SSL key OK.
Switch(config)#show ip http secure-server
HTTPS Status:
Enabled
HTTPS
Port:
443
SSL Protocol Level(s):
all
SSL CipherSuite:
3des-ede-cbc-sha
HTTPS Session Timeout:
15
HTTPS User Limitation:
Enabled
HTTPS Max Users as Admin:
2
HTTPS Max Users as Operator:
2
HTTPS Max Users as Power User: 2
HTTPS Max Users as User:
2
Switch(config)#end
Switch#copy running-config startup-config
Downloaded from