Categories:
Android (13)
Apple Mac (27)
DH Keys (39)
DSA Keys (70)
EC Keys (976)
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 (3313)
Revoked Certificates (16)
Root CA (85)
RSA Keys (2662)
Tools (46)
Tutorial (1)
What Is (22)
Windows (127)
Collections:
Other Resources:
OpenSSL "ca" - Track CSR Signing History
How to track CSR certificate signing history? I want to know how many CSR I have signed with the OpenSSL "ca" command so far.
✍: FYIcenter.com
OpenSSL "ca" command automatically tacks your CSR signing history for you.
Each time you sign a CSR and generate a new certificate, it will:
The test below shows you how OpenSSL "ca" command manages CSR signing history:
C:\Users\fyicenter>dir /s demoCA 115 index.txt 21 index.txt.attr 0 index.txt.old <DIR> newcerts 5 serial 5 serial.old Directory of .\demoCA\newcer 3,279 1000.pem C:\Users\fyicenter>type demoCA\index.txt V 170831202401Z 1000 unknown /C=US/ST=NY/L=NY/O=FYIcenter.com /CN=www.fyicenter.com/emailAddress=joe@fyicenter.com C:\Users\fyicenter>type demoCA\serial 1001
As you can see from the test, you can count the number of lines in the .\demoCA\index.txt file to know how many CSR you have signed so far.
If the requester of the CSR want to get a copy of his/her certificate, you can lookup the serial number from the .\demoCA\index.txt file by DN fields. Then use the serial number of the file name to get the certificate in the .\demoCA\newcerts directory.
⇒ OpenSSL "ca" Error "failed to update database TXT_DB error number 2"
2016-09-13, 1688👍, 0💬
Popular Posts:
You can use the Certificates snap-in to manage certificates for a user, computer, or service account...
Why I am getting the "No local Certification Authority; use -config option" error when running Micro...
How to split a certificate chain file into individual certificate files? I have 2 certificates in a ...
Certificate summary - Owner: www.123-reg.co.uk, 123-reg Ltd, STREET=5 Roundwood Avenue, L=Uxbridge, ...
Credential roaming allows organizations to store certificates and private keys in Active Directory D...