New command "ocsp-print".

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16988 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-04-03 15:22:44 +00:00
parent 64e02c3d8d
commit 3973182c99

View File

@@ -233,6 +233,17 @@ command = {
argument="outfile certs ..."
help = "Fetch OCSP responses for the following certs"
}
command = {
name = "ocsp-print"
option = {
long = "verbose"
type = "flag"
help = "verbose"
}
min_args="1"
argument="ocsp-response-file ..."
help = "Print the OCSP responses"
}
command = {
name = "request-create"
option = {