From 8f8c9753ce3c2d81a28a656bcedb3f5351373ba6 Mon Sep 17 00:00:00 2001 From: zoe1 Date: Wed, 21 Jul 2021 18:48:44 +0200 Subject: [PATCH] typos --- en/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/index.html b/en/index.html index 9b87dfb1..13f6abec 100644 --- a/en/index.html +++ b/en/index.html @@ -425,7 +425,7 @@ $ gpg --export -a [keyid] > my_public_key.asc

# Copy your keyID gnupg --list-key [your@email] 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.

# Generate a revocation certificate: gpg --gen-revoke --output revoke.asc [keyID]

# It will prompt you to give a reason for revocation, we recommend to use 1 "key has been compromised"

-

# You don't have to fill in a reason, but you can, then press enter for an empty line, and comfirm your selection.

+

# You don't have to fill in a reason, but you can, then press enter for an empty line, and confirm your selection.


@@ -744,7 +744,7 @@ it, then reply to you.

respond. In the meantime, you might want to skip ahead and check out the Use it Well section of this guide.

-

Edward will send you an encrypted email back saying your email was received and decypted. Your email client will automatically decrypt Edward's message.

+

Edward will send you an encrypted email back saying your email was received and decrypted. Your email client will automatically decrypt Edward's message.

The OpenPGP button in the email will show a little green checkmark over the lock symbol to show the message is encrypted, and a little orange warning sign which means that you have accepted the key, but not verified it. When you have not yet accepted the key, you will see a little question mark there. Clicking the prompts in this button will lead you to key properties as well.

-- 2.25.1