Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: windows signing should include timestamps
Previously the build artifacts did not include a signed timestamp, so when the certificate expired the validation of the artifact would fail. Now we sign against a timestamp server such that the artifact will always be valid regardless of the disposition of the certificate. Closes nodejs#7360 and nodejs#7059.
- Loading branch information