From c32b846d532c3915107f66ed827e92165e44fc79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 3 Apr 2006 05:32:57 +0000 Subject: [PATCH] Add pkcs10-create --subject git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16978 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 3977a5f9a..5d7e8fc9b 100644 --- a/lib/hx509/hxtool-commands.in +++ b/lib/hx509/hxtool-commands.in @@ -235,6 +235,11 @@ command = { } command = { name = "pkcs10-create" + option = { + long = "subject" + type = "string" + help = "Subject DN" + } option = { long = "verbose" type = "flag"