From 16797ca4d1b27c9ce886d5cb98134e01fcef3dae Mon Sep 17 00:00:00 2001 From: Richard Markiewicz Date: Mon, 4 Jan 2021 13:16:49 -0800 Subject: [PATCH] Update tlk.ps1 --- ci/tlk.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/tlk.ps1 b/ci/tlk.ps1 index ff5642451..5fff84f9b 100644 --- a/ci/tlk.ps1 +++ b/ci/tlk.ps1 @@ -259,7 +259,7 @@ class TlkRecipe if (Test-Path Env:SIGNTOOL_NAME) { $SignToolName = $Env:SIGNTOOL_NAME - $TimestampServer = 'http://timestamp.digicert.com?alg=sha256' + $TimestampServer = 'http://timestamp.globalsign.com/scripts/timstamp.dll' $SignToolArgs = @( 'sign', '/fd', 'SHA256', '/v', '/n', $SignToolName,