desktop icon indicating copy to clipboard operation
desktop copied to clipboard

Installation on debian derivatives: gpg: no valid OpenPGP data found.

Open eode opened this issue 11 months ago • 1 comments

Operating System/Distribution

POPos (and probably other debian derivatives)

Installer

I'm using @shiftkey from the readme:

wget -qO - https://apt.packages.shiftkey.dev/gpg.key | gpg --dearmor | sudo tee /usr/share/keyrings/shiftkey-packages.gpg > /dev/null
sudo sh -c 'echo "deb [arch=amd64 signed-by=/usr/share/keyrings/shiftkey-packages.gpg] https://apt.packages.shiftkey.dev/ubuntu/ any main" > /etc/apt/sources.list.d/shiftkey-packages.list'

What happened?

$ wget -qO - https://apt.packages.shiftkey.dev/gpg.key | gpg --dearmor | sudo tee /usr/share/keyrings/shiftkey-packages.gpg > /dev/null
gpg: no valid OpenPGP data found.

Then, because the key isn't installed or isn't valid, an apt-update gives:

W: Failed to fetch https://apt.packages.shiftkey.dev/ubuntu/dists/any/InRelease  Certificate verification failed: The certificate is NOT trusted. The name in the certificate does not match the expected.  Could not handshake: Error in the certificate verification. [IP: 13.107.246.67 443]
W: Some index files failed to download. They have been ignored, or old ones used instead.

This does not occur with the @mwt instructions.

eode avatar Mar 05 '25 18:03 eode

This is the same again as #1216 #1214 #1211 #1164 #1124 etc... The issue is the SSL certificate (https) no longer working because out of date. (see https://apt.packages.shiftkey.dev/ in a browser)

@shiftkey Could you please reissue a new Microsoft Azure RSA TLS certificate, or switch to auto letsencrypt? Thanks a lot

QuentiumYT avatar Mar 07 '25 07:03 QuentiumYT

Duplicate of #1062

shiftkey avatar Apr 04 '25 06:04 shiftkey