如何创建时间戳 url 或者在哪里可以找到 MSIX 应用程序包的免费时间戳 url

Tra*_*hou 8 deployment code-signing visual-studio msix

当我对应用程序包进行自签名时,Visual Studio 只允许我创建有效期为一年的安全证书。如何创建时间戳 url 或者在哪里可以找到免费的时间戳 url 以确保即使在使用的签名证书已过期后也可以安装 MSIX 包? 在此输入图像描述

更新:

我尝试了很多网上可以找到的网址,其中大多数都给了我错误:

SignTool 错误:无法到达指定的时间戳服务器或返回无效响应。

最后我找到了一个(http://timestamp.comodoca.com),可以从这篇文章中使用https://support.comodo.com/index.php?/Knowledgebase/Article/View/68/0/time-stamping-server

Bog*_*che 8

尝试其中之一,我们几个月前检查过它们并且全部有效:

http://timestamp.digicert.com
http://timestamp.comodoca.com
http://timestamp.globalsign.com
http://tsa.starfieldtech.com
http://timestamp.entrust.net/TSS/RFC3161sha2TS
http ://sha256timestamp.ws.symantec.com/sha256/timestamp
http://tsa.swisssign.net

  • 我尝试了所有这些,但都遇到了相同的错误。SignTool 错误:无法到达指定的时间戳服务器或返回无效响应。 (3认同)