[Pkg-openssl-devel] Bug#746958: openssl: bad example in crl(1ssl) manpage

Jakub Wilk jwilk at debian.org
Sun May 4 10:06:23 UTC 2014


Package: openssl
Version: 1.0.1g-3
Severity: minor

The crl(1ssl) manual page gives the following example:

   Output the text form of a DER encoded certificate:
   
    openssl crl -in crl.der -text -noout

But the default input format is PEM, not DER, so this doesn't work. The 
command line should be:

    openssl crl -inform DER -in crl.der -text -noout

-- 
Jakub Wilk



More information about the Pkg-openssl-devel mailing list