Collections:
Other Resources:
"certmgr.exe -put -c" - Export a Certificate
How to export a certificates from a system certificate store using "certmgr.exe" tool?
✍: FYIcenter.com
You can export a certificate from a system certificate store using "certmgr.exe -put -c" command
as shown in this tutorial.
C:\fyicenter>
"\Program Files\Microsoft Visual Studio 8\sdk\v2.0\bin\certmgr.exe"
-put -c -s My linda_exported.crt
==============Certificate # 1 ==========
...
Enter cert # from the above list to put-->1
CertMgr Succeeded
C:\fyicenter>dir *.crt
669 linda_exported.crt
What you are getting from this tutorial:
⇒ "certmgr.exe -del -c" - Delete a Certificate
⇐ certmgr.exe - List "My" Personal Certificates with Details
2016-06-27, ≈20🔥, 4💬
Popular Posts:
How to generate a new DSA parameter file using OpenSSL "dsaparam" command? If you need a new DSA par...
How to retrieve the CRL from the certificate's CA? I want to verify if the certificate has been revo...
Certificate Summary: Subject: Class 3 Public Primary Certification Authority - G2, (c) ... Issuer: C...
Certificate summary - Owner: Entrust Certification Authority - L1K, "(c) 2012 Entrust, Inc. - for au...
Certificate Summary: Subject: Class 1 Public Primary Certification Authority - G2, (c) 1998 VeriSign...