letsencrypt / letsencrypt/boulder
Investigate dropping the certificateStatus table
Open
@aarongable is already working on this.
Since Sep 23, 2025.
- Dominant language
- Go
- Stars
- 5.8k
- Forks
- 649
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 24
Description
This table was primarily used for OCSP; our CRL systems instead use the revokedCertificates table. With OCSP shutting down, let's identify all other code which uses the certificateStatus table, and see what work is necessary to drop this table entirely.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.