diff --git a/lib/hx509/hxtool-commands.in b/lib/hx509/hxtool-commands.in index fa57c5050..d2fdcef19 100644 --- a/lib/hx509/hxtool-commands.in +++ b/lib/hx509/hxtool-commands.in @@ -301,6 +301,17 @@ command = { argument="outfile certs ..." help = "Fetch OCSP responses for the following certs" } +command = { + option = { + long = "ocsp-file" + type = "string" + help = "OCSP file" + } + name = "ocsp-verify" + min_args="1" + argument="certificates ..." + help = "Check that certificates are in OCSP file and valid" +} command = { name = "ocsp-print" option = {