diff options
author | pyllyukko <pyllyukko@maimed.org> | 2014-10-26 15:51:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-30 20:27:25 +0700 |
commit | b94336ff0c01fa5f7932bee19efb8c28cfe44ece (patch) | |
tree | 444ce8f7b0527075950c2c061bdf90469fa76b19 /network/sks-keyserver/README | |
parent | d3e1cdea70e28c9e09031c89d6d1880e61c1391a (diff) | |
download | slackbuilds-b94336ff0c01fa5f7932bee19efb8c28cfe44ece.tar.gz |
network/sks-keyserver: Added (OpenPGP keyserver).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/sks-keyserver/README')
-rw-r--r-- | network/sks-keyserver/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/network/sks-keyserver/README b/network/sks-keyserver/README new file mode 100644 index 0000000000..f64ed9cf9e --- /dev/null +++ b/network/sks-keyserver/README @@ -0,0 +1,14 @@ +SKS is an OpenPGP keyserver whose goal is to provide easy to deploy, +decentralized, and highly reliable synchronization. That means that a key +submitted to one SKS server will quickly be distributed to all key servers, and +even wildly out-of-date servers, or servers that experience spotty +connectivity, can fully synchronize with rest of the system. + +This SlackBuild will also verify the PGP signature of the package if the +following conditions are met: + +- You have GnuPG installed +- You have the appropriate public PGP key (0x41259773973A612A) + in your trustedkeys.gpg keyring +- You have downloaded the sig file from + https://bitbucket.org/skskeyserver/sks-keyserver/downloads/sks-${VERSION}.tgz.asc |