From 7fa705bb24b70ea9351f1ab461170d7909a99924 Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Mon, 1 Jul 2019 13:01:01 +0300 Subject: [PATCH] Switch GnuPG keyserver to keys.openpgp.org SKS keyserver network is pretty unusable https://gist.github.com/rjhansen/67ab921ffb4084c865b3618d6955275f --- .gnupg/dirmngr.conf | 1 + .gnupg/gpg.conf | 8 +------- 2 files changed, 2 insertions(+), 7 deletions(-) create mode 100644 .gnupg/dirmngr.conf diff --git a/.gnupg/dirmngr.conf b/.gnupg/dirmngr.conf new file mode 100644 index 0000000..1411414 --- /dev/null +++ b/.gnupg/dirmngr.conf @@ -0,0 +1 @@ +keyserver hkps://keys.openpgp.org diff --git a/.gnupg/gpg.conf b/.gnupg/gpg.conf index cc07cb7..4a7915a 100644 --- a/.gnupg/gpg.conf +++ b/.gnupg/gpg.conf @@ -1,9 +1,3 @@ trust-model tofu+pgp - -###+++--- GPGConf ---+++### utf8-strings -auto-key-locate local -###+++--- GPGConf ---+++### E 13 mai 2019 12:40:26 EEST -# GPGConf edited this configuration file. -# It will disable options before this marked block, but it will -# never change anything below these lines. +auto-key-locate wkd,dane,keyserver,local