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

https://github.com/adasjusk/signtool

A Tool made for executables to sign them with good certificate.
https://github.com/adasjusk/signtool

cert certificate generator windows

Last synced: about 1 year ago
JSON representation

A Tool made for executables to sign them with good certificate.

Awesome Lists containing this project

README

          

# First Steps
1. Install [Visual Studio Community Edition](https://visualstudio.microsoft.com/downloads/)
2. During installation, select the ".NET desktop development" workload (you can add others later).
3. Finish installation.

# Use the Signing Tool to Create a Certificate
1. Launch the Signing Tool
2. Switch to the Create Certificate tab.
3. Press Create Certificate button
4. It will generate a .pfx file.

# Sign a .exe File Using the Tool
1. Go to the Sign Executable tab.
3. Click Browse… next find Executable and select the .exe file you want to sign.
4. Click Sign.
5. The Status box will confirm whether the signing succeeded.

📝 This certificate is self-signed and best used for testing or internal tools. For production, use a certificate from a trusted Certificate Authority (CA).

Thanks For Support
Release date: 2025-05-12

Made with Love ❤️