boulder/test/ocsp
Jacob Hoffman-Andrews ac245b3600 Add a host override flag for checkocsp. (#3035)
Fixes #3028
2017-09-01 11:56:48 -07:00
..
checkocsp Add checkocsp and ocsp_forever. (#2632) 2017-04-05 12:05:06 -07:00
helper Add a host override flag for checkocsp. (#3035) 2017-09-01 11:56:48 -07:00
ocsp_forever Add checkocsp and ocsp_forever. (#2632) 2017-04-05 12:05:06 -07: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.