Skip to content

Commit 527a501

Browse files
authored
fix(signing-utils): migrate to new Windows signing cert DEVPROD-13200 (#493)
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.
1 parent 0e80c2c commit 527a501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/signing-utils/src/garasign.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jsign_sign() {
5757
-v $directory:$directory \
5858
-w $directory \
5959
${ARTIFACTORY_HOST}/release-tools-container-registry-local/garasign-jsign \
60-
/bin/bash -c "jsign -t 'http://timestamp.digicert.com' -a 'mongo-authenticode-2021' '$file'"
60+
/bin/bash -c "jsign -t 'http://timestamp.digicert.com' -a 'mongo-authenticode-2024' '$file'"
6161
}
6262

6363
rpm_gpg_sign() {

0 commit comments

Comments
 (0)