kevinsawicki / signcode

Codesign Windows executables from a Mac
42 stars 25 forks source link

Change signing server URL #12

Open friksa opened 3 years ago

friksa commented 3 years ago

Update signing URL from "http://timestamp.verisign.com/scripts/timstamp.dll" to "http://timestamp.digicert.com" as it will fix signing and is less work than making it configurable.

alexd-shuttle commented 3 years ago

@friksa thanks to the updated signing URL I was able to fix it in a PR.

Hopefully it will get merged, for now you can use the PR instead.

Add PR dependency with yarn: yarn add kevinsawicki/signcode#13/head

Add PR dependency with npm: npm install kevinsawicki/signcode#pull/13/head