Class CertVerification
A set of ACME challenges you can use to allow Hosting to create an SSL certificate for your domain name before directing traffic to Hosting servers. Use either the DNS or HTTP challenge; it's not necessary to provide both.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseHosting.v1.Data
Assembly: Google.Apis.FirebaseHosting.v1.dll
Syntax
public class CertVerification : IDirectResponseSchema
Properties
Dns
Output only. A TXT
record to add to your DNS records that confirms your intent to let Hosting create an
SSL cert for your domain name.
Declaration
[JsonProperty("dns")]
public virtual DnsUpdates Dns { get; set; }
Property Value
Type | Description |
---|---|
DnsUpdates |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Http
Output only. 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.
Declaration
[JsonProperty("http")]
public virtual HttpUpdate Http { get; set; }
Property Value
Type | Description |
---|---|
HttpUpdate |