TransportListener.ssl.ciphersuites

This property specifies supported cipher suites to be used for TLS communication between IBM® Security Guardium® Key Lifecycle Manager and drives.

TransportListener.ssl.ciphersuites=cipherSuiteName
A cipher suite describes the cryptographic algorithms and handshake protocol, Transport Layer Security (TLS), use for data transfer.
Required
Optional. Required if TLS ports are specified.
Values
Values – any cipher suites that are supported by IBMJSSE2. You can also specify a comma-separated list of cipher suites.
Default
JSSE_ALL
Examples
TransportListener.ssl.ciphersuites=JSSE_ALL
TransportListener.ssl.ciphersuites=TLS_RSA_WITH_AES_128_CBC_SHA,
SSL_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256