문제

I have created a JavaFX bundle on Windows7 OS and signed the .exe using signtool. The .exe is signed successfully but when verifying the .exe it is producing this error -

SignTool Error: WinVerifyTrust returned error: 0x800B010D Verifying: Application.exe The certification path terminates with the test root which is not trusted with the current policy settings.

I am using Application.p12 certificate.

How can I resolve this?

도움이 되었습니까?

해결책

I have tried using following command to verify -

signtool.exe verify /v /pa  Application.exe

This resolve verification error.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top