BUMP: any thoughts or suggestions?
Building my web application has been throwing the following errors:
- The command ""C:Program Files (x86)Windows Kits10in10.0.19041.0x64signtool.exe" sign /a /t http://timestamp.verisign.com/scripts/timestamp.dll "application.exe"" exited with code 1
- An error occurred while attempting to sign: application.exe
- The specified timestamp server either could not be reach or
Based on this post, I added different servers with something like
signtool sign /v /td sha256 /tr "http://timestamp.comodoca.com/rfc3161" /fd sha1 application.exe
but my build still references the Verisign URL even after running this signtool catdb /r http://timestamp.verisign.com/scripts/timestamp.dll
and signtool remove http://timestamp.verisign.com/scripts/timestamp.dll
Any ideas? Do I need to create a new certificate? Thanks in advance for help!
question from:
https://stackoverflow.com/questions/65602231/remove-url-from-signtool 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…