Add command ocsp-fetch

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16866 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-03-31 01:45:47 +00:00
parent de44f94103
commit d4919738d7

View File

@@ -203,6 +203,30 @@ command = {
argument="certificate ..."
help = "Validate content of certificates"
}
command = {
name = "ocsp-fetch"
option = {
long = "pass"
type = "strings"
argument = "password"
help = "password, prompter, or environment"
}
option = {
long = "sign"
type = "string"
argument = "certificate"
help = "certificate use to sign the request"
}
option = {
long = "verbose"
short = "c"
type = "flag"
help = "verbose"
}
min_args="2"
argument="filename certs ..."
help = "Fetch OCSP responses for the following certs"
}
command = {
name = "query"
option = {