Specifications
3-733
Cisco Wide Area Application Services Command Reference
OL-21611-01
Chapter 3 CLI Commands
(config-pki-global-settings) revocation-check
(config-pki-global-settings) revocation-check
To configure the global settings revocation checking method, use the revocation-check command.
revocation-check {ocsp-cert-url | ocsp-url} [none]
Syntax Description
Defaults No default behavior or values.
Command Modes PKI global settings configuration
Device Modes application-accelerator
central-manager
Examples The following example shows how to configure the global revocation checking to use the URL defined
in the global OCSP settings:
WAE(config)# crypto pki global-settings
WAE(config-pki-global-settings)# revocation-check ocsp-url
The following example shows how to configure the global revocation checking use the URL defined in
the global OCSP settings as the first method, and to use no checking as the second method:
WAE(config)# crypto pki global-settings
WAE(config-pki-global-settings)# revocation-check ocsp-url none
Related Commands (config-pki-global-settings) ocsp
ocsp-cert-url Enables Online Certificate Status Protocol (OCSP) revocation status
checking using the CA server URL defined in the CA certificate.
ocsp-url Enables OCSP revocation status checking using the URL defined for the
global OCSP settings.