From ddc4a41685abe0cf85c76e7c2e2f2f270d9d41ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 25 Jun 2007 16:44:55 +0000 Subject: [PATCH] (cms-create-signed): add --pem git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21302 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 ef3f23465..513d11b68 100644 --- a/lib/hx509/hxtool-commands.in +++ b/lib/hx509/hxtool-commands.in @@ -83,6 +83,11 @@ command = { type = "flag" help = "wrapped out-data in a ContentInfo" } + option = { + long = "pem" + type = "flag" + help = "wrap out-data in PEM armor" + } option = { long = "detached-signature" type = "flag"