Closed alexknop closed 9 months ago
I got the same issue on my system, too. Also Fedora 39, certificate is expired!
Same issue for me, on Nobara 39 (fork of Fedora 39)
We apologize for the inconvenience, we had to update our installer keys. You will need to remove the old key from your system before you install the rpm.
Run this snippet to list the available keys:
rpm -q gpg-pubkey --qf '%{NAME}-%{VERSION}-%{RELEASE}\t%{SUMMARY}\n'
Which should produce something such as:
gpg-pubkey-18b8e74c-62f2920f Fedora (39) <fedora-39-primary@fedoraproject.org> public key
gpg-pubkey-xxxxxxxx-xxxxxxx Proton Technologies AG (ProtonMail Bridge developers) <bridge@protonmail.ch> public key
Now run the following command to remove the key:
sudo rpm -e gpg-pubkey-xxxxxxxx-xxxxxxx
Confirm the key has been removed by running the list command again and you should now be able to install the RPM file.
Yes, that worked. Thank you
Issue tracker is ONLY used for reporting bugs with technical details. "It doesn't work" or new features should be discussed with our customer support. Please use bug report function in Bridge or contact bridge@protonmail.ch.
Expected Behavior
Install should succeed
Current Behavior
Possible Solution
Steps to Reproduce
Install rpm file on a RedHat distro
Version Information
3.8.2
Context (Environment)
Fedora 39
Detailed Description
Possible Implementation