Skip to main content

Revocation

The key server's revocation store -- importing CRLs, reading the evidence, looking up a certificate, and the per-issuer revocation policy.

OperationAuthPurpose
POST /api/revocation/crlsBearer + DPoPImport one or more DER CRLs into the key server's revocation store.
GET /api/revocation/evidenceBearer + DPoPList every CRL the key server holds as revocation evidence.
POST /api/revocation/lookupBearer + DPoPAsk the key server what its revocation store says about one certificate.
PUT /api/revocation/issuers/{digest}/policyBearer + DPoPSet the revocation policy for ONE issuing CA.
DELETE /api/revocation/issuers/{digest}/policyBearer + DPoPRemove ONE issuing CA's revocation policy.