DomainNewCertificateConfig

data class DomainNewCertificateConfig(val certName: String? = null, val certType: String? = null, val forceSet: String? = null, val privateKey: String? = null, val serverCertificate: String? = null, val serverCertificateStatus: String? = null)

Constructors

Link copied to clipboard
fun DomainNewCertificateConfig(certName: String? = null, certType: String? = null, forceSet: String? = null, privateKey: String? = null, serverCertificate: String? = null, serverCertificateStatus: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val certName: String? = null

The SSL certificate name.

Link copied to clipboard
val certType: String? = null

The SSL certificate type, can be "upload", "cas" and "free".

Link copied to clipboard
val forceSet: String? = null

Set 1 to ignore the repeated verification for certificate name, and cover the information of the origin certificate (with the same name). Set 0 to work the verification.

Link copied to clipboard
val privateKey: String? = null

The SSL private key. This is required if server_certificate_status is on

Link copied to clipboard

The SSL server certificate string. This is required if server_certificate_status is on

Link copied to clipboard

This parameter indicates whether or not enable https. Valid values are on and off. Default value is on.