SignTool Error: A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider.

使用命令 signtool verify myfile.exe 验证完成数字签名的文件,SignTool报告以下错误:

SignTool Error: A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider.

请使用下面命令:

signtool verify /pa myfile.exe

Scroll to top