Zum Inhalt springen

Certificates of one project (metadata only — never key material).

GET
/projects/{projectId}/certificates
curl --request GET \
--url https://example.com/api/v1/projects/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/certificates \
--cookie dnse_session=<dnse_session>
projectId
required
string format: uuid

Certificates.

Media typeapplication/json
Array<object>
object
id
string format: uuid
projectId
string format: uuid
label
string
names
Array<string>
keyType
string
Allowed values: ec256 ec384 rsa2048 rsa4096
profile
string
validityDays
integer
mustStaple
boolean
preferredChain
string
ephemeralKey

One-time key download (custody choice).

boolean
keyAvailable

The private key is still downloadable.

boolean
keyRetrievedAt
string format: date-time
status
string
Allowed values: pending issued failed
notAfter
string format: date-time
fingerprint

SHA-256 of the leaf certificate.

string
lastError
string
Example
[
{
"keyType": "ec256",
"status": "pending"
}
]