From 08ce88089b0240b2b548c875bf3c3e2da5dc18ef Mon Sep 17 00:00:00 2001 From: zoe1 Date: Fri, 4 Feb 2022 21:01:32 +0100 Subject: [PATCH] code change to gen-key instead of generate key --- en/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/en/index.html b/en/index.html index 5ba9e9af..30bae7e4 100644 --- a/en/index.html +++ b/en/index.html @@ -289,7 +289,7 @@ terminal ("Terminal" in macOS, "PowerShell" in Windows) from the Applications menu (some GNU/Linux systems respond to the Ctrl + Alt + T shortcut).

-

# Enter gpg --full-generate-key to start the process.

+

# Enter gpg --full-gen-key to start the process.

# To answer what kind of key you would like to create, select the default option: 1 RSA and RSA.

# Enter the following keysize: 4096 for a strong key.

# Choose the expiration date; we suggest 2y (2 years).

@@ -324,11 +324,11 @@ If GnuPG is not installed, it will bring up the following result on most GNU/Lin Command 'gpg' not found, but can be installed with: sudo apt install gnupg. Follow that command and install the program. -
gpg --full-generate-key command not working
-
Some distributions use a different version of GPG. When you receive an error code that is something along the lines of: gpg: Invalid option "--full-generate-key", you can try the following commands:
+
gpg --full-gen-key command not working
+
Some distributions use a different version of GPG. When you receive an error code that is something along the lines of: gpg: Invalid option "--full-gen-key", you can try the following commands:
sudo apt update
sudo apt install gnupg2
-gpg2 --full-generate-key
+gpg2 --full-gen-key
If this resolved the issue, you need to continue to use the gpg2 identifier instead of gpg throughout the following steps of the guide.
I took too long to create my passphrase
-- 2.25.1