diff --git a/lib/hx509/hxtool-commands.in b/lib/hx509/hxtool-commands.in index 903848dfc..8d1425c19 100644 --- a/lib/hx509/hxtool-commands.in +++ b/lib/hx509/hxtool-commands.in @@ -203,6 +203,30 @@ command = { argument="certificate ..." help = "Validate content of certificates" } +command = { + name = "ocsp-fetch" + option = { + long = "pass" + type = "strings" + argument = "password" + help = "password, prompter, or environment" + } + option = { + long = "sign" + type = "string" + argument = "certificate" + help = "certificate use to sign the request" + } + option = { + long = "verbose" + short = "c" + type = "flag" + help = "verbose" + } + min_args="2" + argument="filename certs ..." + help = "Fetch OCSP responses for the following certs" +} command = { name = "query" option = {