Certificate Pack
Certificate PackCertificates
Replace Custom Certificate and Custom Key In Custom Hostname
Delete Single Certificate And Key For Custom Hostname
ModelsExpand Collapse
class CertificateUpdateResponse: …
Unique key/value metadata for this hostname. These are per-hostname (customer) settings.
a valid hostname that’s been added to your DNS zone as an A, AAAA, or CNAME record.
A hostname that will be sent to your custom origin server as SNI for TLS handshake. This can be a valid subdomain of the zone or custom origin server name or the string ':request_host_header:' which will cause the host header in the request to be used as SNI. Not configurable with default/fallback origin server.
ownership_verification: Optional[OwnershipVerification]This is a record which can be placed to activate a hostname.
This is a record which can be placed to activate a hostname.
ownership_verification_http: Optional[OwnershipVerificationHTTP]This presents the token to be served by the given http url to activate a hostname.
This presents the token to be served by the given http url to activate a hostname.
ssl: Optional[SSL]
A ubiquitous bundle has the highest probability of being verified everywhere, even by clients using outdated or unusual trust stores. An optimal bundle uses the shortest chain and newest intermediates. And the force bundle verifies the chain, but does not otherwise modify it.
The Certificate Authority that will issue the certificate
dcv_delegation_records: Optional[List[SsldcvDelegationRecord]]DCV Delegation records for domain validation.
DCV Delegation records for domain validation.
The set of email addresses that the certificate authority (CA) will use to complete domain validation.
The content that the certificate authority (CA) will expect to find at the http_url during the domain validation.
settings: Optional[SSLSettings]
An allowlist of ciphers for TLS termination. These ciphers must be in the BoringSSL format.
status: Optional[Literal["initializing", "pending_validation", "deleted", 18 more]]Status of the hostname's SSL certificates.
Status of the hostname's SSL certificates.
Level of validation to be used for this hostname. Domain validation (dv) must be used.
validation_errors: Optional[List[SSLValidationError]]Domain validation errors that have been received by the certificate authority (CA).
Domain validation errors that have been received by the certificate authority (CA).
validation_records: Optional[List[SSLValidationRecord]]
The set of email addresses that the certificate authority (CA) will use to complete domain validation.
The content that the certificate authority (CA) will expect to find at the http_url during the domain validation.