docs: add Windows code signing review for open-source projects

This commit is contained in:
2026-03-24 15:14:03 +03:00
parent 01c8f71fee
commit 7b563c235e
2 changed files with 158 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
# Claude Code Facts
> Last updated: 2026-03-23
> Last updated: 2026-03-24
A collection of interesting and useful facts, tips, tools, and guides for working with Claude and Claude Code.
@@ -13,3 +13,7 @@ MCP servers, skills, and plugins that extend Claude Code — including Context7
### [CI/CD for Python Apps on Gitea](gitea-python-ci-cd.md)
Reusable reference for building CI pipelines, release automation, and installer packaging for Python apps on Gitea — covering lint/test workflows, cross-compiled Windows builds (embedded Python + NSIS), Linux tarballs, Docker images, and Gitea REST API release management.
### [Windows Code Signing for Open-Source Projects](windows-code-signing.md)
Review of code signing options for Windows executables — Azure Trusted Signing ($9.99/mo, immediate SmartScreen trust), SignPath.io (free but GitHub-only), SSL.com, Certum, and self-signed. Includes CI/CD integration examples for Gitea Actions.