Parameter | Type | Description | Example |
---|---|---|---|
object | The TLS configurations. | ||
cipherSuites | array | The TLS cipher suites. | |
string | The TLS cipher suite. | TLS_RSA_WITH_RC4_128_SHA | |
maxVersion | string | The maximum TLS version. Valid values: TLSv1.3 and TLSv1.2. | TLSv1.3 |
minVersion | string | The minimum TLS version. Valid values: TLSv1.3 and TLSv1.2. | TLSv1.0 |