X Tutup
Skip to content

Commit fe5acab

Browse files
Use new code-signing cert, SHA256 signatures
1 parent 5731a68 commit fe5acab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/ci-build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ export CI_OS="windows"
2424

2525
# sign (win)
2626
if [ "$CI_OS" = "windows" ]; then
27-
WIN_SIGN_KEY="Open Source Developer, Amos Wenger"
28-
WIN_SIGN_URL="http://timestamp.verisign.com/scripts/timstamp.dll"
27+
WIN_SIGN_KEY="itch corp."
28+
WIN_SIGN_URL="http://timestamp.comodoca.com/?td=sha256"
2929

30-
signtool.exe sign //v //s MY //n "$WIN_SIGN_KEY" //t "$WIN_SIGN_URL" elevate.exe
30+
signtool.exe sign //v //s MY //n "$WIN_SIGN_KEY" //fd sha256 //tr "$WIN_SIGN_URL" //td sha256 elevate.exe
3131
fi
3232

3333
# verify

0 commit comments

Comments
 (0)
X Tutup