On Fri, 8 Feb 2013, Sage Weil wrote: > On Fri, 8 Feb 2013, Christopher Kunz wrote: > > Am 08.02.13 07:46, schrieb Sage Weil: > > > wget -q -O- https://raw.github.com/ceph/ceph/master/keys/autobuild.asc | sudo apt-key add - > > > > This doesn't work because raw.github.com uses a certificate issued to CN > > = *.a.ssl.fastly.net > > for whatever reason, and wget will complain. > > > > It complains rightly, because there is no way to verifiy that this is > > *actually* github.com we're speaking to. If you want the key regardless, > > you can use this line: > > > > wget --no-check-certificate -q -O- > > https://raw.github.com/ceph/ceph/master/keys/autobuild.asc | sudo > > apt-key add - > > We're setting up https on ceph.com so that we can publish these securely, > and will follow up with another email (and an update to the docs). Ceph.com how has SSL and the docs are updated with new locations for the signing keys. For official releases: wget -q -O- 'https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc' | sudo apt-key add - For autobuilt packages: wget -q -O- 'https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/autobuild.asc' | sudo apt-key add - sage -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html