summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2019-05-09 15:15:22 +0300
committerLars Wirzenius <lwirzenius@wikimedia.org>2019-05-09 15:15:22 +0300
commit9d9bc4fc0b49491be9a26aa217957480241a24c4 (patch)
treedf97e43149dd6a200e80e0fcf5448c52c0937287
parent8e2515edcf7b8db3f30f9735ff9dea9dfba5e566 (diff)
downloadwmf-talks-9d9bc4fc0b49491be9a26aa217957480241a24c4.tar.gz
Add: point at and recommend SKS keyservers
-rw-r--r--pgptalk.mdwn14
1 files changed, 13 insertions, 1 deletions
diff --git a/pgptalk.mdwn b/pgptalk.mdwn
index 1a08915..569206a 100644
--- a/pgptalk.mdwn
+++ b/pgptalk.mdwn
@@ -166,7 +166,19 @@ Publishing a public key
are hoax keys with real names
* **In principle** it doesn't matter which keyserver you use, the
- built-in default should be good enough
+ built-in default should be good enough, except sometimes it isn't
+
+ * New Keys and updates to keys propagate across the network
+ automatically, but sometimes it takes time, even weeks
+
+ * This pool of keyservers seems to be better than most:<br/>
+ <http://sks-keyservers.net>
+
+ * Add this line to **~/.gnupg/gpg.conf** and **dirmngr.conf**:
+ <br/> `keyserver hkps://hkps.pool.sks-keyservers.net`
+
+ * Technically, only dirmngr.conf should be needed, but in my
+ experience things work better if it's in both.
---