sending key to keyserver troubleshoot option added
authorzoe1 <zoe@fsf.org>
Thu, 26 Aug 2021 23:26:39 +0000 (01:26 +0200)
committerzoe1 <zoe@fsf.org>
Thu, 26 Aug 2021 23:26:39 +0000 (01:26 +0200)
en/index.html

index 6099259139c0a80e454ca2ea43d6c1266ddad911..3889d1f794a839a12db32fbd9de1fb3689502c58 100644 (file)
@@ -324,11 +324,11 @@ If GnuPG is not installed, it will bring up the following result on most GNU/Lin
 <samp>Command 'gpg' not found, but can be installed with:
   sudo apt install gnupg</samp>. Follow that command and install the program.</dd>
 
-<dt><code>gpg --full-generate-key</code>&#65279; command not working</dt>
+<dt><i>gpg --full-generate-key</i> command not working</dt>
 <dd>Some distributions use a different version of GPG. When you receive an error code that is something along the lines of:<code>gpg: Invalid option "--full-generate-key"</code>&#65279; , you can try the following commands: <br /> 
-<code>sudo apt update</code>&#65279;<br />
-<code>sudo apt install gnupg2</code>&#65279;<br />
-<code>gpg2 --full-generate-key</code>&#65279;<br />
+<code>sudo apt update</code><br />
+<code>sudo apt install gnupg2</code><br />
+<code>gpg2 --full-generate-key</code><br />
 If this resolved the issue, you need to continue to use this the gpg2 identifier instead of gpg throughout the following steps of the guide.</dd>
 
 <dt>I took too long to create my passphrase</dt>
@@ -419,6 +419,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>
 
@@ -430,6 +433,7 @@ You can use the code: <code>chmod 600 ~/.gnupg/*</code></p>
 
 <p class="notes">If you have (for any reason) created your own folders inside ~/.gnupg, you must also additionally apply execute permissions to that folder. Folders require execution privileges to be opened. For more information on permissions, you can check out <a href="https://helpdeskgeek.com/linux-tips/understanding-linux-permissions-chmod-usage/">this detailed information guide</a>.</p>
 </dd>
+
 <dt class="feedback">Don't see a solution to your problem?</dt>
 <dd class="feedback">Please let us know on the <a
 href="https://libreplanet.org/wiki/GPG_guide/Public_Review">feedback