...

Text file src/github.com/letsencrypt/boulder/test/ocsp/README.md

Documentation: github.com/letsencrypt/boulder/test/ocsp

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

View as plain text