SERVER-98062: update the authenticode key alias to mongo-authenticode-2024 (#30142)
GitOrigin-RevId: 0f302a902021e4f9811b55a9a831e197cf48742a
This commit is contained in:
parent
c48f1b89ec
commit
a9f5222041
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user