Signtool error: No certificates were found that met all given criteria with a Windows Store App?

后端 未结 19 1693
忘掉有多难
忘掉有多难 2020-12-02 05:41

I\'m trying to sign a Windows 8 appx package with a pfx file I have. I\'m using a command like so:

signtool.exe sign /fd sha256 /f \"key.pfx\" \"app.appx\"
<         


        
19条回答
  •  天命终不由人
    2020-12-02 06:18

    In my case I have the wrong type of certificate that I am trying to associate.
    I had "Server Authentication" rather than "Code signing".
    You should be able to see this in Certificate snap in the Intended Purpose section.
    After that, it just work fine.

提交回复
热议问题