added the generate key explanation with notes
authorzoe1 <zoe@fsf.org>
Fri, 4 Feb 2022 20:12:23 +0000 (21:12 +0100)
committerzoe1 <zoe@fsf.org>
Fri, 4 Feb 2022 20:12:23 +0000 (21:12 +0100)
en/index.html

index f65990e8f4451edabe3535dd1c958b86771ab5ca..815a9fd61f15996513b2d8a6b99f7668fb958780 100644 (file)
@@ -310,6 +310,7 @@ 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>.</p>
 
 <h4>Set your passphrase</h4>
 <p>On the screen titled "Passphrase," pick a strong password! You can
@@ -345,7 +346,8 @@ 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>.</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>