Specifications
15-6
Cisco Unity Express Voice-Mail and Auto-Attendant CLI Administrator Guide for 3.0 and Later Versions
OL-14010-09
Chapter 15 Configuring Security
Accessing the Cisco Unity Express GUI Using HTTPS
DETAILED STEPS
To access the Cisco Unity Express GUI using HTTPS, type the following into the browser:
https://x.x.x.x/
where x.x.x.x represents the Cisco Unity Express IP address.
Command or Action Purpose
Step 1
config t
Example:
se-10-0-0-0# config t
Enters configuration mode.
Step 2
crypto key generate label
Example:
se-10-0-0-0(config)# crypto key generate
Key generation in progress. Please wait...
The label name for the key is mainkey.ourcompany
Generates a self-signed certificate and private key.
Step 3
web session security keylabel labelname
Example:
se-10-0-0-0(config)# web session security keylabel
mainkey.ourcompany
Associates a security key for HTTPS.
Step 4
end
Example:
se-10-0-0-0(config)# end
Exits to privileged EXEC mode.
Step 5
show web session security keylabel
Example:
se-10-0-0-0# show web session security keylabel
Key Label is mainkey.ourcompany
(Optional) Displays the security key for HTTPS.