boulder/test/ocsp
Aaron Gable 6dae612e81
ARI: Improve error message and add tooling (#6631)
Give ARI improved error messages when no request path is specified and
when parsing of the request path blob fails.

Also, add a tool which can be used to quickly generate ARI requests and
print their results, to make manual spot-checking easier.

Fixes #6629
2023-02-08 08:22:22 -08:00
..
checkari ARI: Improve error message and add tooling (#6631) 2023-02-08 08:22:22 -08:00
checkocsp checkocsp: allow fetching by serial number (#6413) 2022-11-15 15:52:59 -08:00
helper checkocsp: allow fetching by serial number (#6413) 2022-11-15 15:52:59 -08: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.