Categories:
Android (13)
Apple Mac (27)
DH Keys (39)
DSA Keys (71)
EC Keys (1855)
Firefox (30)
General (10)
Google Chrome (25)
Intermediate CA (152)
Java VM (29)
JDK Keytool (28)
Microsoft CertUtil (29)
Microsoft Edge (9)
Mozilla CertUtil (21)
OpenSSL (236)
Other (7)
Portecle (38)
Publishers (5385)
Revoked Certificates (16)
Root CA (85)
RSA Keys (4397)
Tools (46)
Tutorial (1)
What Is (22)
Windows (127)
Collections:
Other Resources:
OpenSSL "crl -text" - View CRL in Test Format
How to view a CRL in text format using the OpenSSL "crl" command? I want to see what certificates are listed in the CRL.
✍: FYIcenter.com
If you want to view the content of a CRL (Certificate Revocation List),
you can use the OpenSSL "crl -text" command as shown below:
C:\Users\fyicenter>\local\OpenSSL-Win32\bin\openssl.exe OpenSSL> crl -in my_ca.crl -text -noout Certificate Revocation List (CRL): Version 2 (0x1) Signature Algorithm: sha256WithRSAEncryption Issuer: /C=US/ST=TX/L=City/O=FYIcenter.com/OU=Security /CN=FYIcenter Root CA/emailAddress=root-ca@fyicenter.com Last Update: Sep 2 22:06:15 2016 GMT Next Update: Oct 2 22:06:15 2016 GMT CRL extensions: X509v3 CRL Number: 4097 Revoked Certificates: Serial Number: 1000 Revocation Date: Sep 1 04:34:26 2016 GMT Serial Number: 1002 Revocation Date: Sep 1 04:43:46 2016 GMT Signature Algorithm: sha256WithRSAEncryption 36:1e:e6:24:a7:53:07:3a:89:a9:87:5b:0d:7d:36:d3:26:60: ea:88:2e:05:4b:2b:0f:80:f7:fc:2b:50:3d:60:b7:be:eb:c6: 9d:ee:81:32:12:4e:48:15:7b:cd:e3:d1:48:98:b0:59:8d:11: 39:dc:89:8a:06:3a:1a:3d:58:32:d4:51:db:da:da:90:e9:f2: 7c:a6:92:89:86:43:32:29:d2:56:39:ff:41:3a:d3:e6:72:7c: 97:cf:bc:fe:f4:06:47:49:3b:5a:63:54:30:50:c0:e5:75:9b: 3b:b9:ab:f4:11:c2:82:49:cd:0e:17:e1:95:84:53:53:01:af: e8:4c
Components of a CRL:
⇒ OpenSSL "ca -selfsign" - Self Sign CSR
2016-09-10, 9444👍, 0💬
Popular Posts:
You can use the Certificates snap-in to manage certificates for a user, computer, or service account...
What is sslshopper Certificate Decoder? sslshopper Certificate Decoder is an online tool that decode...
Certificate summary - Owner: *.w3.org, Gandi Standard Wildcard SSL, Domain Control Validated Issuer:...
How to encrypt a large file with an RSA public key using OpenSSL "rsautl" command? If you are trying...
How to retrieve the CRL from the certificate's CA? I want to verify if the certificate has been revo...