Origin CA Certificates

origin_ca_certificates

Methods

Create Certificate -> Envelope<>
post/certificates

Create an Origin CA certificate. You can use an Origin CA Key as your User Service Key or an API token when calling this endpoint (see above).

Revoke Certificate -> Envelope<{ id, revoked_at }>
delete/certificates/{certificate_id}

Revoke an existing Origin CA certificate by its serial number. You can use an Origin CA Key as your User Service Key or an API token when calling this endpoint (see above).

Get Certificate -> Envelope<>
get/certificates/{certificate_id}

Get an existing Origin CA certificate by its serial number. You can use an Origin CA Key as your User Service Key or an API token when calling this endpoint (see above).

List Certificates -> SinglePage<>
get/certificates

List all existing Origin CA certificates for a given zone. You can use an Origin CA Key as your User Service Key or an API token when calling this endpoint (see above).

Domain types

OriginCACertificate = { csr, hostnames, request_type, 4 more... }