Skip to content

Commit ff62de4

Browse files
LuschgySven Luschgy
and
Sven Luschgy
authored
added new cert hash (#413)
added new cert hash Co-authored-by: Sven Luschgy <[email protected]>
1 parent eff8f19 commit ff62de4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helper.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1618,8 +1618,8 @@ Function signWindows
16181618
Write-Host "Time: $((Get-Date).ToUniversalTime().ToString('yyyy-MM-ddTHH.mm.ssZ'))"
16191619
ForEach ($PACKAGE in $(Get-ChildItem -Filter ArangoDB3*.exe).FullName)
16201620
{
1621-
Write-Host "Sign: signtool.exe sign /fd sha1 /td sha1 /tr `"http://sha256timestamp.ws.symantec.com/sha256/timestamp`" `"$PACKAGE`""
1622-
proc -process signtool.exe -argument "sign /fd sha1 /td sha1 /tr `"http://sha256timestamp.ws.symantec.com/sha256/timestamp`" `"$PACKAGE`"" -logfile "$INNERWORKDIR\$($PACKAGE.Split('\')[-1])-sign.log" -priority "Normal"
1621+
Write-Host "Sign: signtool.exe sign /fd sha1 /td sha1 /sha1 D4F9266E06107CF3C29AA7E5635AD5F76018F6A3 /tr `"http://sha256timestamp.ws.symantec.com/sha256/timestamp`" `"$PACKAGE`""
1622+
proc -process signtool.exe -argument "sign /fd sha1 /td sha1 /sha1 D4F9266E06107CF3C29AA7E5635AD5F76018F6A3 /tr `"http://sha256timestamp.ws.symantec.com/sha256/timestamp`" `"$PACKAGE`"" -logfile "$INNERWORKDIR\$($PACKAGE.Split('\')[-1])-sign.log" -priority "Normal"
16231623
}
16241624
Pop-Location
16251625
}

0 commit comments

Comments
 (0)