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