All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christopher Kunz <chrislist@de-punkt.de>
To: ceph-devel@vger.kernel.org
Subject: Re: the autobuild gpg key expired!
Date: Fri, 08 Feb 2013 18:52:52 +0100	[thread overview]
Message-ID: <51153B74.3040203@de-punkt.de> (raw)
In-Reply-To: <alpine.DEB.2.00.1302072235180.28547@cobra.newdream.net>

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 -

Regards,

--ck

  reply	other threads:[~2013-02-08 17:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-08  6:46 the autobuild gpg key expired! Sage Weil
2013-02-08 17:52 ` Christopher Kunz [this message]
2013-02-08 17:55   ` Sage Weil
2013-02-09  5:18     ` Sage Weil

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51153B74.3040203@de-punkt.de \
    --to=chrislist@de-punkt.de \
    --cc=ceph-devel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.