Merge branch 'new-cert'

* new-cert:
  rotate windows signing cert
This commit is contained in:
Alex Grintsvayg 2017-07-24 16:29:53 -04:00
commit 6f65ab1c70
3 changed files with 3 additions and 3 deletions

View file

@ -46,8 +46,8 @@ dir dist # verify that binary was built/named correctly
# sign binary
nuget install secure-file -ExcludeVersion
secure-file\tools\secure-file -decrypt build\lbry2.pfx.enc -secret "$env:pfx_key"
& ${env:SIGNTOOL_PATH} sign /f build\lbry2.pfx /p "$env:key_pass" /tr http://tsa.starfieldtech.com /td SHA256 /fd SHA256 dist\*.exe
secure-file\tools\secure-file -decrypt build\lbry3.pfx.enc -secret "$env:pfx_key"
& ${env:SIGNTOOL_PATH} sign /f build\lbry3.pfx /p "$env:key_pass" /tr http://tsa.starfieldtech.com /td SHA256 /fd SHA256 dist\*.exe
python build\upload_assets.py

Binary file not shown.

BIN
build/lbry3.pfx.enc Normal file

Binary file not shown.