github.com/letsencrypt/boulder@v0.20251208.0/test/ocsp/README.md (about) 1 This directory contains two utilities for checking ocsp. 2 3 "checkocsp" is a command-line tool to check the OCSP response for a certificate 4 or a list of certificates. 5 6 "ocsp_forever" is a similar tool that runs as a daemon and continually checks 7 OCSP for a list of certificates, and exports Prometheus stats. 8 9 Both of these are useful for monitoring a Boulder instance. "checkocsp" is also 10 useful for debugging.