Certificate Authorities
Retrieve certificate / chain
Get current CA cert and cert chain of a CA
GET
/
api
/
v1
/
pki
/
ca
/
{caId}
/
certificate
Path Parameters
caId
string
requiredThe ID of the CA to get the certificate body and certificate chain from.
Response
200 - application/json
certificate
string
requiredThe certificate body of the CA.
certificateChain
string
requiredThe certificate chain of the CA.
serialNumber
string
requiredThe serial number of the CA certificate.
Was this page helpful?