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 the EXE files for trust #18028

Open
hichemfantar opened this issue Nov 17, 2022 · 6 comments
Open

Sign the EXE files for trust #18028

hichemfantar opened this issue Nov 17, 2022 · 6 comments

Comments

@hichemfantar
Copy link

Suggestion

Installer EXE files should be properly signed for better trust of the packages on the website.

Use case

Guarantee that the distributed binaries are generated by a trusted party.

Extra info/examples/attachments

The proper instructions are available here.

@stalkerok
Copy link
Contributor

#18022 (comment)

qBittorrent's installer/EXE is not signed. I think that's a requirement. It is extremely expensive and tedious to do so. (last time I checked)

@Balls0fSteel
Copy link

Ugh this has been mentioned so many times. Let me just find a few existing tickets about it. I even mentioned why it's not signed. It's not trivial, it's expensive to do so (you need a software cert) and it's a tedious process.

@Balls0fSteel
Copy link

#1376

I mentioned a few prices and links in there back then.

@c0bw3b
Copy link

c0bw3b commented Feb 19, 2023

Code signing is indeed becoming more and more important for trust in binary distribution, especially for software installed system-wide with elevated privileges.

Cost was an issue for FLOSS software but things have changed since 2014. There is now initiatives to provide code signing to open source project for free, such as SignPath:

Vim or Transmission installers are signed this way.

@soredake
Copy link

MSIX packages can be signed for free when published to microsoft store for example https://www.advancedinstaller.com/msix-digital-signing.html

@luzpaz
Copy link
Contributor

luzpaz commented May 14, 2023

Close this as a dupe

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

7 participants