开发者

Syntax error for makecert.exe tool

Did I missed anything during this?

I am running a this command from command prompt in Windows 7 to create a certificate but it is showing a syntax error.

Command I ran:
makecert.exe "c:\1\T开发者_StackOverflow中文版est.cer" -a sha1 -n "CN=AppGuid" -sr LocalMachine -ss My -sky signature -pe -len 2048  

Output I got:
Usage: MakeCert [ basic|extended options] [outputCertificateFile]
Basic Options 
-sk
-ss
-sr
.
.
.

Did I missed anything during this?


Well, as you can see from the format it says MakeCert [basic] [output file].

The last item in your command is not the output file, so theres one thing wrong. As for the rest, I would assume that "C:\1\test.cer" is not an option, so that is probably wrong too.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜