Skip to content
Start here

Total TLS

Total TLS Settings Details
client.acm.totalTLS.get(TotalTLSGetParams { zone_id } params, RequestOptionsoptions?): TotalTLSGetResponse { certificate_authority, enabled, validity_period }
GET/zones/{zone_id}/acm/total_tls
Enable or Disable Total TLS
client.acm.totalTLS.update(TotalTLSUpdateParams { zone_id, enabled, certificate_authority } params, RequestOptionsoptions?): TotalTLSUpdateResponse { certificate_authority, enabled, validity_period }
POST/zones/{zone_id}/acm/total_tls
Enable or Disable Total TLS
client.acm.totalTLS.edit(TotalTLSEditParams { zone_id, enabled, certificate_authority } params, RequestOptionsoptions?): TotalTLSEditResponse { certificate_authority, enabled, validity_period }
POST/zones/{zone_id}/acm/total_tls
ModelsExpand Collapse
CertificateAuthority = "google" | "lets_encrypt" | "ssl_com"

The Certificate Authority that Total TLS certificates will be issued through.

One of the following:
"google"
"lets_encrypt"
"ssl_com"
TotalTLSGetResponse { certificate_authority, enabled, validity_period }
certificate_authority?: CertificateAuthority

The Certificate Authority that Total TLS certificates will be issued through.

enabled?: boolean

If enabled, Total TLS will order a hostname specific TLS certificate for any proxied A, AAAA, or CNAME record in your zone.

validity_period?: 90

The validity period in days for the certificates ordered via Total TLS.

TotalTLSUpdateResponse { certificate_authority, enabled, validity_period }
certificate_authority?: CertificateAuthority

The Certificate Authority that Total TLS certificates will be issued through.

enabled?: boolean

If enabled, Total TLS will order a hostname specific TLS certificate for any proxied A, AAAA, or CNAME record in your zone.

validity_period?: 90

The validity period in days for the certificates ordered via Total TLS.

TotalTLSEditResponse { certificate_authority, enabled, validity_period }
certificate_authority?: CertificateAuthority

The Certificate Authority that Total TLS certificates will be issued through.

enabled?: boolean

If enabled, Total TLS will order a hostname specific TLS certificate for any proxied A, AAAA, or CNAME record in your zone.

validity_period?: 90

The validity period in days for the certificates ordered via Total TLS.