The set cipher-suite command configures cipher suites for a customized SSL cipher suite policy.
The undo set cipher-suite command deletes cipher suites in a customized SSL cipher suite policy.
By default, no cipher suite is configured for a customized SSL cipher suite policy.
set cipher-suite { tls12_ck_dss_aes_128_gcm_sha256 | tls12_ck_dss_aes_256_gcm_sha384 | tls12_ck_rsa_aes_128_gcm_sha256 | tls12_ck_rsa_aes_256_gcm_sha384 }
undo set cipher-suite { tls12_ck_dss_aes_128_gcm_sha256 | tls12_ck_dss_aes_256_gcm_sha384 | tls12_ck_rsa_aes_128_gcm_sha256 | tls12_ck_rsa_aes_256_gcm_sha384 }
Parameter |
Description |
Value |
---|---|---|
tls12_ck_dss_aes_128_gcm_sha256 |
Configures the TLS12_CK_DSS_AES_128_GCM_SHA256 cipher suite. |
- |
tls12_ck_dss_aes_256_gcm_sha384 |
Configures the TLS12_CK_DSS_AES_256_GCM_SHA384 cipher suite. |
- |
tls12_ck_rsa_aes_128_gcm_sha256 |
Configures the TLS12_CK_RSA_AES_128_GCM_SHA256 cipher suite. |
- |
tls12_ck_rsa_aes_256_gcm_sha384 |
Configures the TLS12_CK_RSA_AES_256_GCM_SHA384 cipher suite. |
- |
Usage Scenario
To configure cipher suites for a customized SSL cipher suite policy, run the set cipher-suite command.
Precautions