New command ocsp-verify.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20805 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-06-03 03:08:39 +00:00
parent f188987fa3
commit ac5c46095d

View File

@@ -301,6 +301,17 @@ command = {
argument="outfile certs ..."
help = "Fetch OCSP responses for the following certs"
}
command = {
option = {
long = "ocsp-file"
type = "string"
help = "OCSP file"
}
name = "ocsp-verify"
min_args="1"
argument="certificates ..."
help = "Check that certificates are in OCSP file and valid"
}
command = {
name = "ocsp-print"
option = {