From 352a78dcba440c3ef65ad9de1c2f00393706c4ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 31 Mar 2006 22:11:32 +0000 Subject: [PATCH] add url-path argument to ocsp-fetch git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16890 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/hxtool-commands.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/hx509/hxtool-commands.in b/lib/hx509/hxtool-commands.in index 35af71ff7..669316962 100644 --- a/lib/hx509/hxtool-commands.in +++ b/lib/hx509/hxtool-commands.in @@ -217,6 +217,12 @@ command = { argument = "certificate" help = "certificate use to sign the request" } + option = { + long = "url-path" + type = "string" + argument = "url" + help = "part after host in url to put in the request" + } option = { long = "pool" type = "strings"