From: Thérèse Godefroy Date: Fri, 23 Jul 2021 16:11:20 +0000 (+0200) Subject: en: one more typo (sync with enc-live). X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d6e718b0ac916aa9948bb12f154fb18c191c2ac4;p=enc.git en: one more typo (sync with enc-live). --- diff --git a/en/index.html b/en/index.html index f2d85cac..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.