浏览代码

keyserver description

Bob Mottram 7 年前
父节点
当前提交
20cb78e653
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3
    1
      doc/EN/app_keyserver.org

+ 3
- 1
doc/EN/app_keyserver.org 查看文件

20
 [[file:images/keyserver.jpg]]
20
 [[file:images/keyserver.jpg]]
21
 #+END_CENTER
21
 #+END_CENTER
22
 
22
 
23
-The usual way in which you obtain GPG public keys for email encryption or other purposes is via a key server. There are a few common ones out there, but it's also possible to run your own key server.
23
+The /web of trust/ is a nice idea, but how trustable is it? If you take a look at how many OpenPGP key servers are out there then there are a two or three main ones and not much else. Can you trust those servers? Who is maintaining them and how often? Is any censorship going on? How hard would they be for adversaries to implant? In terms of technology this infrastructure is quite old and it could have been neglected for a long time. Once vigilant maintainers might have turned lazy and gotten lax with server security, or been recruited over to the dark side.
24
+
25
+For these kinds of reasons you might prefer to run your own web of trust infrastructure. In simple terms it's a database of GPG public keys which provides a way for users to /find out how to communicate with others securely via email/. You can meet in person and exchange public keys via sneakernet on USB drives, but most users of GPG don't do that. Instead they just download the public key for a given email address from one of the key servers.
24
 
26
 
25
 * Installation
27
 * Installation
26
 
28