Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sign Windows installer and app executable using a certificate #114

Open
oxy86 opened this issue Dec 28, 2020 · 0 comments
Open

Sign Windows installer and app executable using a certificate #114

oxy86 opened this issue Dec 28, 2020 · 0 comments
Assignees

Comments

@oxy86
Copy link
Member

oxy86 commented Dec 28, 2020

Currently, our Windows installer and executables are unsigned which means that before starting the installation Windows shows the user the following message:
Screenshot 2020-12-29 010816

To solve this we need (to buy *) a valid certificate to sign our executables and installer.

Once you have the certificate, you can sign any exe with:

signtool.exe sign /t http://timestamp.digicert.com /f yourCertFile.pfx app.exe

And then verify the signature with:

signtool.exe verify /pa /v app.exe

The signtool.exe is part of Windows SDK, which you can get from Microsoft, free of charge.

Inno Setup seems to support a SignTool method (https://jrsoftware.org/ishelp/index.php?topic=scriptcreating)

@oxy86 oxy86 self-assigned this Dec 28, 2020
oxy86 added a commit that referenced this issue Jun 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant