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:
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user