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

后端 未结 19 1653
忘掉有多难
忘掉有多难 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:16

    I had a similar problem my computer name had change and the certificate had expired. I was able to resolve this issue by creating a new test certificate.

    In Visual Studio, right click on project in solution explorer. Select properties. Select Signing in properties window. Click "Create Test Certificate....". Enter password information for test certificate and click ok.

提交回复
热议问题