From a3d35ddbd5c080696e20c3bef6d6b76b4e232bae Mon Sep 17 00:00:00 2001 From: Arne Blankerts Date: Tue, 8 Oct 2024 16:12:21 +0200 Subject: [PATCH] Update uploading-public-keys.html Replace referenced keyserver --- html/howto/uploading-public-keys.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/html/howto/uploading-public-keys.html b/html/howto/uploading-public-keys.html index 91ee6a1..27cac5f 100644 --- a/html/howto/uploading-public-keys.html +++ b/html/howto/uploading-public-keys.html @@ -81,9 +81,9 @@

Upload to openpgp.org

-

Upload to legacy server

+

Upload to legacy server (optional)

@@ -107,7 +107,7 @@

Alternate way to submit your public key to the key servers

This shows the 16-byte Key-ID right after the key-type and key-size. In this example it's the highlighted part of this line:

pub rsa4096/ABCDEF0123456789 2018-01-01 [SCEA] [expires: 2021-01-01]

The next step is to use this Key-ID to send it to the keyserver, in our case the MIT one.

-
gpg --keyserver pgp.mit.edu --send-keys ABCDEF0123456789
+
gpg --keyserver keyserver.ubuntu.com --send-keys ABCDEF0123456789

Congratulations, you published your public key.

Please allow a couple of minutes for the servers to replicate that information before starting to use the key.

@@ -138,12 +138,12 @@

General notes on Security