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:
Love Hörnquist Åstrand
2007-06-02 03:28:26 +00:00
parent 0d73993576
commit 5f546a763e

View File

@@ -620,6 +620,27 @@ command = {
min_args="0"
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 = {
name = "help"
name = "?"