Certificate Revocation List (CRL)
A CRL is a signed list of revoked certificate serial numbers,
published periodically to a well-known HTTPS URL:
CRL Structure:
- Issuer: CN=Leo Device Issuance CA
- This Update: 2026-09-06T00:00:00Z
- Next Update: 2026-09-13T00:00:00Z ← CRL expires after 7 days
- Revoked Certificates:
Serial 0x1a2b3c: revoked 2026-09-01T12:00:00Z reason=keyCompromise
Serial 0xdeadbe: revoked 2026-09-05T08:00:00Z reason=cessationOfOperation
ACM PCA publishes CRLs to S3 automatically:
s3://acmpca-crl-bucket-<account>/crl/<ca-id>.crl
The CRL URL is embedded in the CRL Distribution Points extension of every issued cert.