add test-crypto command

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20666 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-05-10 23:18:58 +00:00
parent 09acc9cae1
commit 64ff82a9eb

View File

@@ -582,6 +582,23 @@ command = {
min_args="0"
help = "Issue a certificate"
}
command = {
name = "test-crypto"
option = {
long = "pass"
type = "strings"
argument = "password"
help = "password, prompter, or environment"
}
option = {
long = "verbose"
type = "flag"
help = "verbose printing"
}
min_args="1"
argument="certificates..."
help = "Test "
}
command = {
name = "help"
name = "?"