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:
committed by
Andrew Bui
parent
505b660a14
commit
ae6ffba02a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user