Categories:
Android (13)
Apple Mac (29)
DH Keys (39)
DSA Keys (69)
EC Keys (563)
Firefox (31)
General (12)
Google Chrome (25)
Intermediate CA (152)
Java VM (33)
JDK Keytool (28)
Microsoft CertUtil (29)
Microsoft Edge (9)
Mozilla CertUtil (22)
OpenSSL (237)
Other (7)
Portecle (38)
Publishers (2687)
Revoked Certificates (30)
Root CA (89)
RSA Keys (2222)
Tools (46)
Tutorial (3)
What Is (22)
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, 12058👍, 0💬
Popular Posts:
Why am I getting the "MSVCR71.dll is missing" error when running the "certutil" command on my Window...
What should I do, I deleted cert8.db for Firefox by a mistake on my computer? You don't need to do a...
What is samltool Certificate Fingerprint Calculator? samltool Certificate Fingerprint Calculator is ...
Why I am getting the "my_ca.srl: No error" error when trying to sign a CSR with OpenSSL "x509" comma...
Certificate Summary: Subject: TC TrustCenter Universal CA I Issuer: TC TrustCenter Universal CA I Ex...