Parameter | Type | Description | Example |
---|---|---|---|
object | The configurations of Transport Layer Security (TLS). | ||
cipherSuites | array | The TLS cipher suites. | |
string | The TLS cipher suite. | TLS_RSA_WITH_RC4_128_SHA | |
maxVersion | string | The latest TLS version number. Valid values: TLSv1.3, TLSv1.2, TLSv1.1, and TLSv1.0. | TLSv1.3 |
minVersion | string | The earliest TLS version number. Valid values: TLSv1.3, TLSv1.2, TLSv1.1, and TLSv1.0. | TLSv1.0 |