From f2b0cd7d5aea2ebfbf51f5daaae56c8460d61a7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 31 Jan 2007 15:54:40 +0000 Subject: [PATCH] add ca --crl-uri git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20104 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/hxtool-commands.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/hx509/hxtool-commands.in b/lib/hx509/hxtool-commands.in index 0b5c47910..372ac9dab 100644 --- a/lib/hx509/hxtool-commands.in +++ b/lib/hx509/hxtool-commands.in @@ -548,7 +548,12 @@ command = { option = { long = "key-bits" type = "integer" - help = "number of bits in the generated key"; + help = "number of bits in the generated key" + } + option = { + long = "crl-uri" + type = "string" + help = "URI to CRL" } option = { long = "template-certificate"