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

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

    With /debug, when you get this message "After Private Key filter, 0 certs were left.", one reason could be that the pfx file doesn't have the private key. When you export the installed certificate to pfx file ensure to enable the check box to also include the private key.

提交回复
热议问题