SanForCertResponse

data class SanForCertResponse(val dns: List<String>, val ip: List<String>)

Subject Alternative Names (SANs) for certificate.

Constructors

Link copied to clipboard
constructor(dns: List<String>, ip: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

DNS SANs.

Link copied to clipboard
val ip: List<String>

IP address SANs.