Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Windows7 操作系统上创建了一个 JavaFX 包,并使用 signtool 对 .exe 进行了签名。.exe 已成功签名,但在验证 .exe 时会产生此错误 -
SignTool 错误:WinVerifyTrust 返回错误:0x800B010D 验证: Application.exe证书路径以当前策略设置不受信任的测试根目录终止。
我正在使用 Application.p12 证书。
我该如何解决这个问题?
我尝试使用以下命令来验证 -
signtool.exe verify /v /pa Application.exe
这解决了验证错误。