https://github.com/jeayne/self-signing_code
A step by step description of how to self-sign your code on Windows
https://github.com/jeayne/self-signing_code
certificate-authority documentation open-ssl self-signed-certificate signing-code sigtool ssl-certificates
Last synced: 3 months ago
JSON representation
A step by step description of how to self-sign your code on Windows
- Host: GitHub
- URL: https://github.com/jeayne/self-signing_code
- Owner: JEAYNE
- License: other
- Created: 2025-10-01T20:07:59.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-10-16T10:19:25.000Z (3 months ago)
- Last Synced: 2025-10-16T10:27:32.774Z (3 months ago)
- Topics: certificate-authority, documentation, open-ssl, self-signed-certificate, signing-code, sigtool, ssl-certificates
- Homepage: https://jea.yne.fr/Self-Signing_Code/
- Size: 633 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.cc_by-nc-sa_4
Awesome Lists containing this project
README
# Self-Signing Code
This repository contains:
- The documentation explaining, step by step, how to [sign your code yourself](https://jeayne.github.io/Self-Signing_Code/) on Windows (for free)
- Five simple Windows [scripts](https://github.com/JEAYNE/Self-Signing_Code/tree/main/demo) `(.bat)` that do what is described in the documentation.
At the end, you get the `HelloWord.exe` programme signed with your certificate validated by your own private Certification Authority (CA).
_The documentation is licensed under the Creative Common BY-NC-SA 4.0 license.
The scripts are licenced under the GPL-3.0 licence._