Categories:
Android (13)
Apple Mac (27)
DH Keys (39)
DSA Keys (69)
EC Keys (571)
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 (2694)
Revoked Certificates (30)
Root CA (89)
RSA Keys (2223)
Tools (46)
Tutorial (3)
What Is (22)
Windows (129)
Collections:
Other Resources:
"makecert.exe -sv" - Create Private Key File
How to create my private key and store it in a file using "makecert.exe"?
✍: FYIcenter.com
If you want to create a private key and save it in a file instead of the
private key container, you can use the "makecert.exe -sv keyfile" option
as shown in this tutorial.
1. Run the following command to create a new certificate and save the private key and certificate into two files:
C:\fyicenter> "\Program Files\Microsoft Visual Studio 8\sdk\v2.0\bin\makecert.exe" -n "CN=Mike Dews" -sv mike.pvk mike.crt
2. Enter "FYIcenter" as the password to protect the private key file, when you see the password prompt dialog box.
3. List the output files:
C:\fyicenter>dir mike.* 07/1/2012 08:59 PM 445 mike.crt 07/1/2012 08:58 PM 636 mike.pvk
⇒ "makecert.exe -r" - Create Self-Signed Root Certificate
⇐ makecert.exe - List of Command Extended Options
2016-06-27, 18590👍, 3💬
Popular Posts:
Certificate Summary: Subject: Certum CA Issuer: Certum CA Expiration: 2027-06-11 10:46:39 UTC Key Id...
Certificate summary - Owner: *.blackboard.com, Managed Hosting, Blackboard Inc, L=Washington, ST=Dis...
Certificate Summary: Subject: Baltimore CyberTrust Code Signing Root Issuer: Baltimore CyberTrust Co...
Certificate Summary: Subject: Google Internet Authority G2 Issuer: GeoTrust Global CA Expiration: 20...
Certificate Summary: Subject: CNNIC ROOT Issuer: CNNIC ROOT Expiration: 2027-04-16 07:09:14 UTC Key ...