add generate key commands

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19704 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-01-04 20:52:37 +00:00
parent 7c04a560eb
commit d0c2319998

View File

@@ -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"