mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
dirmngr: Do not put a keyserver into a new dirmngr.conf
* g10/dirmngr-conf.skel: Do not define keyservers. --
This commit is contained in:
parent
f0257b4a86
commit
8f02864223
@ -42,20 +42,21 @@
|
|||||||
# through the usual method:
|
# through the usual method:
|
||||||
# hkp://keyserver.example.net:22742
|
# hkp://keyserver.example.net:22742
|
||||||
#
|
#
|
||||||
# Most users just set the name and type of their preferred keyserver.
|
|
||||||
# Note that most servers (with the notable exception of
|
# Note that most servers (with the notable exception of
|
||||||
# ldap://keyserver.pgp.com) synchronize changes with each other. Note
|
# ldap://keyserver.pgp.com) synchronize changes with each other. Note
|
||||||
# also that a single server name may actually point to multiple
|
# also that a single server name may actually point to multiple
|
||||||
# servers via DNS round-robin. hkp://keys.gnupg.net is an example of
|
# servers via DNS round-robin or service records.
|
||||||
# such a "server", which spreads the load over a number of physical
|
|
||||||
# servers.
|
|
||||||
#
|
#
|
||||||
# If exactly two keyservers are configured and only one is a Tor hidden
|
# If exactly two keyservers are configured and only one is a Tor hidden
|
||||||
# service, Dirmngr selects the keyserver to use depending on whether
|
# service, Dirmngr selects the keyserver to use depending on whether
|
||||||
# Tor is locally running or not (on a per session base).
|
# Tor is locally running or not (on a per session base). Example:
|
||||||
|
#
|
||||||
|
# keyserver hkp://jirk5u4osbsr34t5.onion
|
||||||
|
# keyserver hkps://hkps.pool.sks-keyservers.net
|
||||||
|
#
|
||||||
|
# If no keyserver is specified GnuPG uses
|
||||||
|
# hkps://hkps.pool.sks-keyservers.net
|
||||||
|
|
||||||
keyserver hkp://jirk5u4osbsr34t5.onion
|
|
||||||
keyserver hkp://keys.gnupg.net
|
|
||||||
|
|
||||||
# --hkp-cacert FILENAME
|
# --hkp-cacert FILENAME
|
||||||
#
|
#
|
||||||
@ -65,5 +66,8 @@ keyserver hkp://keys.gnupg.net
|
|||||||
# root certificates here. If that file is in PEM format a ".pem"
|
# root certificates here. If that file is in PEM format a ".pem"
|
||||||
# suffix is expected. This option may be given multiple times to add
|
# suffix is expected. This option may be given multiple times to add
|
||||||
# more root certificates. Tilde expansion is supported.
|
# more root certificates. Tilde expansion is supported.
|
||||||
|
# This is not required when the default server
|
||||||
|
# hkps://hkps.pool.sks-keyservers.net
|
||||||
|
# is used.
|
||||||
|
|
||||||
#hkp-cacert /path/to/CA/sks-keyservers.netCA.pem
|
#hkp-cacert /path/to/CA/sks-keyservers.netCA.pem
|
||||||
|
Loading…
x
Reference in New Issue
Block a user