Collections:
Other Resources:
certmgr.exe - Create Certificate Store Files
How to create my own certificate store file using "certmgr.exe" tool?
✍: FYIcenter.com
You can your own certificate store file using "certmgr.exe" tool
as shown in this tutorial.
C:\fyicenter>
"\Program Files\Microsoft Visual Studio 8\sdk\v2.0\bin\certmgr.exe"
-put -c -s CA Microsoft_Expired.crt
==============Certificate # 1 ==========
...
==============Certificate # 12 ==========
Subject::
[0,0] 2.5.4.11 (OU) Copyright (c) 1997 Microsoft Corp.
[1,0] 2.5.4.11 (OU) Microsoft Windows Hardware Compatibility Intermediate CA
[2,0] 2.5.4.11 (OU) Microsoft Corporation
[3,0] 2.5.4.3 (CN) Microsoft Windows Hardware Compatibility
Issuer::
[0,0] 2.5.4.11 (OU) Copyright (c) 1997 Microsoft Corp.
[1,0] 2.5.4.11 (OU) Microsoft Corporation
[2,0] 2.5.4.3 (CN) Microsoft Root Authority
SerialNumber::
19 8B 11 D1 3F 9A 8F FE 69 A0
SHA1 Thumbprint::
109F1CAE D645BB78 B3EA2B94 C0697C74 0733031C
MD5 Thumbprint::
09C254BD E4EA50F2 6D1497F2 9C51AF6D
Key MD5 Thumbprint::
BB77D6CE 04FFF6B2 0F8315B9 40C20461
NotBefore::
Wed Oct 01 03:00:00 1997
NotAfter::
Tue Dec 31 03:00:00 2002
==============Certificate # 13 ==========
...
Enter cert # from the above list to put-->12
CertMgr Succeeded
C:\fyicenter>
"\Program Files\Microsoft Visual Studio 8\sdk\v2.0\bin\certmgr.exe"
-add -c Microsoft_Expired.crt StoreFile.str
CertMgr Succeeded
C:\fyicenter>
"\Program Files\Microsoft Visual Studio 8\sdk\v2.0\bin\certmgr.exe"
StoreFile.str
==============Certificate # 1 ==========
...
CertMgr Succeeded
What you are getting from this tutorial:
⇒ Certificate Generation Tool "makecrt.exe" on Windows
⇐ "certmgr.exe -add -c" - Import a Certificate
2012-08-08, ≈17🔥, 0💬
Popular Posts:
Renewing a certificate with the same key provides maximum compatibility with past uses of the accomp...
How to view certificate details using Java Control Panel on Mac computers? To view detailed informat...
What can I use OpenSSL "ans1parse" command for? What are options supported by the "ans1parse" comman...
Certificate summary - Owner: reg.hexun.com, Terms of use at www.verisign.com/rpa (c)05, System Opera...
Do you want to learn how to use OpenSSL as a certificate management tool? Here is a collection of 23...