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

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

    When getting this error through Visual Studio it was because there was a signing certificate setup to match the computer it was originally developed on.

    You can check this by going to the project properties > signing tab and checking the certificate details.

    You can uncheck "Sign the ClickOnce manifests" to disable signing.

    Signing Properties

    If you don't want to turn this option off you will have to install the certificate.

提交回复
热议问题