Skip to content

Commit

Permalink
Update sign.bat to use new IDRIX code signing certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
idrassi committed Dec 1, 2019
1 parent c64cd1e commit 47f4d8c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 29 deletions.
Binary file added src/DigiCert_High_Assurance_Code_Signing_CA.cer
Binary file not shown.
Binary file modified src/GlobalSign_SHA256_EV_CodeSigning_CA.cer
Binary file not shown.
27 changes: 0 additions & 27 deletions src/Thawt_CodeSigning_CA.crt

This file was deleted.

4 changes: 2 additions & 2 deletions src/sign.bat
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH=%PATH%;%WSDK81%\bin\x86

rem sign using SHA-1
signtool sign /v /a /n "IDRIX" /i Thawte /ac Thawt_CodeSigning_CA.crt /fd sha1 /t http://timestamp.verisign.com/scripts/timestamp.dll Release\VeraStatus.exe x64\Release\VeraStatus.exe
signtool sign /v /sha1 1FE67EF0455A9CC11433542FEC0A86DDD644B405 /ac DigiCert_High_Assurance_Code_Signing_CA.cer /fd sha1 /t http://timestamp.verisign.com/scripts/timestamp.dll Release\VeraStatus.exe x64\Release\VeraStatus.exe

rem sign using SHA-256
signtool sign /v /a /n "IDRIX SARL" /i GlobalSign /ac GlobalSign_SHA256_EV_CodeSigning_CA.cer /as /fd sha256 /tr http://timestamp.globalsign.com/?signature=sha2 /td SHA256 Release\VeraStatus.exe x64\Release\VeraStatus.exe
signtool sign /v /sha1 04141E4EA6D9343CEC994F6C099DC09BDD8937C9 /ac GlobalSign_SHA256_EV_CodeSigning_CA.cer /as /fd sha256 /tr http://timestamp.globalsign.com/?signature=sha2 /td SHA256 Release\VeraStatus.exe x64\Release\VeraStatus.exe

pause

0 comments on commit 47f4d8c

Please sign in to comment.