Hosting Custom Domain Cert Verification
data class HostingCustomDomainCertVerification(val dns: HostingCustomDomainCertVerificationDns? = null, val http: HostingCustomDomainCertVerificationHttp? = null)
Constructors
Link copied to clipboard
constructor(dns: HostingCustomDomainCertVerificationDns? = null, http: HostingCustomDomainCertVerificationHttp? = null)
Properties
Link copied to clipboard
A TXT
record to add to your DNS records that confirms your intent to let Hosting create an SSL cert for your domain name. Structure is documented below.
Link copied to clipboard
A file to add to your existing, non-Hosting hosting service that confirms your intent to let Hosting create an SSL cert for your domain name. Structure is documented below.