Collections:
Other Resources:
"certmgr.exe -del -c" - Delete a Certificate
How to delete a certificate from a system certificate store using "certmgr.exe" tool?
✍: FYIcenter.com
You can delete a certificate from a system certificate store using "certmgr.exe -del -c" command
as shown in this tutorial.
C:\fyicenter> "\Program Files\Microsoft Visual Studio 8\sdk\v2.0\bin\certmgr.exe" -del -c -s My ==============Certificate # 1 ========== ... Enter cert # from the above list to put-->1 CertMgr Succeeded C:\fyicenter> "\Program Files\Microsoft Visual Studio 8\sdk\v2.0\bin\certmgr.exe" -s My ==============No Certificates ========== ==============No CTLs ========== ==============No CRLs ========== ============================================== CertMgr Succeeded
What you are getting from this tutorial:
⇒ "certmgr.exe -add -c" - Import a Certificate
⇐ "certmgr.exe -put -c" - Export a Certificate
2012-08-07, ≈26🔥, 0💬
Popular Posts:
What can I use OpenSSL "rsautl" command for? What are options supported by the "rsautl" command? Ope...
How to run OpenSSL "req -509" command to generate self-signed certificate with x.509 v3 extensions? ...
How to view general information of a certificate in Mozilla Firefox 47? I want to know when is the e...
Certificate summary - Owner: *.booking.com, IT Production, Booking.com B.V., L=Amsterdam, ST=Noord-H...
What EC curves are supported by OpenSSL for generating EC keys? I want a list of all EC curves. If y...