Update gnupg conf
This commit is contained in:
parent
24a05ba299
commit
5543367391
2 changed files with 5 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# This is the server that --recv-keys, --send-keys, and --search-keys will
|
# This is the server that --recv-keys, --send-keys, and --search-keys will
|
||||||
# communicate with to receive keys from, send keys to, and search for keys on
|
# communicate with to receive keys from, send keys to, and search for keys on
|
||||||
keyserver hkps://hkps.pool.sks-keyservers.net no-honor-keyserver-url include-revoked
|
keyserver hkps://keys.openpgp.org
|
||||||
hkp-cacert ~/.gnupg/hkps.pool.sks-keyservers.net.pem
|
disable-ipv6
|
||||||
|
|
|
||||||
|
|
@ -40,9 +40,10 @@ list-options show-uid-validity
|
||||||
verify-options show-uid-validity
|
verify-options show-uid-validity
|
||||||
|
|
||||||
# This is taken over by dirmngr, but needed here for send keys
|
# This is taken over by dirmngr, but needed here for send keys
|
||||||
|
#keyserver hkps://keys.openpgp.org
|
||||||
keyserver hkps://hkps.pool.sks-keyservers.net
|
keyserver hkps://hkps.pool.sks-keyservers.net
|
||||||
keyserver-options no-honor-keyserver-url
|
#keyserver-options no-honor-keyserver-url
|
||||||
keyserver-options include-revoked
|
#keyserver-options include-revoked
|
||||||
|
|
||||||
#-----------------------------
|
#-----------------------------
|
||||||
# algorithm and ciphers
|
# algorithm and ciphers
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue