Zone Certificates
List Certificates
client.originTLSClientAuth.zoneCertificates.list(ZoneCertificateListParams { zone_id } params, RequestOptionsoptions?): SinglePage<ZoneCertificateListResponse { id, certificate, enabled, private_key } >
GET/zones/{zone_id}/origin_tls_client_auth
Get Certificate Details
client.originTLSClientAuth.zoneCertificates.get(stringcertificateId, ZoneCertificateGetParams { zone_id } params, RequestOptionsoptions?): ZoneCertificateGetResponse { id, certificate, enabled, private_key }
GET/zones/{zone_id}/origin_tls_client_auth/{certificate_id}
Upload Certificate
client.originTLSClientAuth.zoneCertificates.create(ZoneCertificateCreateParams { zone_id, certificate, private_key } params, RequestOptionsoptions?): ZoneCertificateCreateResponse { id, certificate, enabled, private_key }
POST/zones/{zone_id}/origin_tls_client_auth
Delete Certificate
client.originTLSClientAuth.zoneCertificates.delete(stringcertificateId, ZoneCertificateDeleteParams { zone_id } params, RequestOptionsoptions?): ZoneCertificateDeleteResponse { id, certificate, enabled, private_key }
DELETE/zones/{zone_id}/origin_tls_client_auth/{certificate_id}