boulder/test/ocsp
Aaron Gable 02fa680b08
Update path to ARI endpoint (#6859)
Update the document number to the latest version, and remove the /get/
prefix since it now supports both the GET and POST portions of the spec.

Also update one piece of tooling to properly get the ARI URL from the
directory, rather than hard-coding it.
2023-05-03 15:20:51 -07: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 Store linting certificate instead of precertificate (#6807) 2023-04-26 13:54:24 -07:00
ocsp_forever Run CI tests on go1.20 (#6550) 2023-02-03 11:57:07 -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.