diff --git a/evergreen/garasign_jsign_sign.sh b/evergreen/garasign_jsign_sign.sh index 0869c790a07..0be00ee2368 100644 --- a/evergreen/garasign_jsign_sign.sh +++ b/evergreen/garasign_jsign_sign.sh @@ -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