Categories:
DH Keys (39)
DSA Keys (69)
EC Keys (340)
Firefox (32)
General (13)
Google Chrome (25)
Intermediate CA (152)
Java VM (20)
JDK Keytool (25)
Microsoft CertUtil (26)
Mozilla CertUtil (18)
OpenSSL (237)
Other (17)
Portecle (38)
Publishers (1971)
Revoked Certificates (30)
Root CA (87)
RSA Keys (1837)
Tools (47)
Tutorial (7)
What Is (21)
Windows (129)
Collections:
Other Resources:
"makecert.exe -sk" - Specify Private Key Container
How to specify a private key container the "makecert.exe" command? I want to keep the private in my private key container.
✍: FYIcenter.com
You can the private key container name using the "-sk name" option
as shown in this tutorial.
C:\fyicenter> "\Program Files\Microsoft Visual Studio 8\sdk\v2.0\bin\makecert.exe" -n "CN=Joe Dews" -sk TestKey joe.crt Succeeded C:\fyicenter> "\Program Files\Microsoft Visual Studio 8\sdk\v2.0\bin\makecert.exe" -n "CN=Jack Dews" -sk TestKey jack.crt Succeeded C:\fyicenter>type \users\fyicenter\AppData\Roaming\Microsoft\Crypto\RSA\S-1-5-22-602162358-... 8cad2f31f91883d57911489b2e636d_e... .....................................TestKey.....................RSA1........... ...
What you are getting from this tutorial:
Knowing where the private key is stored is important. You need to use private key to sign documents or encrypt data files.
⇒ "makecert.exe -ss" - Create Certificate in System Stores
⇐ makecert.exe - Private Key Containers Location on Windows 7
2012-08-09, 9011👍, 0💬
Popular Posts:
How to delete a certificate from a certificate store with Microsoft "certutil" tool? If you want to ...
How to add a certificate into "cert8.db" file using Mozilla "certutil" tool? I have a certificate fi...
How to use the "keytool -genkeypair" command? I want to generate a pair of public key and private ke...
Certificate Summary: Subject: Class 3P Primary CA Issuer: Class 3P Primary CA Expiration: 2019-07-06...
Certificate Summary: Subject: AlphaSSL CA - SHA256 - G2 Issuer: GlobalSign Root CA Expiration: 2024-...