CustomDomainCertConfig

data class CustomDomainCertConfig(val certName: String, val certificate: String, val privateKey: String)

Constructors

Link copied to clipboard
constructor(certName: String, certificate: String, privateKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Certificate data of the HTTPS certificates, follow the 'pem' format.

Link copied to clipboard

The name of the certificate, used to distinguish different certificates.

Link copied to clipboard

Private key of the HTTPS certificates, follow the 'pem' format.