Download a Certificate¶
Downloads the certificate in DER format. Only available for certificates with Uploaded source type.
Path Parameters¶
| Parameter | Type | Description |
|---|---|---|
id |
guid | Unique identifier of the certificate |
The response Content-Type is application/x-x509-ca-cert.
Examples¶
Response¶
Returns 200 OK with the certificate file as binary content.
Note
This endpoint is only available for certificates with Uploaded source type. Certificates added via file path should be accessed directly from the connector-files volume mount.
Errors¶
| Status | Code | Description |
|---|---|---|
401 |
UNAUTHORISED |
Authentication required |
403 |
FORBIDDEN |
Insufficient permissions (Administrator role required) |
404 |
NOT_FOUND |
Certificate does not exist |