diff options
Diffstat (limited to 'evergreen/garasign_jsign_sign.sh')
| -rw-r--r-- | evergreen/garasign_jsign_sign.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evergreen/garasign_jsign_sign.sh b/evergreen/garasign_jsign_sign.sh index 7a3737ecd7d..f150d398883 100644 --- a/evergreen/garasign_jsign_sign.sh +++ b/evergreen/garasign_jsign_sign.sh @@ -17,7 +17,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 |
