From 21bc3aaea99961c67a0a0591da5c7581b2cd06ee Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Wed, 14 Jul 2021 17:24:49 -0400 Subject: [PATCH] removed double keyids --- en/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/index.html b/en/index.html index 15d912b0..3d168bf5 100644 --- a/en/index.html +++ b/en/index.html @@ -835,7 +835,7 @@ $ gpg --export -a [keyid] > my_public_key.asc

Just in case you lose your key, or it gets compromised, you want to generate a certificate and choose to save it in a safe place on your computer for now (please refer to step 6.C for how to best store your revocation cerficate safely). This step is essential for your email self-defense, as you'll learn more about in Section 5.

# 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] [keyID]

+

# 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.

-- 2.25.1