From 563fcf5dd146ca8ad4cb1980f86de925c1ca3b69 Mon Sep 17 00:00:00 2001 From: zoe1 Date: Fri, 27 Aug 2021 01:32:40 +0200 Subject: [PATCH] add keyserver error option to troubleshoot 2.b --- en/index.html | 3 +++ 1 file changed, 3 insertions(+) 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.

-- 2.25.1