Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-28 | release: Update the Windows Codesigning certificate | Cory Fields | |
2018-06-14 | Add "export LC_ALL=C" to all shell scripts | practicalswift | |
2017-01-10 | release: add win detached sig creator and our cert chain | Cory Fields | |
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. |