Open drjasonharrison opened 7 years ago
Possible solution:
It appears that squirrel/squirrel-windows has had a few pull requests to support external code signing tools other than the bundled signtool.exe. None of them have been merged.
Another option is replacing the signtool.exe in node-modules/electron-winstaller/vendor with a different version, here a small tool that calls osslsigncode:
Do you use electron-builder or electron-packager?
electron-packager, final answer
in #109 @paulcbetts wrote: "It signs all of your executables and update.exe, then signs the outer MSI/EXE"
Is it possible to sign the executables with a different tool? We have an enterprise application signing tool that keeps certificates off of our development machines.
I am writing code to
Unfortunately, update.exe is not available in any of these steps.
A separate issue that the
resources/*.asar
files are not signed. This leaves a potential attack vector open. https://github.com/electron-userland/electron-packager/issues/656