Categories:
Android (13)
Apple Mac (27)
DH Keys (39)
DSA Keys (71)
EC Keys (2148)
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 (6110)
Revoked Certificates (16)
Root CA (85)
RSA Keys (4988)
Tools (46)
Tutorial (1)
What Is (22)
Windows (127)
Collections:
Other Resources:
Microsoft "certutil -store" - Search Certificate by Serial Number
How to search and export a certificate from a certificate store into a certificate file with Microsoft "certutil" tool using the certificate's serial number?
✍: FYIcenter.com
If you know the serial number of a certificate and in which certificate store,
you can use the Microsoft "certutil -store storename serial_number file_name" command
to export it to a certificate file as shown in this tutorial:
C:\fyicenter>\windows\system32\certutil -store AuthRoot e49efdf33ae80ecfa5113e19a4240232 VeriSign.crt AuthRoot ================ Certificate 19 ================ Serial Number: e49efdf33ae80ecfa5113e19a4240232 Issuer: OU=Class 3 Public Primary Certification Authority, O=VeriSign, Inc., C=US NotBefore: 1/28/1996 7:00 PM NotAfter: 1/7/2004 6:59 PM Subject: OU=Class 3 Public Primary Certification Authority, O=VeriSign, Inc., C=US Signature matches Public Key Root Certificate: Subject matches Issuer Template: Cert Hash(sha1): 4f 65 56 63 36 db 65 98 58 1d 58 4a 59 6c 87 93 4d 5f 2a b4 No key provider information Cannot find the certificate and private key for decryption. CertUtil: -store command completed successfully.
As you can see from the output, the command works successfully:
⇒ Microsoft "certutil -store CA 0 first.crt" - Export Certificate
⇐ Microsoft "certutil -store" Command Default Options
2013-02-27, 33680👍, 0💬
Popular Posts:
How to create a self-signed root certificate using "makecert.exe"? I want to issue and sign certific...
How to view detailed information of a Root CA certificate in IE? To view detailed information of a C...
Certificate summary - Owner: *.bbc.co.uk, British Broadcasting Corporation, Internet Operations, L=L...
How to retrieve the CRL from the certificate's CA? I want to verify if the certificate has been revo...
How to view detailed information of a root CA certificate in Google Chrome? To view detailed informa...