Is codesigning supposed to work from non-windows?
See original GitHub issueWhen I try to build the app from a non-windows machine (Ubuntu 15.10 in this case), I get the following error:
Error: Failed with exit code: 255
Output:
System.AggregateException: One or more errors occurred. ---> System.Exception: Failed to sign, command invoked was: '[path censored]/node_modules/electron-winstaller/vendor/signtool.exe sign /a /f "/[path censored]/build/codesigningcertificate.pfx" /p "[password censored]" [path truncated]/.local/share/SquirrelTemp/tempa/lib/net45/[filename censored].exe'
There’s also a long stacktrace not included for the sake of brevity.
Issue Analytics
- State:
- Created 8 years ago
- Reactions:2
- Comments:28 (22 by maintainers)
Top Results From Across the Web
What is Code Signing? How does Code Signing work?
Code Signing is a process where digital signatures are used to sign code, like executables and scripts. Learn how it works and its...
Read more >How Code Signing Works | What is a Code Signing Certificate?
Code signing does two things: it confirms who the author of the software is and proves that the code has not been altered...
Read more >Use code signing for added control and protection with WDAC
Code signing provides some important benefits to application security features like Windows Defender Application Control (WDAC).
Read more >Practical Windows Code and Driver Signing
If you have ever installed some software or drivers in Windows, you have probably seen a dialog telling you the name of the...
Read more >Code signing - Wikipedia
Code signing is the process of digitally signing executables and scripts to confirm the software author and guarantee that the code has not...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
cheeky bump
Also, thanks for working on this!