From 3973182c99cb1d758b67ce18b0fac7193772396a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 3 Apr 2006 15:22:44 +0000 Subject: [PATCH] New command "ocsp-print". git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16988 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/hxtool-commands.in | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lib/hx509/hxtool-commands.in b/lib/hx509/hxtool-commands.in index c43d82402..12db5902d 100644 --- a/lib/hx509/hxtool-commands.in +++ b/lib/hx509/hxtool-commands.in @@ -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 = {