boulder/test/ocsp
Aaron Gable 212a66ab49
Update go versions in CI and release (#7971)
Update from go1.23.1 to go1.23.6 for our primary CI and release builds.
This brings in a few security fixes that aren't directly relevant to us.

Add go1.24.0 to our matrix of CI and release versions, to prepare for
switching to this next major version in prod.
2025-02-19 14:37:01 -08:00
..
checkari Update path to ARI endpoint (#6859) 2023-05-03 15:20:51 -07:00
checkocsp checkocsp: allow fetching by serial number (#6413) 2022-11-15 15:52:59 -08:00
helper Update integration test hierarchy for the modern era (#7411) 2024-04-08 14:06:00 -07:00
ocsp_forever Update go versions in CI and release (#7971) 2025-02-19 14:37:01 -08:00
README.md Add checkocsp and ocsp_forever. (#2632) 2017-04-05 12:05:06 -07:00

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.