HostingCustomDomainCert

data class HostingCustomDomainCert(val state: String? = null, val type: String? = null, val verification: HostingCustomDomainCertVerification? = null)

Constructors

Link copied to clipboard
constructor(state: String? = null, type: String? = null, verification: HostingCustomDomainCertVerification? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val state: String? = null

The state of the certificate. Only the CERT_ACTIVE and CERT_EXPIRING_SOON states provide SSL coverage for a domain name. If the state is PROPAGATING and Hosting had an active cert for the domain name before, that formerly-active cert provides SSL coverage for the domain name until the current cert propagates.

Link copied to clipboard
val type: String? = null

The record's type, which determines what data the record contains.

Link copied to clipboard

A set of ACME challenges you can add to your DNS records or existing, non-Hosting hosting provider to allow Hosting to create an SSL certificate for your domain name before you point traffic toward hosting. You can use thse challenges as part of a zero downtime transition from your old provider to Hosting. Structure is documented below.