skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 2:... HP Open Source Security for OpenVMS Volume 2:...
go to beginning of reference: OpenSSL Command Line Interface (CLI) Reference OpenSSL Command Line Interface (CLI) Reference
go to previous page: config config
go to next page: crl2pkcs7crl2pkcs7
end of book navigation links


crl
Description
Notes
Restrictions
 Command Options
Examples
See Also

NAME

crl - CRL utility

Synopsis  

openssl crl [-inform PEM|DER] [-outform PEM|DER] [-text] [-in filename] [-out filename] [-noout] [-hash] [-issuer] [-lastupdate] [-nextupdate] [-CAfile file] [-CApath dir]


return to top DESCRIPTION  

The crl command processes CRL files in DER or PEM format.


return to top COMMAND OPTIONS  


return to top NOTES  

The PEM CRL format uses the header and footer lines:
 -----BEGIN X509 CRL-----
 -----END X509 CRL-----


return to top 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


return to top Restrictions  

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


return to top SEE ALSO  

crl2pkcs7(1), ca(1) , x509(1)
go to previous page: config config
go to next page: crl2pkcs7crl2pkcs7