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, ≈14🔥, 0💬
Popular Posts:
Is there any example of server certificate failed to pass the validation of sslshopper SSL Checker? ...
Where to find tutorials on using OpenSSL "req" commands for certificate request and certificate gene...
Public Key Summary: Key Identifier: B1:3E:C3:69:03:F8:BF:47: 01:D4:98:26:1A:08:02:EF: 63:64:2B:C3Name...
How to generate a DER file with a configuration file using the OpenSSL "ans1parse" command? You can ...
Certificate Summary: Subject: DigiCert SHA2 Secure Server CA Issuer: DigiCert Global Root CA Expirat...