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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user