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