From 9d1bb9e0155ca9ced28519968e9af7279639aebe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 6 Jun 2007 20:21:54 +0000 Subject: [PATCH] Add cms-create-sd --peer-alg. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20935 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/hxtool-commands.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/hx509/hxtool-commands.in b/lib/hx509/hxtool-commands.in index 3d8877190..eb06d3c17 100644 --- a/lib/hx509/hxtool-commands.in +++ b/lib/hx509/hxtool-commands.in @@ -66,6 +66,12 @@ command = { argument = "password" help = "password, prompter, or environment" } + option = { + long = "peer-alg" + type = "strings" + argument = "oid" + help = "oid that the peer support" + } option = { long = "content-info" type = "flag"