add keyserver error option to troubleshoot 2.b
authorzoe1 <zoe@fsf.org>
Thu, 26 Aug 2021 23:32:40 +0000 (01:32 +0200)
committerzoe1 <zoe@fsf.org>
Thu, 26 Aug 2021 23:32:40 +0000 (01:32 +0200)
en/index.html

index 9afbbb82d0e693872117ef6556727fa1871314c3..85879469aa20b436613c9ea32f6cf55ac9935c49 100644 (file)
@@ -436,6 +436,9 @@ $ gpg --export -a [keyID] > my_public_key.asc
 <h4>Troubleshooting</h4>
 
 <dl>
+<dt>Sending my key to the keyserver is not working</dt>
+<dd>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 <code>gpg --keyserver keys.openpgp.org --send-key [key id]</code>.</dd>
+
 <dt>My key doesn't seem to be working or I get a "permission denied."</dt>
 <dd><p>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.</p>