diff --git a/lib/hx509/hxtool-commands.in b/lib/hx509/hxtool-commands.in index fc7d8dfde..b5632a0fb 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 = "pkcs10-print" + option = { + long = "verbose" + type = "flag" + help = "verbose printing" + } + min_args="1" + argument="requests ..." + help = "Print PKCS10 requests" +} command = { name = "query" option = {