Skip to main content

Download certificate (serial number)

GET https://www.digicert.com/services/v2/ctmonitor/{{order_id}}/ct-cert/{{serial_id}}?issuer={{issuer}}

Use this endpoint to download a certificate found in the CT logs using the certificate's serial number.

Notice

This is the serial number assigned to the certificate on issuance.

Example requests and response

Request URL query strings

URL query strings are appended to the endpoint URL using a ?.

For example:

https://www.digicert.com/services/v2/ctmonitor/{{order_id }}/ct-cert/{{serial_id}}/?issuer={{issuer}}

Name

Req/Opt

Type

Description

issuer

required

string

Name of certificate authority that issued the certificate.

Response parameters

Name

Type

Description

pem

string

TLS/SSL certificate in PEM format.