Specifications
3-53
Cisco Wide Area Application Services Command Reference
OL-21611-01
Chapter 3 CLI Commands
crypto delete
crypto delete
To remove SSL certificate and key files, use the crypto delete EXEC command.
crypto delete {ca-certificate filename | pkcs12 {filename | admin }}
Use the crypto delete EXEC command to remove a certificate from your WAE’s secure store. If you only
want to disassociate a certificate from an accelerated service, use no server-cert-key in crypto ssl
services accelerated-service mode.
Syntax Description
Defaults No default behavior or values.
Command Modes EXEC
Device Modes application-accelerator
Usage Guidelines If you use the crypto delete pkcs12 admin command to delete a custom certificate and key that were
installed for the Central Manager admin service, the admin service uses its built-in self-signed
certificate.
Examples The following example shows how to delete the CA certificate file mycert.ca:
WAE# crypto delete ca-certificate mycert.ca
Related Commands crypto export
crypto generate
crypto import
ca-certificate filename Deletes a certificate authority certificate file.
pkcs12 filename Deletes a PKCS12 format file. (PKCS12 files contain both the private
encryption key and the public key certificate.)
admin Deletes the certificate and key for the Central Manager admin service, if a
custom certificate and key were installed. This option can be used only on
the Central Manager.