Update authenticode key name (#45424)

This commit adjusts our authenticode key name from an expired one to our current signing key
This commit is contained in:
Dylan Richardson
2025-12-17 19:05:47 -06:00
committed by Andrew Bui
parent 2efece39cc
commit 1ae4c9990d

View File

@@ -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