OPENSSL-CRL(1SSL) OpenSSL OPENSSL-CRL(1SSL)
openssl-crl - CRL command
| Use Case | Command | Description |
|---|---|---|
| Convert CRL from PEM to DER | openssl crl -in crl.pem -outform DER -out crl.der | Convert a CRL file from PEM to DER format. |
| View CRL in text form | openssl crl -in crl.der -text -noout | Output the CRL in human-readable text form. |
| Verify CRL signature | openssl crl -in crl.pem -verify | Verify the signature on the CRL. |
| Output CRL fingerprint | openssl crl -in crl.pem -fingerprint -noout | Print the fingerprint of the CRL. |
| Output CRL number | openssl crl -in crl.pem -crlnumber -noout | Print the CRL number. |
| Output issuer hash | openssl crl -in crl.pem -hash -noout | Print the hash of the issuer name. |
| Output issuer name | openssl crl -in crl.pem -issuer -noout | Print the issuer name. |
| Output lastUpdate | openssl crl -in crl.pem -lastupdate -noout | Print the lastUpdate field. |
| Output nextUpdate | openssl crl -in crl.pem -nextupdate -noout | Print the nextUpdate field. |
| Generate delta CRL | openssl crl -in crl.pem -gendelta delta.pem | Output a comparison of the main CRL and a delta CRL. |
openssl crl [-help] [-inform DER|PEM] [-outform DER|PEM] [-key filename] [-keyform DER|PEM|P12] [-dateopt] [-text] [-in filename] [-out filename] [-gendelta filename] [-badsig] [-verify] [-noout] [-hash] [-hash_old] [-fingerprint] [-crlnumber] [-issuer] [-lastupdate] [-nextupdate] [-nameopt option] [-CAfile file] [-no-CAfile] [-CApath dir] [-no-CApath] [-CAstore uri] [-no-CAstore] [-provider name] [-provider-path path] [-propquery propq]
This command processes CRL files in DER or PEM format.
-help
๐ Print out a usage message.
-inform DER|PEM
๐ The CRL input format; unspecified by default. See openssl-format-options(1) for details.
-outform DER|PEM
๐ The CRL output format; the default is PEM. See openssl-format-options(1) for details.
-key filename
๐ The private key to be used to sign the CRL.
-keyform DER|PEM|P12
๐ The format of the private key file; unspecified by default. See openssl-format-options(1) for details.
-in filename
๐ฅ This specifies the input filename to read from or standard input if this option is not specified.
-out filename
๐ค Specifies the output filename to write to or standard output by default.
-gendelta filename
๐ Output a comparison of the main CRL and the one specified here.
-badsig
๐ฅ Corrupt the signature before writing it; this can be useful for testing.
-dateopt
๐
Specify the date output format. Values are: rfc_822 and iso_8601. Defaults to rfc_822.
-text
๐ Print out the CRL in text form.
-verify
โ
Verify the signature in the CRL.
-noout
๐ซ Don't output the encoded version of the CRL.
-fingerprint
๐๏ธ Output the fingerprint of the CRL.
-crlnumber
๐ข Output the number of the CRL.
-hash
๐ Output a hash of the issuer name. This can be use to lookup CRLs in a directory by issuer name.
-hash_old
๐ฐ๏ธ Outputs the "hash" of the CRL issuer name using the older algorithm as used by OpenSSL before version 1.0.0.
-issuer
๐ท๏ธ Output the issuer name.
-lastupdate
๐
Output the lastUpdate field.
-nextupdate
๐
Output the nextUpdate field.
-nameopt option
๐ค This specifies how the subject or issuer names are displayed. See openssl-namedisplay-options(1) for details.
-CAfile file, -no-CAfile, -CApath dir, -no-CApath, -CAstore uri, -no-CAstore
๐ See "Trusted Certificate Options" in openssl-verification-options(1) for details.
-provider name
๐ง Provider name.
-provider-path path
๐ง Provider path.
-propquery propq
๐ง Property query. See "Provider Options" in openssl(1), provider(7), and property(7).
Convert a CRL file from PEM to DER:
openssl crl -in crl.pem -outform DER -out crl.der
Output the text form of a DER encoded certificate:
openssl crl -in crl.der -text -noout
Ideally it should be possible to create a CRL using appropriate options and files too.
openssl(1), openssl-crl2pkcs7(1), openssl-ca(1), openssl-x509(1), ossl_store-file(7)
Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved.
Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at <https://www.openssl.org/source/license.html>.
3.0.2 2026-06-02 OPENSSL-CRL(1SSL)
Generated by phpman v4.9.26-1-g511901d · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-08-06 04:49 @216.73.216.192
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format