Categories:
Android (13)
Apple Mac (27)
DH Keys (39)
DSA Keys (71)
EC Keys (1853)
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 (5376)
Revoked Certificates (16)
Root CA (85)
RSA Keys (4390)
Tools (46)
Tutorial (1)
What Is (22)
Windows (127)
Collections:
Other Resources:
Microsoft "certutil -viewstore" Command Options
How can I use Microsoft "certutil -viewstore" command? What are command options supported by "certutil -viewstore"? The document says "Dump certificate store".
✍: FYIcenter.com
Microsoft "certutil -viewstore" command can be used to view certificates
from a certificate store in an pop-up window.
Here are options supported by the "certutil -viewstore" command:
C:\fyicenter>\windows\system32\certutil -viewstore -? Usage: CertUtil [Options] -viewstore [CertificateStoreName [CertId [OutputFile]]] Dump certificate store CertificateStoreName -- Certificate store name. Examples: "My", "CA" (default), "Root", "ldap:///CN=Certification Authorities,CN=Public Key Services, CN=Services,CN=Configuration,DC=...?cACertificate?one?objectClass= certificationAuthority" (View Root Certificates) ... CertId -- Certificate or CRL match token. This can be a serial number, an SHA-1 certificate, CRL, CTL or public key hash, a numeric cert index (0, 1, etc.), a numeric CRL index (.0, .1, etc.), a numeric CTL index (..0, ..1, etc.), a public key, signature or extension ObjectId, a certificate subject Common Name, an e-mail address, UPN or DNS name, a key container name or CSP name, a template name or ObjectId, an EKU or Application Policies ObjectId, or a CRL issuer Common Name. Many of the above may result in multiple matches. OutputFile -- file to save matching cert Use -user to access a user store instead of a machine store. Use -enterprise to access a machine enterprise store. Use -service to access a machine service store. Use -grouppolicy to access a machine group policy store. Examples: -enterprise NTAuth -enterprise Root 37 -user My 26e0aaaf000000000004 CA .11 Options: -f -- Force overwrite -enterprise -- Use local machine Enterprise registry certificate store -user -- Use HKEY_CURRENT_USER keys or certificate store -GroupPolicy -- Use Group Policy certificate store -gmt -- Display times as GMT -seconds -- Display times with seconds and milliseconds -v -- Verbose operation -privatekey -- Display password and private key data -dc DCName -- Target a specific Domain Controller
As you can see from the command help information, "certutil -viewstore" command is identical "certutil -store" command except that "certutil -viewstore" displays certificates to graphical pop-up window.
⇒ Microsoft "certutil -viewstore ..." - View Certificate Details
⇐ Microsoft "certutil -store..." - Certificate File Format
2013-04-26, 37222👍, 0💬
Popular Posts:
Certificate summary - Owner: www.symantec.com, Corp Mktg & Comms - Online Exp, Symantec Corporat...
Certificate Summary: Subject: fidelity.com Issuer: Entrust Certification Authority - L1M Expiration:...
Certificate Summary: Subject: Microsoft Azure TLS Issuing CA 06 Issuer: DigiCert Global Root G2 Expi...
Certificate summary - Owner: *.iqiyi.com, Terms of use at www.verisign.com/rpa (c)05, Cloud Platform...
What is Java Keytool? I heard that Java Keytool is nice tool to generate keys and manage certificate...