The ssl ciphersuit command sets SSL encryption suites.
The undo ssl ciphersuit command restores the default settings of SSL encryption suites.
ssl ciphersuit { allciphersuit | custom { aes256-sha | non-aes256-sha } { aes128-sha | non-aes128-sha } }
undo ssl ciphersuit
| Parameter | Description | Value |
|---|---|---|
allciphersuit |
Supports four types of common encryption suites. |
- |
custom |
Indicates the customized encryption suite. |
- |
aes256-sha |
Indicates the encryption suite of the AES256 encryption algorithm and SHA hash algorithm. |
- |
non-aes256-sha |
Indicates that the encryption suite of the AES256 encryption algorithm and SHA hash algorithm is not used. |
- |
aes128-sha |
Indicates the encryption suite of the AES128 encryption algorithm and SHA hash algorithm. |
- |
non-aes128-sha |
Indicates that the encryption suite of the AES128 encryption algorithm and SHA hash algorithm is not used. |
- |
By default, the virtual gateway supports two encryption suites: aes256-sha and aes128-sha.
An encryption suite is the combination of the encryption and hash algorithms.