AgentPKI — Trust anchor (JWKS / Revocation / Status List)

JWKS & Rotation

Example: jwks.json

Revocation (CRL / Status List)

Templates

// CRL (JSON)
{ "revoked": [ {"kid":"2025-01-01-rsa","reason":"compromise","revoked_at":"2025-01-10T00:00:00Z"} ] }