summaryrefslogtreecommitdiffstats
path: root/doc/man1/crl.pod
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2018-09-03 11:09:51 +0200
committerRichard Levitte <levitte@openssl.org>2018-09-04 12:01:24 +0200
commit785e614a95a134831f213749332bcf40c4920f69 (patch)
tree212aa9c5bff5e926771b4882037e0de3fe1e942a /doc/man1/crl.pod
parent96e05986f47bd7cd3991b7755c74ca708c8a3bc7 (diff)
Fix example in crl(1) man page
The default input format is PEM, so explicit "-inform DER" is needed to read DER-encoded CRL. CLA: trivial Reviewed-by: Paul Yang <yang.yang@baishancloud.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7094)
Diffstat (limited to 'doc/man1/crl.pod')
-rw-r--r--doc/man1/crl.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man1/crl.pod b/doc/man1/crl.pod
index 9a009675d8..29f46001d6 100644
--- a/doc/man1/crl.pod
+++ b/doc/man1/crl.pod
@@ -120,7 +120,7 @@ Convert a CRL file from PEM to DER:
Output the text form of a DER encoded certificate:
- openssl crl -in crl.der -text -noout
+ openssl crl -in crl.der -inform DER -text -noout
=head1 BUGS