(issue-certificate): Allow setting serialNumber (needed for reissuing
certificates), Change --key argument to --out-key. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19725 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -481,6 +481,11 @@ command = {
|
|||||||
type = "string"
|
type = "string"
|
||||||
help = "Lifetime of certificate"
|
help = "Lifetime of certificate"
|
||||||
}
|
}
|
||||||
|
option = {
|
||||||
|
long = "serial-number"
|
||||||
|
type = "string"
|
||||||
|
help = "serial-number of certificate"
|
||||||
|
}
|
||||||
option = {
|
option = {
|
||||||
long = "path-length"
|
long = "path-length"
|
||||||
type = "integer"
|
type = "integer"
|
||||||
@@ -507,9 +512,9 @@ command = {
|
|||||||
help = "pkcs10 request"
|
help = "pkcs10 request"
|
||||||
}
|
}
|
||||||
option = {
|
option = {
|
||||||
long = "key"
|
long = "out-key"
|
||||||
type = "string"
|
type = "string"
|
||||||
help = "Key-pair"
|
help = "out key"
|
||||||
}
|
}
|
||||||
option = {
|
option = {
|
||||||
long = "generate-key"
|
long = "generate-key"
|
||||||
|
Reference in New Issue
Block a user