An open API service indexing awesome lists of open source software.

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

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._