Categories:
DH Keys (39)
DSA Keys (73)
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 (1872)
Revoked Certificates (30)
Root CA (87)
RSA Keys (2196)
Tools (47)
Tutorial (7)
What Is (21)
Windows (129)
Collections:
Other Resources:
"makecert.exe -in -eku" - Certificate for Server Authentication
How to create a new certificate to be used by some Web site for server authentication to support HTTPS protocol using "makecert.exe"?
✍: FYIcenter.com
If you want to create a new certificate for some Web site for server authentication,
you can use the "makecert.exe -is -in -eku" options
as shown in this tutorial.
C:\fyicenter> "\Program Files\Microsoft Visual Studio 8\sdk\v2.0\bin\makecert.exe" -n "CN=www.yourdomain.com" -is TestStore -in "FYIcenter Root CA" -ss TestStore -e "07/01/2022" -eku 1.3.6.1.5.5.7.3.1 -pe Succeeded
What the above command was doing:
You can verify the result in the certificate store using "certmgr.msc" tool:
⇒ Managing Certificates with Windows PowerShell
⇐ "makecert.exe -in -eku" - Certificate to Secure Email
2012-08-14, 16949👍, 0💬
Popular Posts:
Certificate Summary: Subject: Google Internet Authority G2 Issuer: GeoTrust Global CA Expiration: 20...
Certificate Summary: Subject: VeriSign Universal Root Certification Authority Issuer: VeriSign Unive...
How to decode a CSR (Certificate Signing Request) and view its content? To help you to decode a CSR ...
Certificate Summary: Subject: Entrust Certification Authority - L1K Issuer: Entrust Root Certificati...
How to delete a root CA (Certificate Authority) certificate from IE? I don't know this CA and don't ...