Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

GPG Keys Error #29

Open
devzeroo opened this issue Mar 17, 2019 · 1 comment
Open

GPG Keys Error #29

devzeroo opened this issue Mar 17, 2019 · 1 comment

Comments

@devzeroo
Copy link

Not able to install Cortex from DEB because the repo key is not being downloaded.

sudo apt-key adv --keyserver hkp://pgp.mit.edu --recv-key 562CBC1C

Executing: /tmp/apt-key-gpghome.52eLRlobjR/gpg.1.sh --keyserver hkp://pgp.mit.edu --recv-key 562CBC1C
gpg: keyserver receive failed: No data
@1nv3st1gat0r
Copy link

1nv3st1gat0r commented Feb 24, 2020

Same issue, but quick and easy workaround: Download the key/copy it into a textfile and add the key to the system with sudo apt-key add <keyfile>

But the issue is already mentiond in the guideline:
Some environments may block access to the pgp.mit.edu key server. As a result, the command sudo apt-key adv --keyserver hkp://pgp.mit.edu --recv-key 562CBC1C will fail. In that case, you can run the following command instead:
curl https://raw.githubusercontent.com/TheHive-Project/TheHive/master/PGP-PUBLIC-KEY | sudo apt-key add -
I guess the issue could be closed ...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants