Specifications
3-725
Cisco Wide Area Application Services Command Reference
OL-21611-01
Chapter 3 CLI Commands
PKI Certificate Authority Configuration Mode
Commands
To configure public key infrastructure (PKI) encryption certificate authorities on a WAAS device, use
the crypto pki ca global configuration command. To delete a PKI encryption certificate authority, use
the no form of the command.
crypto pki ca certificate_authority_name
no crypto pki ca certificate_authority_name
Syntax Description
Defaults No default behavior or values.
Command Modes global configuration
Device Modes application-accelerator
central-manager
Usage Guidelines Use the command to add and configure a certificate authority. This command initiates the certificate
authority configuration mode, indicated by the (config-ca) prompt.
Within certificate authority configuration mode, you can use the various commands (ca-certificate,
description, revocation check, and so on) to define an encryption certificate authority. To return to
global configuration mode, enter exit at the certificate authority configuration mode prompt.
Examples The following example shows how to create or edit a certificate authority named mycertauth. If the
certificate authority is already established on the WAAS device, the crypto pki ca command edits it. If
the certificate authority does not exist, the crypto pki ca command creates it.
WAE(config)# crypto pki ca mycertauth
WAE(config-ca)# description This-is-my-CA-description
WAE(config-ca)# exit
WAE(config)#
Related Commands (config-ca) ca-certificate
certificate_authority_name The name of the certificate authority (CA). The CA name may contain
up to 64 characters.