【问题标题】:Remove URL from Signtool从 Signtool 中删除 URL
【发布时间】:2021-03-06 06:11:45
【问题描述】:

BUMP:有什么想法或建议吗?

构建我的 Web 应用程序时出现以下错误:

  • 命令 ""C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\signtool.exe" 符号 /a /t http://timestamp.verisign.com/scripts/timestamp.dll "application.exe"" 退出并带有代码1
  • 尝试签名时出错:application.exe
  • 无法访问指定的时间戳服务器或

基于这个post,我添加了不同的服务器,比如 signtool sign /v /td sha256 /tr "http://timestamp.comodoca.com/rfc3161" /fd sha1 application.exe

但即使在运行 signtool catdb /r http://timestamp.verisign.com/scripts/timestamp.dllsigntool remove http://timestamp.verisign.com/scripts/timestamp.dll 之后,我的构建仍然引用 Verisign URL

有什么想法吗?我需要创建新证书吗?提前感谢您的帮助!

【问题讨论】:

    标签: asp.net certificate signtool


    【解决方案1】:

    所以我终于找到了问题所在。有一个构建事件将此引用设置为 Verisign。找到并更新后,构建成功。

    这里的位置是在项目上右击

    希望这对其他人有所帮助。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2022-10-25
      • 2016-09-02
      • 2018-09-18
      • 2014-04-24
      • 2015-06-15
      • 2012-07-04
      • 2014-06-12
      • 1970-01-01
      相关资源
      最近更新 更多