From d1c2d06baebefda14fc1253b47a199435cb8baeb Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 12:44:37 -0400 Subject: [PATCH] docs: update Azure Trusted Signing availability (#48523) * docs: update Azure Trusted Signing availability Source: https://github.com/Azure/trusted-signing-action/issues/93#issuecomment-3383517386 Co-authored-by: Niklas Wenzel * docs: remove unused link Co-authored-by: Niklas Wenzel --------- Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Niklas Wenzel --- docs/tutorial/code-signing.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/tutorial/code-signing.md b/docs/tutorial/code-signing.md index d0eff31e5fe3..a51db39acf24 100644 --- a/docs/tutorial/code-signing.md +++ b/docs/tutorial/code-signing.md @@ -233,10 +233,10 @@ can find [its documentation here](https://www.electron.build/code-signing). [Azure Trusted Signing][] is Microsoft's modern cloud-based alternative to EV certificates. It is the cheapest option for code signing on Windows, and it gets rid of SmartScreen warnings. -As of May 2025, Azure Trusted Signing is [available][trusted-signing-availability] to US and -Canada-based organizations with 3+ years of verifiable business history. Microsoft is looking -to make the program more widely available. If you're reading this at a later point, it could -make sense to check if the eligibility criteria have changed. +As of October 2025, Azure Trusted Signing is available to US and Canada-based organizations +with 3+ years of verifiable business history and to individual developers in the US and Canada. +Microsoft is looking to make the program more widely available. If you're reading this at a +later point, it could make sense to check if the eligibility criteria have changed. #### Using Electron Forge @@ -267,6 +267,5 @@ See the [Windows Store Guide][]. [maker-squirrel]: https://www.electronforge.io/config/makers/squirrel.windows [maker-msi]: https://www.electronforge.io/config/makers/wix-msi [azure trusted signing]: https://azure.microsoft.com/en-us/products/trusted-signing -[trusted-signing-availability]: https://techcommunity.microsoft.com/blog/microsoft-security-blog/trusted-signing-public-preview-update/4399713 [forge-trusted-signing]: https://www.electronforge.io/guides/code-signing/code-signing-windows#using-azure-trusted-signing [builder-trusted-signing]: https://www.electron.build/code-signing-win#using-azure-trusted-signing-beta