From ae6ffba02a09cb1fa0d973386cf605003b80e65e Mon Sep 17 00:00:00 2001 From: Dylan Richardson Date: Wed, 17 Dec 2025 19:05:47 -0600 Subject: [PATCH] Update authenticode key name (#45424) This commit adjusts our authenticode key name from an expired one to our current signing key --- evergreen/garasign_jsign_sign.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evergreen/garasign_jsign_sign.sh b/evergreen/garasign_jsign_sign.sh index 0869c790a07..0be00ee2368 100644 --- a/evergreen/garasign_jsign_sign.sh +++ b/evergreen/garasign_jsign_sign.sh @@ -14,7 +14,7 @@ cat << 'EOF' > jsign_signing_commands.sh function sign(){ if [ -e $1 ] then - jsign -a mongo-authenticode-2021 --replace --tsaurl http://timestamp.digicert.com -d SHA-256 $1 + jsign -a mongo-authenticode-2024 --replace --tsaurl http://timestamp.digicert.com -d SHA-256 $1 else echo "$1 does not exist. Skipping signing" fi