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 @@
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
Please allow a couple of minutes for the servers to replicate that information before starting to use the key.
@@ -138,12 +138,12 @@