Categories:
DH Keys (39)
DSA Keys (70)
EC Keys (345)
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 (1953)
Revoked Certificates (30)
Root CA (87)
RSA Keys (1902)
Tools (47)
Tutorial (7)
What Is (21)
Windows (129)
Collections:
Other Resources:
Microsoft "certutil -store" Command Default Options
What is the default behavior of the "certutil -store" command?
✍: FYIcenter.com
The default behavior of the "certutil -store" command is to dump all certificates from the default certificate store "CA" at the local machine location: "HKEY_LOCAL_MACHINE\Software\Microsoft\SystemCertificates\CA".
Here is an example of the output from the "certutil -store" command:
C:\fyicenter>\windows\System32\certutil -store CA ================ Certificate 0 ================ Serial Number: 06376c00aa00648a11cfb8d4aa5c35f4 Issuer: CN=Root Agency NotBefore: 5/28/1996 5:02 PM NotAfter: 12/31/2039 6:59 PM Subject: CN=Root Agency Signature matches Public Key Root Certificate: Subject matches Issuer Template: Cert Hash(sha1): fee449ee0e3965a5246f000e87fde2a065fd89d4 No key provider information Cannot find the certificate and private key for decryption. ================ Certificate 1 ================ Serial Number: 46fcebbab4d02f0f926098233f93078f Issuer: OU=Class 3 Public Primary Certification Authority, O=Veri... NotBefore: 4/16/1997 7:00 PM NotAfter: 10/24/2016 6:59 PM Subject: OU=www.verisign.com/CPS Incorp.by Ref. LIABILITY LTD.(c)... Non-root Certificate Template: Cert Hash(sha1): d559a586669b08f46a30a133f8a9ed3d038e2ea8 No key provider information Cannot find the certificate and private key for decryption. ================ Certificate 2 ================ ... ================ CRL 0 ================ Issuer: OU=VeriSign Commercial Software Publishers CA O=VeriSign, Inc. L=Internet CRL Hash(sha1): a377d1b1c0538833035211f4083d00fecc414dab CertUtil: -store command completed successfully.
As you can see from the output, the command works successfully:
2013-02-26, 8423👍, 0💬
Popular Posts:
What keystore files are used to hold certificates managed by Java Control Panel? I want to manage th...
What is the password for the Java default trusted keystore file: "cacerts"? The Java Keytool prompts...
What types of certificate stores do I have on my Windows system? What is "Personal" certificate stor...
Certificate Summary: Subject: Symantec Class 3 EV SSL CA - G3 Issuer: VeriSign Class 3 Public Primar...
How to download OpenSSL for Windows? I heard that OpenSSL is a nice free tool to manage keys and cer...