From 7510b36c3bd946abebedfd14caea21ccef03f3ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 3 Jun 2007 21:55:02 +0000 Subject: [PATCH] Indent crl-sign. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20874 ec53bebd-3082-4978-b11e-865c3cabbd6b --- doc/hx509.texi | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/hx509.texi b/doc/hx509.texi index 76846e31b..a70ffed0c 100644 --- a/doc/hx509.texi +++ b/doc/hx509.texi @@ -469,7 +469,9 @@ Create an empty CRL with not certificates revoked. Default expiration value is one year from now. @example -hxtool crl-sign --crl-file=crl.der --signer=FILE:ca.pem +hxtool crl-sign \ + --crl-file=crl.der \ + --signer=FILE:ca.pem @end example Create a CRL with all certificates in the directory @@ -477,8 +479,11 @@ Create a CRL with all certificates in the directory it expire one month from now. @example -hxtool crl-sign --crl-file=crl.der --signer=FILE:ca.pem \ ---lifetime='1 month' DIR:/path/to/revoked/dir +hxtool crl-sign \ + --crl-file=crl.der \ + --signer=FILE:ca.pem \ + --lifetime='1 month' \ + DIR:/path/to/revoked/dir @end example @node Application requirements, CMS signing and encryption, Issuing CRLs, Top