updated relation keyservers
authorzoe1 <zoe@fsf.org>
Fri, 4 Feb 2022 22:18:54 +0000 (23:18 +0100)
committerzoe1 <zoe@fsf.org>
Fri, 4 Feb 2022 22:18:54 +0000 (23:18 +0100)
en/index.html

index e0e5fd759584219e22bc91aff4cd2ba0d87c6c7a..d9d3d9b5aaa6386fb4aed2ee940522a783d930f0 100644 (file)
@@ -393,9 +393,8 @@ alt="Step 2.B: Send to server and generate a certificate" /></p>
 
 <h4>Upload your key to a keyserver</h4>
 <p>We will upload your key to a keyserver, so if someone wants to send you an encrypted message, they can download your public key from the Internet. There are multiple keyservers
-that you can select from the menu when you upload, but they are all copies
-of each other, so it doesn't matter which one you use. However, it sometimes
-takes a few hours for them to match each other when a new key is uploaded.</p>
+that you can select from the menu when you upload, but they are mostly all copies
+of each other. Any server will work, but it's good to remember which one you uploaded your key to originally. Also keep in mind, sometimes takes a few hours for them to match each other when a new key is uploaded.</p>
 <p># Copy your keyID: <code>gpg --list-key [your@email]</code> 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.</p>
 <p># Upload your key to a server:
 <code>gpg --send-key [keyID]</code></p>