Indent crl-sign.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20874 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -469,7 +469,9 @@ Create an empty CRL with not certificates revoked. Default expiration
|
|||||||
value is one year from now.
|
value is one year from now.
|
||||||
|
|
||||||
@example
|
@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
|
@end example
|
||||||
|
|
||||||
Create a CRL with all certificates in the directory
|
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.
|
it expire one month from now.
|
||||||
|
|
||||||
@example
|
@example
|
||||||
hxtool crl-sign --crl-file=crl.der --signer=FILE:ca.pem \
|
hxtool crl-sign \
|
||||||
--lifetime='1 month' DIR:/path/to/revoked/dir
|
--crl-file=crl.der \
|
||||||
|
--signer=FILE:ca.pem \
|
||||||
|
--lifetime='1 month' \
|
||||||
|
DIR:/path/to/revoked/dir
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@node Application requirements, CMS signing and encryption, Issuing CRLs, Top
|
@node Application requirements, CMS signing and encryption, Issuing CRLs, Top
|
||||||
|
Reference in New Issue
Block a user