Skip to content

Commit 04f992c

Browse files
authored
Merge pull request #73 from philihp/openpgp-keyserver
Use keys.openpgp.org keyserver for reasons
2 parents 3f0d977 + f151315 commit 04f992c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

configs/gnupg/gpg.conf

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,7 @@ use-agent
4545

4646
# This is the server that --recv-keys, --send-keys, and --search-keys will
4747
# communicate with to receive keys from, send keys to, and search for keys on
48-
keyserver hkps://hkps.pool.sks-keyservers.net
49-
50-
# Provide a certificate store to override the system default
51-
# Get this from https://sks-keyservers.net/sks-keyservers.netCA.pem
52-
keyserver-options ca-cert-file=/usr/local/etc/ssl/certs/hkps.pool.sks-keyservers.net.pem
48+
keyserver hkps://keys.openpgp.org/
5349

5450
# Set the proxy to use for HTTP and HKP keyservers - default to the standard
5551
# local Tor socks proxy

0 commit comments

Comments
 (0)