(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:
Love Hörnquist Åstrand
2007-01-05 18:35:39 +00:00
parent fbb2803309
commit 22133f82f9

View File

@@ -481,6 +481,11 @@ command = {
type = "string"
help = "Lifetime of certificate"
}
option = {
long = "serial-number"
type = "string"
help = "serial-number of certificate"
}
option = {
long = "path-length"
type = "integer"
@@ -507,9 +512,9 @@ command = {
help = "pkcs10 request"
}
option = {
long = "key"
long = "out-key"
type = "string"
help = "Key-pair"
help = "out key"
}
option = {
long = "generate-key"