Specifications
15-3
Cisco Unity Express Voice-Mail and Auto-Attendant CLI Administrator Guide for 3.0 and Later Versions
OL-14010-09
Chapter 15 Configuring Security
Displaying the Certificate-Key Pairs
End with a blank line or “quit” on a line by itself
quit
Import succeeded.
Displaying the Certificate-Key Pairs
Starting in Cisco Unity Express EXEC mode, use the following command to display a list of all
certificate-key pairs on the system or to display a specific certificate-key pair.
show crypto key {all | label label-name}
where all displays all certificate-key pairs on the system and label label-name displays information for
the specified certificate-key pair.
The following is sample output for the show crypto key command:
se-10-0-0-0# show crypto key label alphakey.myoffice
Label name: alphakey.myoffice [default]
Entry type:Key Entry
Creation date: Mon Jun 10 14:23:09 PDT 2002
Owner: CN=se-1-100-6-10.localdomain, OU='', O='', L='', ST='', C=''
Issuer: CN=se-1-100-6-10.localdomain, OU='', O='', L='', ST='', C=''
Valid from: Mon Jun 10 14:23:06 PDT 2002 until: Sun Sep 08 14:23:06 PDT 2002
Changing the Default Certificate-Key Pair
Use the following command in Cisco Unity Express configuration mode to designate a certificate-key
pair as the system default.
[no] crypto key label label-name default
where label label-name is the certificate-key pair that is designated as the new system default.
If several certificate-key pairs exist on the system and none of them are the system default, use this
command to designate one of them as the system default.
If a certificate-key pair exists as the default, designating another pair as the default automatically
removes the default status from the first pair.
The no form of the command does not delete the certificate-key pair; it only removes the system default
designation.
The system displays an error message if the certificate-key pair does not exist.
Deleting a Certificate-Key Pair
Starting in Cisco Unity Express configuration mode, use the following command to delete a
certificate-key pair.
crypto key delete {all | label label-name}