From d6e718b0ac916aa9948bb12f154fb18c191c2ac4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Th=C3=A9r=C3=A8se=20Godefroy?= Date: Fri, 23 Jul 2021 18:11:20 +0200 Subject: [PATCH] en: one more typo (sync with enc-live). --- en/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.


-- 2.25.1