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.
- Host: GitHub
- URL: https://github.com/adasjusk/signtool
- Owner: adasjusk
- Created: 2025-05-12T17:27:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-12T17:44:11.000Z (about 1 year ago)
- Last Synced: 2025-05-23T23:57:36.605Z (about 1 year ago)
- Topics: cert, certificate, generator, windows
- Language: PowerShell
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ❤️