You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Azure Trusted Signing documentation for Windows builds (#187)
* Add Azure Trusted Signing documentation for Windows builds
- Document Azure Trusted Signing as the recommended Windows code signing method
- Add all required Azure environment variables with descriptions
- Note that credentials are automatically stripped for security
- Keep traditional certificate signing as an alternative option
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
* Update Azure Trusted Signing documentation with build output indicators
- Add information about identifying signing method from build output
- Include detailed descriptions for each Azure configuration value
- Change default endpoint example to East US (more common)
- Clarify the difference between certificate profile and account names
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
---------
Co-authored-by: Claude <[email protected]>
These credentials will be automatically stripped from your built application for security.
134
+
135
+
#### Traditional Certificate Signing
136
+
137
+
For traditional certificate-based signing, [see the Electron documentation](https://www.electronforge.io/guides/code-signing/code-signing-windows) for more details.
0 commit comments