fix(gnupg): use ubuntu as keyserver due to SKS being dead
This commit is contained in:
parent
e35068c550
commit
3f866e685f
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ use-agent
|
||||||
# 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
|
#keyserver hkps://hkps.pool.sks-keyservers.net
|
||||||
|
keyserver hkp://keyserver.ubuntu.com
|
||||||
|
|
||||||
# Provide a certificate store to override the system default
|
# Provide a certificate store to override the system default
|
||||||
# Get this from https://sks-keyservers.net/sks-keyservers.netCA.pem
|
# Get this from https://sks-keyservers.net/sks-keyservers.netCA.pem
|
||||||
|
|
Loading…
Reference in a new issue