Skip to main content

Certificates

Looking up certificate objects, and parsing submitted ones.

OperationAuthPurpose
POST /api/certificates/by-idBearer + DPoPFind the certificate objects held for one principal.
POST /api/certificates/by-subjectBearer + DPoPFind certificate objects by subject. A SQL-style LIKE -- you supply the wildcards.
POST /api/certificates/by-transport-principalBearer + DPoPFind a transport principal's certificates -- BYTE-EXACT, no wildcard.
POST /api/certificates/from-certificateBearer + DPoPParse submitted DER certificates into certificate objects. Stores nothing.