Collections:
Other Resources:
"makecert.exe -r" - Create Self-Signed Root Certificate
How to create a self-signed root certificate using "makecert.exe"? I want to issue and sign certificate for others.
✍: FYIcenter.com
If you want to create a self-signed root certificate, you can use the "makecert.exe -r" option
as shown in this tutorial.
C:\fyicenter> "\Program Files\Microsoft Visual Studio 8\sdk\v2.0\bin\makecert.exe" -n "CN=FYIcenter Root CA" -r -ss TestStore Succeeded
The above command with the "-r" option generated a self-signed certificate that can be used as a root CA certificate to sign other certificates. The private key and certificate are all stored in the system certificate store called "TestStore".
You can verify the result in the certificate store using "certmgr.msc" tool:
⇒ "makecert.exe -in -eku" - Certificate to Secure Email
⇐ "makecert.exe -sv" - Create Private Key File
2012-08-13, ≈13🔥, 0💬
Popular Posts:
How to create my own certificate store file using "certmgr.exe" tool? You can your own certificate s...
Key Summary: Type: RSA 2048-Bit Public Key Identifier: 8A:74:7F:AF:85:CD:EE:95: CD:3D:9C:D0:E2:46:14:...
Certificate Summary: Subject: *.wikipedia.org Issuer: RapidSSL CA Expiration: 2016-07-19 06:17:12 UT...
Certificate summary - Owner: www.scientificamerican.c om,COMODO SSL, Domain Control Validated Issuer...
What commands are supported in Microsoft CertUtil? Here is a complete list of commands supported in ...