Entity · acme_certificates
ACME Certificate Schema
Felder
ACME Certificate Schema
Tracks SSL/TLS certificates issued via ACME DNS-01 challenge
assetId
Reference to the parent domain asset
domainName
Primary domain name
1–253 Zeichen
wildcard
Whether this is a wildcard certificate
sans
Subject Alternative Names
status
Current certificate status
Werte
pendingvalidexpiredrevokederrorread-only
fingerprint
SHA-256 fingerprint
max 128 Zeichenread-onlynullable
serialNumber
Certificate serial number
max 128 Zeichenread-onlynullable
notBefore
Certificate valid from
read-onlynullable
notAfter
Certificate valid until
read-onlynullable
acmeProvider
ACME CA provider (letsencrypt, zerossl)
max 50 Zeichen
accountThumbprint
ACME account key thumbprint
max 256 Zeichennullable
lastRenewalAt
Last renewal attempt timestamp
read-onlynullable
lastError
Error from last failed issuance/renewal
max 2000 Zeichenread-onlynullable
agentId
Desktop agent identifier
max 128 Zeichennullable
Keine Felder passen zum Filter.
Standard-Endpoints
Diese Resource folgt dem generischen CRUD-Vertrag der Plattform. Lesen Sie die Konventionen für Pagination, Idempotenz, Optimistic Locking und Audit. Die wichtigsten Endpoints:
GET /api/v1/acme_certificates— Liste, paginiert + filterbarGET /api/v1/acme_certificates/<id>— Einzelne EntityPOST /api/v1/acme_certificates— AnlegenPATCH /api/v1/acme_certificates/<id>— Teil-UpdateDELETE /api/v1/acme_certificates/<id>— Soft-DeleteGET /api/v1/acme_certificates/<id>/timeline— Audit + Aktivitäten