Create Your Own Test Certificate, code signing certificate!https://msdn.microsoft.com/en-us/library/ff699202.aspx! CryptCertStrToNameW failed => 0x80092023 (-2146885597) makecert.exe /b 01/01/2014 /e 01/01/2114 /len 512 /pe /r /n "CN=BestSoftware" /sr localMachine Test_Cert.cer https://stackoverflow.com/questions/9506671/why-do-i-keep-getting-a-failed-when-trying-to-make-a-cer-for-testing F:\cert>makecert.exe /?
Usage: MakeCert [ basic|extended options] [outputCertificateFile]
Basic Options
-sk Subject's key container name; To be created if not present
-pe Mark generated private key as exportable
-ss Subject's certificate store name that stores the output
certificate
-sr Subject's certificate store location.
<currentuser|localmachine>. Default to 'CurrentUser'
-# Serial Number from 1 to 2^31-1. Default to be unique
-$ The signing authority of the certificate
<individual|commercial>
-n Certificate subject X500 name (eg: CN=Fred Dews)
-? Return a list of basic options
-! Return a list of extended options
F:\cert>pvk2pfx.exe /?
Usage:
pvk2pfx -pvk [-pi] -spc
[-pfx [-po] [-f]]
-pvk - input PVK file name.
-spc - input SPC file name.
-pfx - output PFX file name.
-pi - PVK password.
-po - PFX password; same as -pi if not given.
-f - force overwrite existing PFX file.
if -pfx option is not given, an export wizard will pop up. in
this case, options -po and -f are ignored.
F:\cert>
FAQ 18: Updated on: 4 September 2023 09:58 |
