Specifications
15-5
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.
Enabling HTTPS Access to the Cisco Unity Express GUI (Versions 3.2 and
Higher)
Beginning with Cisco Unity Express 3.2, you can configure the system to allow HTTPS access to the
Cisco Unity Express GUI without having to reload the system.
To enable HTTPS access to the the Cisco Unity Express GUI, perform the following steps:
Prerequisites
• Cisco Unity Express 3.2 or a later version
SUMMARY STEPS
1. config t
2. crypto key generate
3. web session security keylabel labelname
4. end
5. (Optional) show web session security keylabel
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
end
Example:
se-10-0-0-0(config)# end
se-10-0-0-0#
Exits to privileged EXEC mode.
Step 4
reload
se-10-0-0-0# reload
Restarts the Cisco Unity Express system.