From b5c3feb43fb1d548bd4cf28ebd5ab41ce724c79e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 30 Dec 2006 14:45:49 +0000 Subject: [PATCH] Add --type and --pk-init-principal git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19579 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/hxtool-commands.in | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/hx509/hxtool-commands.in b/lib/hx509/hxtool-commands.in index bd1c5e730..cfeabe070 100644 --- a/lib/hx509/hxtool-commands.in +++ b/lib/hx509/hxtool-commands.in @@ -446,6 +446,16 @@ command = { type = "string" help = "Issued certificate" } + option = { + long = "type" + type = "strings" + help = "Type of certificate to issue" + } + option = { + long = "pk-init-principal" + type = "string" + help = "PK-INIT principal (for SAN)" + } option = { long = "req" type = "string"