Skip to content

Commit

Permalink
fix(signing-utils): migrate to new Windows signing cert DEVPROD-13200 (
Browse files Browse the repository at this point in the history
…#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.
  • Loading branch information
drichmdb authored Dec 6, 2024
1 parent 0e80c2c commit 527a501
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 527a501

Please sign in to comment.