From: zoe1 Date: Thu, 26 Aug 2021 23:32:40 +0000 (+0200) Subject: add keyserver error option to troubleshoot 2.b X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=563fcf5dd146ca8ad4cb1980f86de925c1ca3b69;p=enc-live.git add keyserver error option to troubleshoot 2.b --- diff --git a/en/index.html b/en/index.html index 9afbbb8..8587946 100644 --- a/en/index.html +++ b/en/index.html @@ -436,6 +436,9 @@ $ gpg --export -a [keyID] > my_public_key.asc

Troubleshooting

+
Sending my key to the keyserver is not working
+
Instead of using the general command to upload your key to the keyserver, you can use a more specific command and add the keyserver to your command gpg --keyserver keys.openpgp.org --send-key [key id].
+
My key doesn't seem to be working or I get a "permission denied."

Like every other file or folder, gpg keys are subject to permissions. If these are not set correctly, your system may not be accepting your keys. You can follow the next steps to check, and update to the right permissions.