Skip to content

Download CA certificate

GET
/api/v1/ca-certificates/{id}/download
curl --request GET \
--url http://localhost:3000/api/v1/ca-certificates/550e8400-e29b-41d4-a716-446655440000/download \
--header 'X-API-Key: <X-API-Key>'

Download the public CA certificate in PEM format. Private key is never exposed.

id
required
string format: uuid
Example
550e8400-e29b-41d4-a716-446655440000

CA Certificate UUID

CA certificate PEM file

Media type application/x-pem-file
string
Example
-----BEGIN CERTIFICATE-----
MIIBkTCC...
-----END CERTIFICATE-----

Unauthorized - Invalid or missing authentication

Forbidden - Insufficient permissions

CA certificate not found