Add crl-sign commands.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20797 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -620,6 +620,27 @@ command = {
|
|||||||
min_args="0"
|
min_args="0"
|
||||||
help = "Print statistics"
|
help = "Print statistics"
|
||||||
}
|
}
|
||||||
|
command = {
|
||||||
|
option = {
|
||||||
|
long = "signer"
|
||||||
|
type = "string"
|
||||||
|
help = "signer certificate"
|
||||||
|
}
|
||||||
|
option = {
|
||||||
|
long = "pass"
|
||||||
|
type = "strings"
|
||||||
|
argument = "password"
|
||||||
|
help = "password, prompter, or environment"
|
||||||
|
}
|
||||||
|
option = {
|
||||||
|
long = "crl-file"
|
||||||
|
type = "string"
|
||||||
|
help = "CRL output file"
|
||||||
|
}
|
||||||
|
name = "crl-sign"
|
||||||
|
min_args="0"
|
||||||
|
help = "Create a CRL"
|
||||||
|
}
|
||||||
command = {
|
command = {
|
||||||
name = "help"
|
name = "help"
|
||||||
name = "?"
|
name = "?"
|
||||||
|
Reference in New Issue
Block a user