question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Is codesigning supposed to work from non-windows?

See original GitHub issue

When 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:open
  • Created 8 years ago
  • Reactions:2
  • Comments:28 (22 by maintainers)

github_iconTop GitHub Comments

6reactions
mavrickcommented, Mar 28, 2017

cheeky bump

5reactions
ferosscommented, Apr 14, 2016

Also, thanks for working on this!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found