Categories:
DH Keys (39)
DSA Keys (69)
EC Keys (339)
Firefox (32)
General (13)
Google Chrome (25)
Intermediate CA (152)
Java VM (20)
JDK Keytool (25)
Microsoft CertUtil (26)
Mozilla CertUtil (18)
OpenSSL (237)
Other (17)
Portecle (38)
Publishers (1969)
Revoked Certificates (30)
Root CA (87)
RSA Keys (1834)
Tools (47)
Tutorial (7)
What Is (21)
Windows (129)
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:
2013-02-27, 18641👍, 0💬
Popular Posts:
Certificate summary - Owner: www.squidoo.com, Domain Control Validated - QuickSSL(R) Premium, See ww...
Certificate summary - Owner: ePKI Root Certification Authority, "Chunghwa Telecom Co., Ltd.", TW Iss...
How to view Java system-level signer CA certificates using Java Control Panel? To view Java system-l...
Certificate Summary: Subject: Thawte Timestamping CA Issuer: Thawte Timestamping CA Expiration: 2020...
Can I build an RSA private key from an OpenSSL configuration file? Yes, you can build an RSA private...