From d0c2319998ce30b290f4958264d54485eaee6b34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 4 Jan 2007 20:52:37 +0000 Subject: [PATCH] add generate key commands git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19704 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/hxtool-commands.in | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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"