-
-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Security page update #344
Comments
I tried all of these on Centos 7
And they either timed out or said "gpgkeys: key ... can't be retrieved" In the end, I had to:
|
hkp://keys.openpgp.org seemed to work, so one can use gpg2 --keyserver hkp://keys.openpgp.org --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB but the key |
@mpapis Thanks for your work on this. Might it be possible to add an identity to your key? |
@bkmgit can you give me some instructions on how to add the identity? I'm pretty busy with personal staf. |
Thanks for your prompt response. The following may be helpful:
The key can be uploaded to gpg --export your_address@example.net | curl -T - https://keys.openpgp.org The documentation also indicate that the "no user id" problem is something that is being worked on. |
Security pages advises adding gpg keys via
hkp://pool.sks-keyservers.net
, however, that service is deprecated, and as of 2021-06-21 DNS records are no longer provided at all.more info at: https://sks-keyservers.net/status/
The text was updated successfully, but these errors were encountered: