Add certificate template processing.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19895 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-01-14 18:15:53 +00:00
parent aed12a2d7c
commit 884b0179aa

View File

@@ -535,6 +535,11 @@ command = {
type = "string"
help = "pkcs10 request"
}
option = {
long = "certificate-private-key"
type = "string"
help = "private-key"
}
option = {
long = "generate-key"
type = "string"
@@ -545,6 +550,16 @@ command = {
type = "integer"
help = "number of bits in the generated key";
}
option = {
long = "template-certificate"
type = "string"
help = "certificate"
}
option = {
long = "template-fields"
type = "string"
help = "flag"
}
name = "certificate-sign"
name = "cert-sign"
name = "issue-certificate"