Skip to content

Sign Windows release artifacts with Azure Artifact Signing - #284

Merged
mando merged 8 commits into
mainfrom
windows-artifact-signing
Jul 17, 2026
Merged

Sign Windows release artifacts with Azure Artifact Signing#284
mando merged 8 commits into
mainfrom
windows-artifact-signing

Conversation

@mando

@mando mando commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Summary

  • authenticate Windows release jobs to Azure with GitHub OIDC
  • sign staged Windows sidecars and NSIS installers with Azure Artifact Signing
  • verify Authenticode signatures and replace unsigned draft-release installers before publication
  • use the configured Artifact Signing values from repository secrets

Required GitHub configuration

Secrets:

  • AZURE_CLIENT_ID
  • AZURE_TENANT_ID
  • AZURE_SUBSCRIPTION_ID
  • AZURE_ARTIFACT_SIGNING_ENDPOINT
  • AZURE_ARTIFACT_SIGNING_ACCOUNT
  • AZURE_ARTIFACT_SIGNING_PROFILE

The Azure identity must have the Artifact Signing Certificate Profile Signer role and a GitHub OIDC federated credential.

Verification

  • YAML parsed successfully with Ruby YAML parser
  • Windows signing run failed because the workflow referenced vars.* while the configured values are repository secrets; that is corrected in the latest commit

@mando
mando force-pushed the windows-artifact-signing branch from a950717 to 9d65ed6 Compare July 17, 2026 15:11
@mando
mando merged commit 474c18c into main Jul 17, 2026
5 checks passed
@mando
mando deleted the windows-artifact-signing branch July 17, 2026 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant