boulder/test/ocsp
James Renken 4d28e010f6
Add more lints: asciicheck, bidichk, spancheck (#8182)
Remove a few trivial instances of trailing whitespace.
2025-05-13 11:56:40 -07:00
..
checkari Update path to ARI endpoint (#6859) 2023-05-03 15:20:51 -07:00
checkocsp Add more lints: asciicheck, bidichk, spancheck (#8182) 2025-05-13 11:56:40 -07:00
helper ca: Create "OmitOCSP" profile config option (#8103) 2025-04-09 11:46:58 -07:00
ocsp_forever Update go versions in CI and release (#7971) 2025-02-19 14:37:01 -08:00
README.md

README.md

This directory contains two utilities for checking ocsp.

"checkocsp" is a command-line tool to check the OCSP response for a certificate or a list of certificates.

"ocsp_forever" is a similar tool that runs as a daemon and continually checks OCSP for a list of certificates, and exports Prometheus stats.

Both of these are useful for monitoring a Boulder instance. "checkocsp" is also useful for debugging.