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:
How to generate a new EC private key using OpenSSL "genpkey" command? If you need a new EC private k...
How to extract the public key from an RSA key file using OpenSSL "rsa" command? If you want to extra...
Where to find tutorials on using OpenSSL "genpkey" and "pkey" commands for RSA private keys? Here is...
Certificate Summary: Subject: GTS CA 1P5 Issuer: GTS Root R1 Expiration: 2027-09-30 00:00:42 UTC Key...
Certificate summary - Owner: Entrust Certification Authority - L1K, "(c) 2012 Entrust, Inc. - for au...