diff --git a/lib/hx509/hxtool-commands.in b/lib/hx509/hxtool-commands.in index 2860e4d5b..fa57c5050 100644 --- a/lib/hx509/hxtool-commands.in +++ b/lib/hx509/hxtool-commands.in @@ -620,6 +620,27 @@ command = { min_args="0" help = "Print statistics" } +command = { + option = { + long = "signer" + type = "string" + help = "signer certificate" + } + option = { + long = "pass" + type = "strings" + argument = "password" + help = "password, prompter, or environment" + } + option = { + long = "crl-file" + type = "string" + help = "CRL output file" + } + name = "crl-sign" + min_args="0" + help = "Create a CRL" +} command = { name = "help" name = "?"