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"
|
type = "string"
|
||||||
help = "pkcs10 request"
|
help = "pkcs10 request"
|
||||||
}
|
}
|
||||||
|
option = {
|
||||||
|
long = "certificate-private-key"
|
||||||
|
type = "string"
|
||||||
|
help = "private-key"
|
||||||
|
}
|
||||||
option = {
|
option = {
|
||||||
long = "generate-key"
|
long = "generate-key"
|
||||||
type = "string"
|
type = "string"
|
||||||
@@ -545,6 +550,16 @@ command = {
|
|||||||
type = "integer"
|
type = "integer"
|
||||||
help = "number of bits in the generated key";
|
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 = "certificate-sign"
|
||||||
name = "cert-sign"
|
name = "cert-sign"
|
||||||
name = "issue-certificate"
|
name = "issue-certificate"
|
||||||
|
Reference in New Issue
Block a user