GET
/
api
/
v1
/
pki
/
ca
/
{caId}
/
certificate

Path Parameters

caId
string
required

The ID of the CA to get the certificate body and certificate chain from.

Response

200 - application/json
certificate
string
required

The certificate body of the CA.

certificateChain
string
required

The certificate chain of the CA.

serialNumber
string
required

The serial number of the CA certificate.

Was this page helpful?