ACM
acm
ACM
Custom Trust Store
acm.custom_trust_store
Methods
get/zones/{zone_id}/acm/custom_trust_store
Get Custom Origin Trust Store for a Zone.
post/zones/{zone_id}/acm/custom_trust_store
Add Custom Origin Trust Store for a Zone.
get/zones/{zone_id}/acm/custom_trust_store/{custom_origin_trust_store_id}
Custom Origin Trust Store Details
Delete Custom Origin Trust Store -> Envelope<{ id }>
delete/zones/{zone_id}/acm/custom_trust_store/{custom_origin_trust_store_id}
Delete Custom Origin Trust Store
Domain types
CustomTrustStore = { id, certificate, expires_on, 5 more... }
ACM
Total TLS
acm.total_tls
Methods
Total TLS Settings Details -> Envelope<{ certificate_authority, enabled, validity_period }>
get/zones/{zone_id}/acm/total_tls
Get Total TLS Settings for a Zone.
Enable Or Disable Total TLS -> Envelope<{ certificate_authority, enabled, validity_period }>
post/zones/{zone_id}/acm/total_tls
Set Total TLS Settings or disable the feature for a Zone.
Domain types
CertificateAuthority = "google" | "lets_encrypt" | "ssl_com"
The Certificate Authority that Total TLS certificates will be issued through.