Skip to content

Commit

Permalink
DEVPROD-13200: Migrate to new Windows signing cert
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
drichmdb committed Dec 3, 2024
1 parent d9db8b5 commit 3605dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/signing-utils/src/garasign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 3605dca

Please sign in to comment.