From 3605dca16bb734abfc74ae7d136cb8677e7df14d Mon Sep 17 00:00:00 2001 From: dylrich Date: Tue, 3 Dec 2024 16:25:11 +0000 Subject: [PATCH] DEVPROD-13200: Migrate to new Windows signing cert This commit updates the certificate we use to sign to our new one for the next three years. Ideally we would also update this to be parameterized, but given that there are a few projects that depend on this script, I think it's safer to make this update as-is now and decide on templating later. --- packages/signing-utils/src/garasign.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/signing-utils/src/garasign.sh b/packages/signing-utils/src/garasign.sh index 48265886..107390c8 100644 --- a/packages/signing-utils/src/garasign.sh +++ b/packages/signing-utils/src/garasign.sh @@ -57,7 +57,7 @@ jsign_sign() { -v $directory:$directory \ -w $directory \ ${ARTIFACTORY_HOST}/release-tools-container-registry-local/garasign-jsign \ - /bin/bash -c "jsign -t 'http://timestamp.digicert.com' -a 'mongo-authenticode-2021' '$file'" + /bin/bash -c "jsign -t 'http://timestamp.digicert.com' -a 'mongo-authenticode-2024' '$file'" } rpm_gpg_sign() {