From 5a3e4a1865519aefdc6024bf9786d3f9812b8537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 26 Apr 2006 14:42:45 +0000 Subject: [PATCH] add verify --allow-proxy-certificate git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17260 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/hxtool-commands.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/hx509/hxtool-commands.in b/lib/hx509/hxtool-commands.in index e96415836..bc2f63629 100644 --- a/lib/hx509/hxtool-commands.in +++ b/lib/hx509/hxtool-commands.in @@ -176,6 +176,11 @@ command = { argument = "password" help = "password, prompter, or environment" } + option = { + long = "allow-proxy-certificate" + type = "flag" + help = "allow proxy certificates" + } option = { long = "missing-revoke" type = "flag"