Chapter 5 Graphical User Interface Reference
Starting the GUI
5-4
Cisco 11000 Series Secure Content Accelerator Configuration Guide
78-13124-06
Figure 5-1
Password Request Dialog Box
Note
Before configuring a device in two-port mode from the client side
(via the “Network” port), you must first set up a secure server for this
purpose. See “Configuring for Client-Side Access”.
Configuring for Client-Side Access
Use the commands below as an example to set up a secure server named web on
the Secure Content Accelerator, allowing GUI configuration from the client side
(“Network” port).
myDevice> attach
myDevice> enable
myDevice# configure
(config[myDevice])> ssl
(config-ssl[myDevice])> server web create
(config-ssl-server[web])> ip address 127.0.0.1
(config-ssl-server[web])> sslport 443
(config-ssl-server[web])> remoteport 80
(config-ssl-server[web])> no transparent
(config-ssl-server[web])> cert default-1024
(config-ssl-server[web])> key default-1024
(config-ssl-server[web])> secpolicy all
(config-ssl-server[web])> finished
myDevice#