Categories:
DH Keys (39)
DSA Keys (69)
EC Keys (339)
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 (1969)
Revoked Certificates (30)
Root CA (87)
RSA Keys (1834)
Tools (47)
Tutorial (7)
What Is (21)
Windows (129)
Collections:
Other Resources:
makecert.exe - List of Command Extended Options
How to get a list of extended options supported by the "makecert.exe" command? I want to know more options to control how the test certificate should be created.
✍: FYIcenter.com
You can see a list of extended options supported by running "makecert.exe -!"
as shown in this tutorial.
C:\fyicenter> "\Program Files\Microsoft Visual Studio 8\sdk\v2.0\bin\makecert.exe" -! Usage: MakeCert [ basic|extended options] [outputCertificateFile] Extended Options -sc <file> Subject's certificate file -sv <pvkFile> Subject's PVK file; To be created if not present -ic <file> Issuer's certificate file -ik <keyName> Issuer's key container name -iv <pvkFile> Issuer's PVK file -is <store> Issuer's certificate store name. -ir <location> Issuer's certificate store location <CurrentUser|LocalMachine>. Default to 'CurrentUser' -in <name> Issuer's certificate common name.(eg: Fred Dews) -a <algorithm> The signature algorithm <md5|sha1>. Default to 'md5' -ip <provider> Issuer's CryptoAPI provider's name -iy <type> Issuer's CryptoAPI provider's type -sp <provider> Subject's CryptoAPI provider's name -sy <type> Subject's CryptoAPI provider's type -iky <keytype> Issuer key type <signature|exchange|<integer>>. -sky <keytype> Subject key type <signature|exchange|<integer>>. -l <link> Link to the policy information (such as a URL) -cy <certType> Certificate types <end|authority> -b <mm/dd/yyyy> Start of the validity period; default to now. -m <number> The number of months for the cert validity period -e <mm/dd/yyyy> End of validity period; defaults to 2039 -h <number> Max height of the tree below this cert -len <number> Generated Key Length (Bits) -r Create a self signed certificate -nscp Include netscape client auth extension -eku <oid[<,oid>]> Comma separated enhanced key usage OIDs -? Return a list of basic options -! Return a list of extended options
⇒ "makecert.exe -sv" - Create Private Key File
⇐ "makecert.exe -pe" - Export Private Key from Certificate Store
2012-08-10, 10117👍, 0💬
Popular Posts:
Certificate Summary: Subject: GTE CyberTrust Root 5 Issuer: GTE CyberTrust Root 5 Expiration: 2013-0...
Certificate Summary: Subject: Starfield Class 2 Certification Authority Issuer: Starfield Class 2 Ce...
Certificate summary - Owner: Go Daddy Class 2 Certification Authority, "The Go Daddy Group, Inc.", U...
How to create a test certificate for myself using the "makecert.exe" command? You can create a test ...
How to see more security related information on a Web page in Google Chrome? To see more security re...