How Can I Prevent Needing to Re-sign My Code Every 1 or 2 Years?

后端 未结 3 2013
北荒
北荒 2020-12-28 08:32

I was reading What happens when a code signing certificate expires - Stack Overflow and wondering about a more solid answer. The answer provided was more about setting up y

3条回答
  •  暖寄归人
    2020-12-28 09:20

    Time stamping is a free service -- it's really only a trusted provider verifying that you signed the file at a given time. Verisign's timestamp service is the standard one. The final example in the help for Set-AuthenticodeSignature demonstrates how to use it.

    Lee Holmes [MSFT] Windows PowerShell Development Microsoft Corporation

提交回复
热议问题