Specifications
3-749
Cisco Wide Area Application Services Command Reference
OL-21611-01
Chapter 3 CLI Commands
SSL Cipher List Configuration Mode Commands
A cipher list is customer list of cipher suites that you assign to an SSL connection. To configure secure
socket layer (SSL) encryption cipher lists on a WAAS device, use the crypto ssl cipher-list global
configuration command. To delete a cipher list use the no form of the command.
crypto ssl cipher-list cipher-list-name
no crypto ssl cipher-list cipher-list-name
Syntax Description
Defaults No default behavior or values.
Command Modes global configuration
Device Modes application-accelerator
central-manager
Usage Guidelines Use the crypto ssl cipher-list command to add and configure a cipher list. The crypto ssl cipher-list
command initiates cipher list configuration mode, as indicated by the following prompt:
WAE(config-cipher-list)#
Within cipher list configuration mode, you can use the cipher cipher list configuration command to
define list of cipher suites. To return to global configuration mode, enter exit at the cipher list
configuration mode prompt.
Examples The following example shows how to create or edit a cipher list called myciphers. If the cipher list is
already established on the WAAS device, the crypto ssl cipher-list command edits it. If the cipher list
does not exist, the crypto ssl cipher-list command creates it:
WAE(config)# crypto ssl cipher-list myciphers
WAE(config-ca)# cipher rsa-with-rc4-128-sha
WAE(config-ca)# exit
WAE(config)#
Related Commands (config-cipher-list) cipher
cipher-list-name The name of the cipher list you want to create or edit. The cipher list
name may contain up to 64 characters.