SignTool Error: An unexpected internal error has occurred. Error information: "Error: SignerSign() failed." (-2146869243/0x80096005)
signtool.exe sign /as /f "%pfxfilesource%" /p "%pfxpasswd%" /tr "http://timestamp.digicert.com/" /fd sha256 "%path%"
修改参数后解决,感谢评论指点。
signtool.exe sign /f "%pfxfilesource%" /p "%pfxpasswd%" /tr "http://timestamp.digicert.com/" /td sha256 /fd sha256 "%path%"
不知道是微软修改了还是时间戳服务器改了什么,记录一下,有相关错误的同学可以试试。
可以阅读微软文档 https://learn.microsoft.com/zh-cn/dotnet/framework/tools/signtool-exe
转载请注明:果果.IT » signtool签名出现”Error: SignerSign() failed.” (-2146869243/0x80096005)错误