Categories:
Android (13)
Apple Mac (27)
DH Keys (39)
DSA Keys (70)
EC Keys (976)
Firefox (30)
General (10)
Google Chrome (25)
Intermediate CA (152)
Java VM (29)
JDK Keytool (28)
Microsoft CertUtil (29)
Microsoft Edge (9)
Mozilla CertUtil (21)
OpenSSL (236)
Other (7)
Portecle (38)
Publishers (3305)
Revoked Certificates (16)
Root CA (85)
RSA Keys (2647)
Tools (46)
Tutorial (1)
What Is (22)
Windows (127)
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, 20184👍, 3💬
Popular Posts:
How to view details of a certificate displayed in by the Microsoft "certutil -viewstore" command? Wh...
Certificate summary - Owner: ssl.cdngc.net, CDNetworks Inc., L=San Jose, ST=California, US Issuer: D...
What can I use OpenSSL "pkey" command for? What are options supported by the "pkey" command? OpenSSL...
How to download OpenSSL for Windows? I heard that OpenSSL is a nice free tool to manage keys and cer...
Certificate Summary: Subject: Class 2 Public Primary Certification Authority - G2, (c) ... Issuer: C...