en: synchronize with enc 2dd4fae.
authorThérèse Godefroy <godef.th@free.fr>
Fri, 27 Aug 2021 18:36:11 +0000 (20:36 +0200)
committerThérèse Godefroy <godef.th@free.fr>
Fri, 27 Aug 2021 18:37:17 +0000 (20:37 +0200)
en/index.html

index 63faba5002d97015f098ed11618b81cc98489406..1f6eb1d8153c89604d4b658822275831a6ebad0f 100644 (file)
@@ -14,7 +14,6 @@ self-defense in 40 minutes with GnuPG." />
 <link rel="shortcut icon"
 href="../static/img/favicon.ico" />
 </head>
-
 <body>
 <!--<div style="text-align: center; padding: 2.5px; background-color: #a94442; color:#fcf8e3;"><p>Due to Enigmail's PGP functionality being migrated into Icedove and Thunderbird, steps 2 and 3 of the guide are currently out of date.</p><p> Thank you for your patience while we're working on a new round of updates.</p></div>-->
 
@@ -342,11 +341,11 @@ If GnuPG is not installed, it will bring up the following result on most GNU/Lin
   sudo apt install gnupg</samp>. Follow that command and install the program.</dd>
 
 <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 /> 
+<dd>Some distributions use a different version of GPG. When you receive an error code that is something along the lines of: <samp>gpg: Invalid option "--full-generate-key"</samp>, you can try the following commands: <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>
+If this resolved the issue, you need to continue to use the gpg2 identifier instead of gpg throughout the following steps of the guide.</dd>
 
 <dt>I took too long to create my passphrase</dt>
 <dd>That's okay. It's important to think about your passphrase. When you're ready, just follow the steps from the beginning again to create your key.</dd>
@@ -437,7 +436,7 @@ $ gpg --export -a [keyID] > my_public_key.asc
 
 <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>
+<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 [keyID]</code>&#65279;.</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>
@@ -450,6 +449,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
@@ -668,14 +668,14 @@ href="mailto:edward-en@fsf.org">edward-en@fsf.org</a>. Make the subject
 
 <dl>
 <dt>"Recipients not valid, not trusted or not found"</dt>
-<dd>You could get the above error message, or something along these lines:  "Unable to send this message with end-to-end encryption, because there are problems with the keys of the following recipients: ..." In these cases, you may be trying to send an encrypted email to someone when you do not have their public key yet. Make sure you follow the steps above to import the key to your key manager. Open OpenPGP Key Manager to make sure the recipient is listed there.</dd>
+<dd>You could get the above error message, or something along these lines:  "Unable to send this message with end-to-end encryption, because there are problems with the keys of the following recipients: ..." In these cases, you may be trying to send an encrypted email to someone when you do not have their public key yet. Make sure you follow the steps above to import the key to your key manager. Open the OpenPGP Key Manager to make sure the recipient is listed there.</dd>
 
 <dt>Unable to send message</dt>
 <dd>You could get the following message when trying to send your encrypted email: "Unable to send this message with end-to-end encryption, because there are problems with the keys of the following recipients: edward-en@fsf.org." This usually means you imported the key with the "unaccepted (unverified) option." Go to the "key properties" of this key by right clicking on the key in the OpenPGP Key Manager, and select the option <i>Yes, but I have not verified that this is the correct key</i> in the "Acceptance" option at the bottom of this window. Resend the email.</dd>
 
 <dt>I can't find Edward's key</dt>
 <dd>Close the pop-ups that have appeared since you clicked Send. Make sure
-you are connected to the Internet and try again. If that doesn't work, you can download the key manually from <a href="https://keys.openpgp.org/search?q=edward-en%40fsf.org">the keyserver</a>, and import it by using the <i>Import Public Key(s) from File</i> option in the <i>OpenPGP Key Manager</i>.</dd>
+you are connected to the Internet and try again. If that doesn't work, you can download the key manually from <a href="https://keys.openpgp.org/search?q=edward-en%40fsf.org">the keyserver</a>, and import it by using the <i>Import Public Key(s) from File</i> option in the OpenPGP Key Manager.</dd>
 
 <dt>Unscrambled messages in the Sent folder</dt>
 <dd>Even though you can't decrypt messages encrypted to someone else's key,