Categories:
Android (13)
Apple Mac (27)
DH Keys (39)
DSA Keys (69)
EC Keys (577)
Firefox (31)
General (12)
Google Chrome (25)
Intermediate CA (152)
Java VM (33)
JDK Keytool (28)
Microsoft CertUtil (29)
Microsoft Edge (9)
Mozilla CertUtil (22)
OpenSSL (237)
Other (7)
Portecle (38)
Publishers (2706)
Revoked Certificates (30)
Root CA (89)
RSA Keys (2231)
Tools (46)
Tutorial (3)
What Is (22)
Windows (129)
Collections:
Other Resources:
Microsoft "certutil -delstore -user my ..." - Delete Certificate
How to delete a certificate from a certificate store with Microsoft "certutil" tool?
✍: FYIcenter.com
If you want to delete a certificate from a certificate store,
you can use the Microsoft "certutil -delstore store_name certificate_id" command
as shown in this tutorial:
C:\fyicenter>\windows\system32\certutil -delstore -user my "*.facebook.com" my Deleting Certificate 0 CertUtil: -delstore command completed successfully. C:\fyicenter>\windows\system32\certutil -store -user my "*.facebook.com" my CertUtil: -store command FAILED: 0x80090011 (-2146893807) CertUtil: Object was not found.
As you can see from the output, the command works successfully:
⇒ Other Microsoft "certutil" Commands
⇐ Microsoft "certutil -delstore" Command Options
2016-06-27, 111727👍, 2💬
Popular Posts:
Certificate Summary: Subject: GTE CyberTrust Root 5 Issuer: GTE CyberTrust Root 5 Expiration: 2013-0...
How can I use Microsoft "certutil -encode" command? What are command options supported by "certutil ...
Certificate summary - Owner: a248.e.akamai.net, "Akamai Technologies, Inc.", US Issuer: GTE CyberTru...
Certificate Summary: Subject: VeriSign Class 3 Public Primary Certification Authority - G5 Issuer: V...
What EC curves are supported by OpenSSL for generating EC keys? I want a list of all EC curves. If y...