Categories:
DH Keys (39)
DSA Keys (71)
EC Keys (286)
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 (1799)
Revoked Certificates (30)
Root CA (87)
RSA Keys (2058)
Tools (47)
Tutorial (7)
What Is (21)
Windows (129)
Collections:
Other Resources:
"makecert.exe -in -eku" - Certificate to Secure Email
How to create a new certificate to be used by someone to secure emails using "makecert.exe"?
✍: FYIcenter.com
If you want to create a new certificate for someone else to secure emails,
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=john@yourdomain.com" -is TestStore -in "FYIcenter Root CA" -ss TestStore -e "07/01/2013" -eku 1.3.6.1.5.5.7.3.4 -pe Succeeded
What the above command was doing:
You can verify the result in the certificate store using "certmgr.msc" tool:
⇒ "makecert.exe -in -eku" - Certificate for Server Authentication
⇐ "makecert.exe -r" - Create Self-Signed Root Certificate
2012-08-13, 11088👍, 0💬
Popular Posts:
How to create a self-signed root certificate using "makecert.exe"? I want to issue and sign certific...
Certificate Summary: Subject: www.facebook.com Issuer: VeriSign, Inc., VeriSign International Server...
How to view the ASN.1 structure of an DH private key using the OpenSSL "asn1parse" command? You can ...
Can I sign my own CSR with a given serial number using the OpenSSL "req -x509" command? Yes, you can...
Certificate Summary: Subject: login.live.com Issuer: VeriSign Class 3 Extended Validation SSL CA Exp...