openssl-crl
(1ssl)CRL command
Options
26-helpPrint out a usage message.
-informThe CRL input format; unspecified by default. See openssl-format-options(1) for details.
-outformThe CRL output format; the default is PEM. See openssl-format-options(1) for details.
-keyfilenameThe private key to be used to sign the CRL.
-keyformThe format of the private key file; unspecified by default. See openssl-format-options(1) for details.
-infilenameThis specifies the input filename to read from or standard input if this option is not specified.
-outfilenameSpecifies the output filename to write to or standard output by default.
-gendeltafilenameOutput a comparison of the main CRL and the one specified here.
-badsigCorrupt the signature before writing it; this can be useful for testing.
-dateoptSpecify the date output format. Values are: rfc_822 and iso_8601. Defaults to rfc_822.
-textPrint out the CRL in text form.
-verifyVerify the signature in the CRL. If the verification fails, the program will immediately exit, i.e. further option processing (e.g. -gendelta) is skipped. This option is implicitly enabled if any of -CApath, -CAfile or -CAstore is specified.
-nooutDon't output the encoded version of the CRL.
-fingerprintOutput the fingerprint of the CRL.
-crlnumberOutput the number of the CRL.
-hashOutput a hash of the issuer name. This can be use to lookup CRLs in a directory by issuer name.
-hash_oldOutputs the "hash" of the CRL issuer name using the older algorithm as used by OpenSSL before version 1.0.0.
-issuerOutput the issuer name.
-lastupdateOutput the lastUpdate field.
-nextupdateOutput the nextUpdate field.
-nameoptoptionThis specifies how the subject or issuer names are displayed. See openssl-namedisplay-options(1) for details.
-CAfile-no-CAfile-CApath-no-CApath-CAstore-no-CAstorefileSee "Trusted Certificate Options" in openssl-verification-options(1) for details.
-providername—
-provider-pathpath—
-provparam[name:]key=value—
-propquerypropqSee "Provider Options" in openssl(1), provider(7), and property(7).
DESCRIPTION
EXAMPLES
BUGS
HISTORY
COPYRIGHT
Copyright 2000-2024 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.