]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: update commands for fetching release PGP keys
authorSage Weil <sage@inktank.com>
Sat, 9 Feb 2013 05:09:20 +0000 (21:09 -0800)
committerSage Weil <sage@inktank.com>
Sat, 9 Feb 2013 05:09:20 +0000 (21:09 -0800)
Use https to ceph.com.  The gitweb URLs aren't as pretty, but our
cert is at least valid!

Signed-off-by: Sage Weil <sage@inktank.com>
doc/install/debian.rst
doc/install/rpm.rst
doc/start/quick-start.rst

index fbdebca1976a1dba45f87187c5ac45b6454ee62b..0c8db696683935fb81cecbd9090ecd3ea1db38c7 100644 (file)
@@ -14,7 +14,7 @@ Packages are cryptographically signed with the ``release.asc`` key.
 Add our release key to your system's list of trusted keys to avoid a
 security warning::
 
-       wget -q -O- https://raw.github.com/ceph/ceph/master/keys/release.asc | sudo apt-key add -
+       wget -q -O- 'https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc' | sudo apt-key add -
 
 Add Release Packages
 ====================
@@ -85,7 +85,7 @@ Packages are cryptographically signed with the ``autobuild.asc`` key.
 Add our autobuild key to your system's list of trusted keys to avoid a
 security warning::
 
-       wget -q -O- https://raw.github.com/ceph/ceph/master/keys/autobuild.asc | sudo apt-key add -
+       wget -q -O- 'https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/autobuild.asc' | sudo apt-key add -
 
 Add our package repository to your system's list of APT sources, but
 replace ``{BRANCH}`` with the branch you'd like to use (e.g., chef-3,
index b83fe5fd66a25fa83d54eede72be0958efc47c5c..386e39ec73a3a258d07735cf0e6777625a62848c 100644 (file)
@@ -13,7 +13,8 @@ Install Release Key
 Packages are cryptographically signed with the ``release.asc`` key. Add our
 release key to your system's list of trusted keys to avoid a security warning::
 
-    sudo rpm --import https://raw.github.com/ceph/ceph/master/keys/release.asc
+    sudo rpm --import 'https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc'
+
 
 Add Release Packages
 ====================
@@ -54,7 +55,7 @@ prior to release.
 Packages are cryptographically signed with the ``release.asc`` key. Add our
 release key to your system's list of trusted keys to avoid a security warning::
 
-    sudo rpm --import https://raw.github.com/ceph/ceph/master/keys/release.asc
+    sudo rpm --import 'https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/autobuild.asc'
 
 Packages are currently built for the CentOS-6 and Fedora 17 platforms. The
 repository package installs the repository details on your local system for use
index 33d7c8441030fa933ba1d025a688dea80e4fdaad..2fb29f994021d24e8bc4f1dbe691bcdb4134ecd8 100644 (file)
@@ -41,7 +41,7 @@ To get the latest Ceph packages, add a release key to :abbr:`APT (Advanced
 Package Tool)`, add a source location to the ``/etc/apt/sources.list`` on your
 Ceph server and client machines, update your systems and install Ceph. :: 
 
-       wget -q -O- https://raw.github.com/ceph/ceph/master/keys/release.asc | sudo apt-key add -       
+       wget -q -O- 'https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc' | sudo apt-key add -     
        echo deb http://ceph.com/debian/ $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/ceph.list
        sudo apt-get update && sudo apt-get install ceph