Pgp key for CDF595A1 can not be fetched from server

The pgp key is not present on the keyserver as of (at least) a few days.

gpg --recv CDF595A1

yields:

gpg: keyserver receive failed: No data

I can import other keys without issues, so I assume the key is no longer on the keyserver.

Just tried it and can import with no problems.
Have you tried this already ?

sudo pacman -Sy archlinux-keyring endeavouros-keyring
sudo pacman -Syu

Works here.

$ gpg --recv-keys CDF595A1

gpg: directory '/home/eos/.gnupg' created
gpg: /home/eos/.gnupg/trustdb.gpg: trustdb created
gpg: key E3D8752ACDF595A1: public key "Johannes Kamprad (joekamprad development key) <joekamprad@endeavouros.com>" imported

Or:

$ gpg --keyserver hkp://keyserver.ubuntu.com --search-keys CDF595A1
gpg: data source: http://185.125.188.27:11371
(1)     Johannes Kamprad (joekamprad development key) <joekamprad@endeavouros.
          2048 bit RSA key E3D8752ACDF595A1, created: 2021-02-03
Keys 1-1 of 1 for "CDF595A1".  Enter number(s), N)ext, or Q)uit >

but yea should be there i spread it on most common keyservers:
screenshot_2025-09-08_13-17-43

it works when I specify the keyserver. thank you.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.