CustomHostnameSslSetting

data class CustomHostnameSslSetting(val ciphers: List<String>? = null, val earlyHints: String? = null, val http2: String? = null, val minTlsVersion: String? = null, val tls13: String? = null)

Constructors

Link copied to clipboard
constructor(ciphers: List<String>? = null, earlyHints: String? = null, http2: String? = null, minTlsVersion: String? = null, tls13: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ciphers: List<String>? = null

List of SSL/TLS ciphers to associate with this certificate.

Link copied to clipboard
val earlyHints: String? = null

Whether early hints should be supported. Available values: on, off.

Link copied to clipboard
val http2: String? = null

Whether HTTP2 should be supported. Available values: on, off.

Link copied to clipboard
val minTlsVersion: String? = null

Lowest version of TLS this certificate should support. Available values: 1.0, 1.1, 1.2, 1.3.

Link copied to clipboard
val tls13: String? = null

Whether TLSv1.3 should be supported. Available values: on, off.