Categories:
Android (13)
Apple Mac (27)
DH Keys (39)
DSA Keys (70)
EC Keys (982)
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 (3315)
Revoked Certificates (16)
Root CA (85)
RSA Keys (2663)
Tools (46)
Tutorial (1)
What Is (22)
Windows (127)
Collections:
Other Resources:
"makecert.exe -r" - Create Self-Signed Root Certificate
How to create a self-signed root certificate using "makecert.exe"? I want to issue and sign certificate for others.
✍: FYIcenter.com
If you want to create a self-signed root certificate, you can use the "makecert.exe -r" option
as shown in this tutorial.
C:\fyicenter> "\Program Files\Microsoft Visual Studio 8\sdk\v2.0\bin\makecert.exe" -n "CN=FYIcenter Root CA" -r -ss TestStore Succeeded
The above command with the "-r" option generated a self-signed certificate that can be used as a root CA certificate to sign other certificates. The private key and certificate are all stored in the system certificate store called "TestStore".
You can verify the result in the certificate store using "certmgr.msc" tool:
⇒ "makecert.exe -in -eku" - Certificate to Secure Email
⇐ "makecert.exe -sv" - Create Private Key File
2012-08-13, 12348👍, 0💬
Popular Posts:
Certificate Summary: Subject: Yandex Mail Service Issuer: YandexExternalCA Expiration: 2014-01-17 15...
Certificate Summary: Subject: GeoTrust Primary Certification Authority - G3 Issuer: GeoTrust Primary...
How to download the certificate from a root CA? I need to the root CA certificate to close the certi...
How to print CSR information in text format using OpenSSL "req -text" command? If you want to see co...
Certificate summary - Owner: DigiCert SHA2 High Assurance Server CA, www.digicert.com, DigiCert Inc,...