diff options
author | Werner Koch <[email protected]> | 2023-01-11 10:32:00 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2023-01-11 10:32:50 +0000 |
commit | 1f7a88ec5eba22b4120672132b05bb28250fa77d (patch) | |
tree | ab01ddfbe33ecdd194312ae2e4ae132a5226a0b2 /doc/dirmngr.texi | |
parent | tests: Fix tests/gpgme for in-source-tree builds. (diff) | |
download | gnupg-1f7a88ec5eba22b4120672132b05bb28250fa77d.tar.gz gnupg-1f7a88ec5eba22b4120672132b05bb28250fa77d.zip |
doc: Minor fix of the --keyserver option.
--
Unfortunately the a reflow took place.
Diffstat (limited to 'doc/dirmngr.texi')
-rw-r--r-- | doc/dirmngr.texi | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/dirmngr.texi b/doc/dirmngr.texi index f5558689a..8e0979c3e 100644 --- a/doc/dirmngr.texi +++ b/doc/dirmngr.texi @@ -311,15 +311,15 @@ Use @var{name} as your keyserver. This is the server that @command{gpg} communicates with to receive keys, send keys, and search for keys. The format of the @var{name} is a URI: `scheme:[//]keyservername[:port]' The scheme is the type of keyserver: -"hkp" for the HTTP (or compatible) keyservers, "ldap" for the LDAP -keyservers, or "mailto" for the Graff email keyserver. Note that your -particular installation of GnuPG may have other keyserver types -available as well. Keyserver schemes are case-insensitive. After the -keyserver name, optional keyserver configuration options may be -provided. These are the same as the @option{--keyserver-options} of -@command{gpg}, but apply only to this particular keyserver. - -Most keyservers synchronize with each other, so there is generally no +"hkp" for the HTTP (or compatible) keyservers or "ldap" for the LDAP +keyservers. Note that your particular installation of GnuPG may have +other keyserver types available as well. Keyserver schemes are +case-insensitive. After the keyserver name, optional keyserver +configuration options may be provided. These are the same as the +@option{--keyserver-options} of @command{gpg}, but apply only to this +particular keyserver. + +Some keyservers synchronize with each other, so there is not always a need to send keys to more than one server. Some keyservers use round robin DNS to give a different keyserver each time you use it. |