You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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)
The text was updated successfully, but these errors were encountered:
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:
PortfolioPerformance-0.71.2-linux.gtk.x86_64.tar.gz
PortfolioPerformance-0.71.2-linux.gtk.x86_64.tar.gz.asc
gpg --verify PortfolioPerformance-0.71.2-linux.gtk.x86_64.tar.gz.asc PortfolioPerformance-0.71.2-linux.gtk.x86_64.tar.gz
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):
The text was updated successfully, but these errors were encountered: