-
Notifications
You must be signed in to change notification settings - Fork 747
Open
Labels
Description
Describe the bug
PP publishes a binary archive and a signature file (.asc) for each platform. One is supposed to verify the integrity of the binary using the asc file, but the location of the GPG public key is unknown. Please publish the GPG public key location in the readme file.
To Reproduce
Steps to reproduce the behavior:
- download
PortfolioPerformance-0.71.2-linux.gtk.x86_64.tar.gz - download
PortfolioPerformance-0.71.2-linux.gtk.x86_64.tar.gz.asc - in terminal:
gpg --verify PortfolioPerformance-0.71.2-linux.gtk.x86_64.tar.gz.asc PortfolioPerformance-0.71.2-linux.gtk.x86_64.tar.gz - output from above:
gpg: Signature made Thu 03 Oct 2024 03:52:29 PM EDT
gpg: using RSA key E46E6F8FF02E4C83569084589239277F560C95AC
gpg: Can't check signature: No public key
Expected behavior
Somebody should publish the location of the GPG public key (preferably in the readme file) so users can import that public key.
Desktop (please complete the following information):
- OS: Debian GNU/Linux 12 (bookworm)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
In Progress