From a3fec27a1330e162fd0c09c6a33fc421977323ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 24 Jun 2007 19:25:28 +0000 Subject: [PATCH] add cms-create-sd --id-by-name git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21269 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 a96360e27..1deb7abb4 100644 --- a/lib/hx509/hxtool-commands.in +++ b/lib/hx509/hxtool-commands.in @@ -88,6 +88,11 @@ command = { type = "flag" help = "create a detached signature" } + option = { + long = "id-by-name" + type = "flag" + help = "use subject name for CMS Identifier" + } min_args="2" max_args="2" argument="in-file out-file"