diff --git a/lib/hx509/hxtool-commands.in b/lib/hx509/hxtool-commands.in index 63906c9b3..665c69b93 100644 --- a/lib/hx509/hxtool-commands.in +++ b/lib/hx509/hxtool-commands.in @@ -481,6 +481,11 @@ command = { type = "string" help = "Lifetime of certificate" } + option = { + long = "serial-number" + type = "string" + help = "serial-number of certificate" + } option = { long = "path-length" type = "integer" @@ -507,9 +512,9 @@ command = { help = "pkcs10 request" } option = { - long = "key" + long = "out-key" type = "string" - help = "Key-pair" + help = "out key" } option = { long = "generate-key"