-
-
Notifications
You must be signed in to change notification settings - Fork 523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Azure Trusted signing #3767
Implement Azure Trusted signing #3767
Comments
Signing is done by https://github.com/electron/windows-sign. If it doesn't support Azure Trusted Signing out of the box, you might use one of the following to make it work:
It might also make sense to open an issue in that repo. |
Also wanted to add this helpful tutorial that I stumbled across. I just used it to create a Trusted Signing account. It saved me hours. Here's the section on signing executables using |
It took a lot of fiddling, but after 10+ hours, I got it to work. Documented in this PR: electron-forge/electron-forge-docs#210 |
Pre-flight checklist
Problem description
Microsoft introduced their own code signing platform in Azure, which simplifies the whole process and saves Win developers a ton of money.
It would be nice to have support for this in Forge. It has already been implemented in Electron builder (issue).
I don't think we can do use it in the existing forge pipeline, but correct me if I'm wrong.
Proposed solution
A trusted signing plugin, that would plug the signing logic into build and packaging steps.
Alternatives considered
A cookbook how to use Trusted signing with Forge manually.
Additional information
No response
The text was updated successfully, but these errors were encountered: