diff --git a/lib/hx509/hxtool-commands.in b/lib/hx509/hxtool-commands.in index ef9432530..63906c9b3 100644 --- a/lib/hx509/hxtool-commands.in +++ b/lib/hx509/hxtool-commands.in @@ -310,6 +310,16 @@ command = { type = "string" help = "Key-pair" } + option = { + long = "generate-key" + type = "string" + help = "keytype" + } + option = { + long = "key-bits" + type = "integer" + help = "number of bits in the generated key"; + } option = { long = "verbose" type = "flag" @@ -496,6 +506,21 @@ command = { type = "string" help = "pkcs10 request" } + option = { + long = "key" + type = "string" + help = "Key-pair" + } + option = { + long = "generate-key" + type = "string" + help = "keytype" + } + option = { + long = "key-bits" + type = "integer" + help = "number of bits in the generated key"; + } name = "certificate-sign" name = "cert-sign" name = "issue-certificate"