Categories:
DH Keys (39)
DSA Keys (71)
EC Keys (281)
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 (1785)
Revoked Certificates (30)
Root CA (87)
RSA Keys (2026)
Tools (47)
Tutorial (7)
What Is (21)
Windows (129)
Collections:
Other Resources:
What Is "makecert.exe" on Windows
What is "makecert.exe" on Windows?
✍: FYIcenter.com
"makecert.exe" is a Certificate Creation tool on Windows systems
that allows you to generate X.509 certificates for testing purposes only.
"makecert.exe" creates a public and private key pair for digital signatures and stores it in a certificate file. This tool also associates the key pair with a specified publisher's name and creates an X.509 certificate that binds a user-specified name to the public part of the key pair.
The "makecert.exe" tool is automatically installed with Visual Studio and with the Windows SDK.
If you have a Windows 7 system with Visual Studio 8 installed, "makecert.exe" is located at:
"\Program Files\Microsoft Visual Studio 8\sdk\v2.0\bin\makecert.exe"
For more information, see Certificate Generation Tool "makecert.exe" on Windows.
⇒ What Is "OpenSSL" on Windows
⇐ What Is "certmgr.exe" on Windows
2016-09-30, 1492👍, 0💬
Popular Posts:
Certificate Summary: Subject: VeriSign Class 3 Extended Validation SSL CA Issuer: VeriSign Class 3 P...
Certificate Summary: Subject: VeriSign Universal Root Certification Authority Issuer: VeriSign Unive...
What is a JKS file? I heard that it is used to provide CA certificates to Java applications. A JKS (...
Renewing a certificate with the same key provides maximum compatibility with past uses of the accomp...
How to print out MD5 and SHA-1 fingerprints of a certificate using OpenSSL "x509" command? I need to...