Chapter 17 Configuring Virtual Private Networks
Configuring ASA for VPN client on IP phone
•CallManager - Authenticating the Cisco UCM during TLS handshake (Only required for
•Cisco_Manufacturing_CA - Authenticating IP phones with a Manufacturer Installed Certificate (MIC).
•CAPF - Authenticating IP phones with an LSC.
To import these Cisco Unified Communications Manager certificates
a.From the Cisco Unified Communications Manager OS Administration web page.
b.Choose Security > Certificate Management. (Note: This location may change based on the UCM version)
c.Find the certificates Cisco_Manufacturing_CA and CAPF. Download the .pem file and save as .txt file
d.Create trustpoint on the IOS
Example:
hostname(config)# crypto pki trustpoint trustpoint_name
hostname(config)# crypto pki authenticate trustpoint
When prompted for base 64 encoded CA Certificate,
.pem file along with the BEGIN and END lines. Repeat the procedure for the other certificates
e.You should generate the following IOS
•Generate a
Example:
Router> enable
Router# configure terminal
Router(config)# crypto key generate rsa
Router(config)# crypto pki trustpoint <name>
•Generate a
Example:
Router> enable
Router# configure terminal
Router(config)# crypto key generate rsa
Router(config)# crypto pki trustpoint <name>
•Register the generated certificate with Cisco Unified Communications Manager.
Example:
Router(config)# crypto pki export <name> pem terminal
| Cisco Unified Communications Manager Security Guide |
|