Certificate Authorities
List CA certificates
Get list of past and current CA certificates for a CA
GET
/
api
/
v1
/
pki
/
ca
/
{caId}
/
ca-certificates
Path Parameters
caId
string
requiredThe ID of the CA to get the CA certificates for.
Response
200 - application/json
certificate
string
requiredThe certificate body of the CA certificate.
certificateChain
string
requiredThe certificate chain of the CA certificate.
serialNumber
string
requiredThe serial number of the CA certificate.
version
number
requiredThe version of the CA certificate. The version is incremented for each CA renewal operation.