---
title: "Get list of SSL certificates"
method: GET
path: "/projects/{projectId}/certificates"
tags: ["Cert Management"]
---

# Get list of SSL certificates

`GET /projects/{projectId}/certificates`

Retrieve a list of objects representing the SSL certificates
associated with a project.

## Path parameters

- `projectId` string, required

## Response `default`

- Certificate[]
  - `id` string, required — The identifier of Certificate
  - `created_at` string, date-time, nullable, required — The creation date
  - `updated_at` string, date-time, nullable, required — The update date
  - `certificate` string, required — The PEM-encoded certificate
  - `chain` string[], required — The certificate chain
  - `is_provisioned` boolean, required — Whether this certificate is automatically provisioned
  - `is_invalid` boolean, required — Whether this certificate should be skipped during provisioning
  - `is_root` boolean, required — Whether this certificate is root type
  - `domains` string[], required — The domains covered by this certificate
  - `auth_type` string[], required — The type of authentication the certificate supports
  - `issuer` object[], required — The issuer of the certificate
    - `oid` string, required — The OID of the attribute
    - `alias` string, nullable, required — The alias of the attribute, if known
    - `value` string, required — The value
  - `expires_at` string, date-time, required — Expiration date

---

[API](https://skmtc.net/upsun/apis/upsun-com-rest-api.md) · [All operations](https://skmtc.net/upsun/apis/upsun-com-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/upsun/upsun-com-rest-api/revisions/6cc88fde6435/schema)
