info > openssl-crl(1)

OPENSSL-CRL(1SSL) OpenSSL OPENSSL-CRL(1SSL)

๐Ÿ“› NAME

openssl-crl - CRL command

๐Ÿš€ Quick Reference

Use CaseCommandDescription
Convert CRL from PEM to DERopenssl crl -in crl.pem -outform DER -out crl.derConvert a CRL file from PEM to DER format.
View CRL in text formopenssl crl -in crl.der -text -nooutOutput the CRL in human-readable text form.
Verify CRL signatureopenssl crl -in crl.pem -verifyVerify the signature on the CRL.
Output CRL fingerprintopenssl crl -in crl.pem -fingerprint -nooutPrint the fingerprint of the CRL.
Output CRL numberopenssl crl -in crl.pem -crlnumber -nooutPrint the CRL number.
Output issuer hashopenssl crl -in crl.pem -hash -nooutPrint the hash of the issuer name.
Output issuer nameopenssl crl -in crl.pem -issuer -nooutPrint the issuer name.
Output lastUpdateopenssl crl -in crl.pem -lastupdate -nooutPrint the lastUpdate field.
Output nextUpdateopenssl crl -in crl.pem -nextupdate -nooutPrint the nextUpdate field.
Generate delta CRLopenssl crl -in crl.pem -gendelta delta.pemOutput a comparison of the main CRL and a delta CRL.

๐Ÿ“‹ SYNOPSIS

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]

๐Ÿ“– DESCRIPTION

This command processes CRL files in DER or PEM format.

โš™๏ธ OPTIONS

-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).

๐Ÿงช EXAMPLES

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

๐Ÿ› BUGS

Ideally it should be possible to create a CRL using appropriate options and files too.

๐Ÿ”— SEE ALSO

openssl(1), openssl-crl2pkcs7(1), openssl-ca(1), openssl-x509(1), ossl_store-file(7)

ยฉ๏ธ COPYRIGHT

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)

openssl-crl(1)
๐Ÿ“› NAME ๐Ÿš€ Quick Reference ๐Ÿ“‹ SYNOPSIS ๐Ÿ“– DESCRIPTION โš™๏ธ OPTIONS ๐Ÿงช EXAMPLES ๐Ÿ› BUGS ๐Ÿ”— SEE ALSO ยฉ๏ธ COPYRIGHT

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)
Valid XHTML 1.0 Transitional!Valid CSS!
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format

^_top_^