Repository: cassandra
Updated Branches:
  refs/heads/cassandra-3.X 04cc3a930 -> 720acc611
  refs/heads/trunk 4cd774747 -> e66305de0


Add curl key fetch and one-line the example `apt-key adv` key fetch.

Patch by Michael Shuler; reviewed by T Jake Luciani for CASSANDRA-12712


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/720acc61
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/720acc61
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/720acc61

Branch: refs/heads/cassandra-3.X
Commit: 720acc611fb1fd3dbb7775db554658cd4dd751b2
Parents: 04cc3a9
Author: Michael Shuler <mshu...@apache.org>
Authored: Mon Oct 17 13:36:42 2016 -0500
Committer: Michael Shuler <mshu...@apache.org>
Committed: Mon Oct 17 13:36:42 2016 -0500

----------------------------------------------------------------------
 doc/source/getting_started/installing.rst | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/720acc61/doc/source/getting_started/installing.rst
----------------------------------------------------------------------
diff --git a/doc/source/getting_started/installing.rst 
b/doc/source/getting_started/installing.rst
index e96edd7..1a7b8ad 100644
--- a/doc/source/getting_started/installing.rst
+++ b/doc/source/getting_started/installing.rst
@@ -65,6 +65,12 @@ Installation from Debian packages
 
     echo "deb http://www.apache.org/dist/cassandra/debian 36x main" | sudo tee 
-a /etc/apt/sources.list.d/cassandra.sources.list
 
+- Add the Apache Cassandra repository keys:
+
+::
+
+    curl https://www.apache.org/dist/cassandra/KEYS | sudo apt-key add -
+
 - Update the repositories:
 
 ::
@@ -75,14 +81,13 @@ Installation from Debian packages
 
 ::
 
-    GPG error: http://www.apache.org 36x InRelease: The following signatures 
couldn't be verified because the public key is not available: NO_PUBKEY 
749D6EEC0353B12C
+    GPG error: http://www.apache.org 36x InRelease: The following signatures 
couldn't be verified because the public key is not available: NO_PUBKEY 
A278B781FE4B2BDA
 
-Then add the public key 749D6EEC0353B12C as follows:
+Then add the public key A278B781FE4B2BDA as follows:
 
 ::
 
-    gpg --keyserver pgp.mit.edu --recv-keys 749D6EEC0353B12C
-    gpg --export --armor 749D6EEC0353B12C | sudo apt-key add -
+    sudo apt-key adv --keyserver pool.sks-keyservers.net --recv-key 
A278B781FE4B2BDA
 
 and repeat ``sudo apt-get update``. The actual key may be different, you get 
it from the error message itself. For a
 full list of Apache contributors public keys, you can refer to `this link 
<https://www.apache.org/dist/cassandra/KEYS>`__.

Reply via email to