Skip to content
Start here

Total TLS

Total TLS Settings Details
client.ACM.TotalTLS.Get(ctx, query) (*TotalTLSGetResponse, error)
GET/zones/{zone_id}/acm/total_tls
Enable or Disable Total TLS
client.ACM.TotalTLS.Update(ctx, params) (*TotalTLSUpdateResponse, error)
POST/zones/{zone_id}/acm/total_tls
Enable or Disable Total TLS
client.ACM.TotalTLS.Edit(ctx, params) (*TotalTLSEditResponse, error)
POST/zones/{zone_id}/acm/total_tls
ModelsExpand Collapse
type CertificateAuthority string

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

One of the following:
const CertificateAuthorityGoogle CertificateAuthority = "google"
const CertificateAuthorityLetsEncrypt CertificateAuthority = "lets_encrypt"
const CertificateAuthoritySSLCom CertificateAuthority = "ssl_com"