subscribe
[enc.git] / en / index.html
index c51339a1b9fad37328d4bc87e5607307bb8a4bf5..6e744134b46b49eda8b69dc6ba0db634423a3674 100644 (file)
@@ -68,10 +68,21 @@ the world taking the first step towards protecting their privacy.</strong></p>
 
 </div>
 
-<p><a
-href="https://crm.fsf.org/civicrm/contribute/transact?reset=1&amp;id=14&amp;mtm_campaign=email_self_defense&amp;mtm_kwd=guide_donate"><img
-alt="Donate"
-src="../static/img/en/donate.png" /></a></p>
+<center><p><a href="https://crm.fsf.org/civicrm/contribute/transact?reset=1&amp;id=14&amp;mtm_campaign=email_self_defense&amp;mtm_kwd=guide_donate"><img alt="Donate" src="../static/img/en/donate.png" style="img align: center;"/></a></p></center>
+
+<div style="text-align: center;">
+<h5>Sign up</h5>
+<form action="https://my.fsf.org/civicrm/profile/create?reset=1&gid=31" method="post">
+<p>Enter your email address to receive our monthly newsletter, the<br><a href="https://www.fsf.org/free-software-supporter/">Free Software Supporter</a></p>
+
+<p><input id="frmEmail" type="text" name="email-Primary" size="18" maxlength="80" /></p>
+<p><input type="submit" name="_qf_Edit_next" value="Subscribe me" /></p>
+<div><input name="postURL" type="hidden" value="" />
+<input type="hidden" name="group[25]" value="1" />
+<input name="cancelURL" type="hidden" value="https://my.fsf.org/civicrm/profile?reset=1&gid=31" />
+<input name="_qf_default" type="hidden" value="Edit:cancel" />
+</div>
+</form></div>
 
 </div><!-- End #fsf-intro -->
 
@@ -294,6 +305,8 @@ shortcut).</p>
 <p># Enter the following keysize: <code>4096</code> for a strong key.</p>
 <p># Choose the expiration date; we suggest <code>2y</code> (2 years).</p>
 <p>Follow the prompts to continue setting up with your personal details.</p>
+<p class="notes"> Depending on your version of GPG, you may need to use
+<code>--gen-key</code> instead of <code>--full-generate-key</code>&#65279;.</p>
 
 <h4>Set your passphrase</h4>
 <p>On the screen titled "Passphrase," pick a strong password! You can
@@ -329,7 +342,10 @@ If GnuPG is not installed, it will bring up the following result on most GNU/Lin
 <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 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.
+<p class="notes"> Depending on your version of GPG, you may need to use
+<code>--gen-key</code> instead of <code>--full-generate-key</code>&#65279;.</p>
+</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>
@@ -390,9 +406,8 @@ alt="Step 2.B: Send to server and generate a certificate" /></p>
 
 <h4>Upload your key to a keyserver</h4>
 <p>We will upload your key to a keyserver, so if someone wants to send you an encrypted message, they can download your public key from the Internet. There are multiple keyservers
-that you can select from the menu when you upload, but they are all copies
-of each other, so it doesn't matter which one you use. However, it sometimes
-takes a few hours for them to match each other when a new key is uploaded.</p>
+that you can select from the menu when you upload, but they are mostly all copies
+of each other. Any server will work, but it's good to remember which one you uploaded your key to originally. Also keep in mind, sometimes takes a few hours for them to match each other when a new key is uploaded.</p>
 <p># Copy your keyID: <code>gpg --list-key [your@email]</code> will list your public ("pub") key information, including your keyID, which is a unique list of numbers and letters. Copy this keyID, so you can use it in the following command.</p>
 <p># Upload your key to a server:
 <code>gpg --send-key [keyID]</code></p>
@@ -420,7 +435,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>&#65279;.</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>