From b1d1aeacf6df07ed6c2d1724242dfe594a1c0f34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 1 Apr 2006 09:48:47 +0000 Subject: [PATCH] add pkcs10-print git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16921 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 fc7d8dfde..b5632a0fb 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 = "pkcs10-print" + option = { + long = "verbose" + type = "flag" + help = "verbose printing" + } + min_args="1" + argument="requests ..." + help = "Print PKCS10 requests" +} command = { name = "query" option = {