---
title: "Get a trusted certificate"
method: GET
path: "/certificates/{alias}"
tags: ["Certificates"]
---

# Get a trusted certificate

`GET /certificates/{alias}`

## Response `200`

Trusted certificate.

- CertificateBytesResponse — A single DER certificate.
  - `certificate` string, byte, required — DER-encoded certificate, base64-encoded.

## Other responses

- `404` — The requested resource was not found.
- `500` — An unexpected error occurred on the server.

---

[API](https://skmtc.dev/sphereon-opensource/apis/kms-rest-server-api.md) · [All operations](https://skmtc.dev/sphereon-opensource/apis/kms-rest-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sphereon-opensource/kms-rest-server-api/revisions/e9136cbde1c1/schema)
