MTLS Certificates

MTLSCertificates

Methods

list(, ): <>
get/accounts/{account_id}/mtls_certificates

Lists all mTLS certificates.

get(, , ):
get/accounts/{account_id}/mtls_certificates/{mtls_certificate_id}

Fetches a single mTLS certificate.

create(, ):
post/accounts/{account_id}/mtls_certificates

Upload a certificate that you want to use with mTLS-enabled Cloudflare services.

delete(, , ):
delete/accounts/{account_id}/mtls_certificates/{mtls_certificate_id}

Deletes the mTLS certificate unless the certificate is in use by one or more Cloudflare services.

Domain types

MTLSCertificate{…}
MTLS Certificates

Associations

MTLSCertificates.Associations

Methods

get(, , ): <>
get/accounts/{account_id}/mtls_certificates/{mtls_certificate_id}/associations

Lists all active associations between the certificate and Cloudflare services.

Domain types

CertificateAsssociation{…}