---
title: Total TLS
---

[Skip to content](#%5Ftop) 

[API Reference](https://developers.cloudflare.com/api/typescript)

[ACM](https://developers.cloudflare.com/api/typescript/resources/acm)

Copy Markdown

Open in **Claude**

Open in **ChatGPT**

Open in **Cursor**

---

**Copy Markdown**

**View as Markdown**

# Total TLS

##### [Total TLS Settings Details](https://developers.cloudflare.com/api/typescript/resources/acm/subresources/total%5Ftls/methods/get)

client.acm.totalTLS.get(TotalTLSGetParams { zone\_id } params, RequestOptionsoptions?): [TotalTLSGetResponse](https://developers.cloudflare.com/api/typescript/resources/acm#%28resource%29%20acm.total%5Ftls%20%3E%20%28model%29%20total%5Ftls%5Fget%5Fresponse%20%3E%20%28schema%29) { certificate\_authority, enabled, validity\_period } 

GET/zones/{zone\_id}/acm/total\_tls

##### [Enable or Disable Total TLS](https://developers.cloudflare.com/api/typescript/resources/acm/subresources/total%5Ftls/methods/update)

client.acm.totalTLS.update(TotalTLSUpdateParams { zone\_id, enabled, certificate\_authority } params, RequestOptionsoptions?): [TotalTLSUpdateResponse](https://developers.cloudflare.com/api/typescript/resources/acm#%28resource%29%20acm.total%5Ftls%20%3E%20%28model%29%20total%5Ftls%5Fupdate%5Fresponse%20%3E%20%28schema%29) { certificate\_authority, enabled, validity\_period } 

POST/zones/{zone\_id}/acm/total\_tls

##### [Enable or Disable Total TLS](https://developers.cloudflare.com/api/typescript/resources/acm/subresources/total%5Ftls/methods/edit)

client.acm.totalTLS.edit(TotalTLSEditParams { zone\_id, enabled, certificate\_authority } params, RequestOptionsoptions?): [TotalTLSEditResponse](https://developers.cloudflare.com/api/typescript/resources/acm#%28resource%29%20acm.total%5Ftls%20%3E%20%28model%29%20total%5Ftls%5Fedit%5Fresponse%20%3E%20%28schema%29) { certificate\_authority, enabled, validity\_period } 

POST/zones/{zone\_id}/acm/total\_tls

##### ModelsExpand Collapse 

TotalTLSGetResponse { certificate\_authority, enabled, validity\_period } 

certificate\_authority?: "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"

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?: "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"

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?: "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"

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.