Commit 3c55cb20 authored by Jakub Wilk's avatar Jakub Wilk Committed by Richard Levitte
Browse files

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: default avatarPaul Yang <yang.yang@baishancloud.com>
Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7094)

(cherry picked from commit 785e614a)
(cherry picked from commit e25fc6b5)
parent e121d5c7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -115,7 +115,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