From 4f41943f5edcc07087de6c0e83c70e7d3ecb1b6f Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Thu, 15 Jul 2021 16:28:32 -0400 Subject: [PATCH 1/1] more html fixes --- en/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en/index.html b/en/index.html index 532dff2..5aa2229 100644 --- a/en/index.html +++ b/en/index.html @@ -823,7 +823,7 @@ takes a few hours for them to match each other when a new key is uploaded.


Export your key to a file
-

Use the following command to export your secret key so you can import it into your email client at the next step. To avoid getting your key compromised, store this in a safe place, and make sure that if it is transferred, it is done so in a trusted way. Exporting your keys can be done with the following commands:

+

Use the following command to export your secret key so you can import it into your email client at the next step. To avoid getting your key compromised, store this in a safe place, and make sure that if it is transferred, it is done so in a trusted way. Exporting your keys can be done with the following commands:

$ gpg --export-secret-keys -a [keyid] > my_secret_key.asc
@@ -1043,9 +1043,9 @@ alt="Step 4.B Option 2. Import key" />

Get Edward's key

To encrypt an email to Edward, you need its public key, so now you'll have to download it from a keyserver. You can do this in two different ways:

-

Option 1. In the email answer you received from Edward as a response to your first email, Edward's public key was included. On the right of the email, just above the writing area, you will find an "OpenPGP" button that has a lock and a little wheel next to it. Click that, and select Discover next to the text: "This message was sent with a key that you don't have yet." A popup with Edward's key details will follow. +

Option 1. In the email answer you received from Edward as a response to your first email, Edward's public key was included. On the right of the email, just above the writing area, you will find an "OpenPGP" button that has a lock and a little wheel next to it. Click that, and select Discover next to the text: "This message was sent with a key that you don't have yet." A popup with Edward's key details will follow.

-

Option 2. Open your OpenPGP manager and under "Keyserver" choose Discover Keys Online. Here, fill in Edward's email address, and import Edward's key. +

Option 2. Open your OpenPGP manager and under "Keyserver" choose Discover Keys Online. Here, fill in Edward's email address, and import Edward's key.

The option Accepted (unverified) will add this key to your key manager, and now it can be used to send encrypted emails and to verify digital signatures from Edward.

-- 2.25.1