From d488d0883a4feb0e8d4a38e79eca7d10bc420fc5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Th=C3=A9r=C3=A8se=20Godefroy?= Date: Fri, 27 Aug 2021 20:11:06 +0200 Subject: [PATCH] en/index: one more tweak. --- en/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/index.html b/en/index.html index 01a8ede2..c51339a1 100644 --- a/en/index.html +++ b/en/index.html @@ -420,7 +420,7 @@ $ gpg --export -a [keyID] > my_public_key.asc
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].
+
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