diff --git a/lib/hx509/hxtool-commands.in b/lib/hx509/hxtool-commands.in index 0b5c47910..372ac9dab 100644 --- a/lib/hx509/hxtool-commands.in +++ b/lib/hx509/hxtool-commands.in @@ -548,7 +548,12 @@ command = { option = { long = "key-bits" type = "integer" - help = "number of bits in the generated key"; + help = "number of bits in the generated key" + } + option = { + long = "crl-uri" + type = "string" + help = "URI to CRL" } option = { long = "template-certificate"