release: add win detached sig creator and our cert chain
commit00683615df22c24b219b35f518feef792258b862
authorCory Fields <cory-nospam-@coryfields.com>
Tue, 10 Jan 2017 20:21:25 +0000 (10 15:21 -0500)
committerCory Fields <cory-nospam-@coryfields.com>
Tue, 10 Jan 2017 23:58:09 +0000 (10 18:58 -0500)
tree4c10c832afc60233bbfce26c26c0b6bbea5bd2e5
parent5bc3b6cede8dabdf3f4f27ddb03723cbb7cde51a
release: add win detached sig creator and our cert chain

To ensure that this is the correct chain, it is pulled from a previous release
binary.

Procedure:
$ osslsigncode extract-signature -pem -in bitcoin-0.13.2-win32-setup.exe \
    -out bitcoin-0.13.2-win32-setup.exe.pem
$ openssl pkcs7 -print_certs -in bitcoin-0.13.2-win32-setup.exe.pem \
    -out win-codesign.cert

Hand-edit to remove comments, as well as the timestamp cert.
contrib/windeploy/detached-sig-create.sh [new file with mode: 0755]
contrib/windeploy/win-codesign.cert [new file with mode: 0644]