{"id":26104511,"url":"https://github.com/jo-tools/ats-codesign","last_synced_at":"2025-03-09T21:01:54.602Z","repository":{"id":281415108,"uuid":"942858935","full_name":"jo-tools/ats-codesign","owner":"jo-tools","description":"Azure Trusted Signing | Docker","archived":false,"fork":false,"pushed_at":"2025-03-08T22:52:20.000Z","size":11769,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-08T23:25:26.717Z","etag":null,"topics":["azure","codesigning","docker","jsign","xojo"],"latest_commit_sha":null,"homepage":"https://www.jo-tools.ch","language":"Xojo","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jo-tools.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":["https://paypal.me/jotools"]}},"created_at":"2025-03-04T19:42:14.000Z","updated_at":"2025-03-08T22:52:23.000Z","dependencies_parsed_at":"2025-03-08T23:35:30.056Z","dependency_job_id":null,"html_url":"https://github.com/jo-tools/ats-codesign","commit_stats":null,"previous_names":["jo-tools/ats-codesign"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jo-tools%2Fats-codesign","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jo-tools%2Fats-codesign/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jo-tools%2Fats-codesign/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jo-tools%2Fats-codesign/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jo-tools","download_url":"https://codeload.github.com/jo-tools/ats-codesign/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242750785,"owners_count":20179257,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azure","codesigning","docker","jsign","xojo"],"created_at":"2025-03-09T21:01:38.270Z","updated_at":"2025-03-09T21:01:54.559Z","avatar_url":"https://github.com/jo-tools.png","language":"Xojo","readme":"# ATS CodeSign | Docker\nAzure Trusted Signing | Docker | jsign\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)\n\n## Description\nAre you distributing Windows Software outside of the Microsoft Store? For your users best experience and confidence, your applications should be codesigned.\n\nThis example shows how to codesign using [Azure Trusted Signing](https://azure.microsoft.com/en-us/products/trusted-signing).  \nCodesigning is using [jsign](https://github.com/ebourg/jsign) in a Docker Container [`jotools/ats-codesign`](https://hub.docker.com/r/jotools/ats-codesign). This allows codesigning to be performed on a host machine running on either Windows, macOS or Linux.\n\n#### Requirements\n\n- Set up [Azure Trusted Signing](https://azure.microsoft.com/en-us/products/trusted-signing)  \n  To [get you started]((https://learn.microsoft.com/en-us/azure/trusted-signing/quickstart)) have a look at the included [docs](./docs/).  \n  You'll find some useful links and archived Web content there.\n- Have [Docker](https://www.docker.com/products/docker-desktop/) up and running\n\n### ATS CodeSign | Docker Image `jotools/ats-codesign`\n\nWhile the included example project is written with [Xojo](https://www.xojo.com/) you can use this approach with any other development environment.\n\nPlease refer to the [Documentation](./dockerimage/) for the provided [Docker Image `jotools/ats-codesign`](./dockerimage/). It includes information about how to set it all up, along with a codesigning example.\n\n### Xojo Example Project\n\nThis repository includes a Xojo Example Project `ATS CodeSign Docker.xojo_project` which\n- uses a Post Build Script `AzureTrustedSigning` to codesign the Windows builds using [Azure Trusted Signing](https://azure.microsoft.com/en-us/products/trusted-signing)\n- uses a Docker Container ([jotools/ats-codesign](https://hub.docker.com/r/jotools/ats-codesign)) to perform the codesigning using [jsign](https://github.com/ebourg/jsign)\n\nThis allows the Windows application to be built and codesigned with the Xojo IDE running on all Windows, macOS or Linux.\n\n### ScreenShots\n\nXojo Example Project: ATS CodeSign | Docker  \n![ScreenShot: Xojo Example Project: ATS CodeSign | Docker](screenshots/xojo-example-project.png?raw=true)\n\nCode Signature *(Codesigned with Xojo IDE running on macOS)*\n![ScreenShot: Code Signature - Codesigned with Xojo IDE running on macOS](screenshots/code-signature.png?raw=true)\n\n\n## Xojo\n### Requirements\n[Xojo](https://www.xojo.com/) is a rapid application development for Desktop, Web, Mobile \u0026 Raspberry Pi.  \n\nThe Desktop application Xojo example project `ATS CodeSign Docker.xojo_project` and its Post Build Script is using:\n- Xojo 2024r4.2\n- API 2\n\n### How to use in your own Xojo project?\n1. Create a Post Build Script in your project and copy-and-paste the example Post Build Script `AzureTrustedSigning` provided in `ATS CodeSign Docker.xojo_project`\n3. Make sure this Post Build Script runs after the Step 'Windows: Build'\n4. Read the comments in the provided Post Build Script, modify it according to your needs  \n   The default settings are:\n   - use the Docker Container [`jotools/ats-codesign`](https://hub.docker.com/r/jotools/ats-codesign)\n     - *you might want to build your own Docker Container and use that one instead*\n   - Codesign Final and Beta Builds\n     - *no Codesigning for Alpha- and Development Builds*\n   - Codesign all `.exe` and `.dll` files for Final Builds\n     - *Codesign just all `.exe`, but not the `.dll` files for Beta/Alpha/Development Builds*\n\n\n## About\nJuerg Otter is a long term user of Xojo and working for [CM Informatik AG](https://cmiag.ch/). Their Application [CMI LehrerOffice](https://cmi-bildung.ch/) is a Xojo Design Award Winner 2018. In his leisure time Juerg provides some [bits and pieces for Xojo Developers](https://www.jo-tools.ch/).\n\n\n### Contact\n[![E-Mail](https://img.shields.io/static/v1?style=social\u0026label=E-Mail\u0026message=xojo@jo-tools.ch)](mailto:xojo@jo-tools.ch)\n\u0026emsp;\u0026emsp;\n[![Follow on Facebook](https://img.shields.io/static/v1?style=social\u0026logo=facebook\u0026label=Facebook\u0026message=juerg.otter)](https://www.facebook.com/juerg.otter)\n\u0026emsp;\u0026emsp;\n[![Follow on Twitter](https://img.shields.io/twitter/follow/juergotter?style=social)](https://twitter.com/juergotter)\n\n### Donation\nDo you like this project? Does it help you? Has it saved you time and money?  \nYou're welcome - it's free... If you want to say thanks I'd appreciate a [message](mailto:xojo@jo-tools.ch) or a small [donation via PayPal](https://paypal.me/jotools).  \n\n[![PayPal Dontation to jotools](https://img.shields.io/static/v1?style=social\u0026logo=paypal\u0026label=PayPal\u0026message=jotools)](https://paypal.me/jotools)\n","funding_links":["https://paypal.me/jotools"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjo-tools%2Fats-codesign","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjo-tools%2Fats-codesign","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjo-tools%2Fats-codesign/lists"}