From 22133f82f981170d053c10e542e2f06ff2c1f2f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 5 Jan 2007 18:35:39 +0000 Subject: [PATCH] (issue-certificate): Allow setting serialNumber (needed for reissuing certificates), Change --key argument to --out-key. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19725 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/hxtool-commands.in | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/lib/hx509/hxtool-commands.in b/lib/hx509/hxtool-commands.in index 63906c9b3..665c69b93 100644 --- a/lib/hx509/hxtool-commands.in +++ b/lib/hx509/hxtool-commands.in @@ -481,6 +481,11 @@ command = { type = "string" help = "Lifetime of certificate" } + option = { + long = "serial-number" + type = "string" + help = "serial-number of certificate" + } option = { long = "path-length" type = "integer" @@ -507,9 +512,9 @@ command = { help = "pkcs10 request" } option = { - long = "key" + long = "out-key" type = "string" - help = "Key-pair" + help = "out key" } option = { long = "generate-key"