diff --git a/lib/hx509/hxtool-commands.in b/lib/hx509/hxtool-commands.in index c43d82402..12db5902d 100644 --- a/lib/hx509/hxtool-commands.in +++ b/lib/hx509/hxtool-commands.in @@ -233,6 +233,17 @@ command = { argument="outfile certs ..." help = "Fetch OCSP responses for the following certs" } +command = { + name = "ocsp-print" + option = { + long = "verbose" + type = "flag" + help = "verbose" + } + min_args="1" + argument="ocsp-response-file ..." + help = "Print the OCSP responses" +} command = { name = "request-create" option = {