Re: [Acme] Usage of HTTP Re: ACME or EST?

Nico Williams <nico@cryptonector.com> Tue, 25 November 2014 23:16 UTC

Return-Path: <nico@cryptonector.com>
X-Original-To: acme@ietfa.amsl.com
Delivered-To: acme@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 753861A6EEF for <acme@ietfa.amsl.com>; Tue, 25 Nov 2014 15:16:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.666
X-Spam-Level:
X-Spam-Status: No, score=-1.666 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, IP_NOT_FRIENDLY=0.334, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IWbWZJgOHUUg for <acme@ietfa.amsl.com>; Tue, 25 Nov 2014 15:16:30 -0800 (PST)
Received: from homiemail-a103.g.dreamhost.com (sub4.mail.dreamhost.com [69.163.253.135]) by ietfa.amsl.com (Postfix) with ESMTP id D5DD01A8029 for <acme@ietf.org>; Tue, 25 Nov 2014 15:16:17 -0800 (PST)
Received: from homiemail-a103.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a103.g.dreamhost.com (Postfix) with ESMTP id 20C2D20047B83; Tue, 25 Nov 2014 15:16:17 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cryptonector.com; h=date :from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=cryptonector.com; bh=L8O0/px+bi+wgI dwC5jESwH5aY8=; b=XRbCyByrcjrM3kudzwJ1aqzQP8oCqea8pA4FXGg32erzDJ s6NI/ltJVJEieGvY/nDRVlS6Cw5xK4VW3OfpFvFK1C1ONcbAtanh6PSunNRTJMCg CR1a76KIaYla9Ei3ZYEhpBeYqmRSAwoif7PPllFlLqGrCCXobpej6QzpqClTg=
Received: from localhost (108-207-244-174.lightspeed.austtx.sbcglobal.net [108.207.244.174]) (Authenticated sender: nico@cryptonector.com) by homiemail-a103.g.dreamhost.com (Postfix) with ESMTPA id C3A6320047B80; Tue, 25 Nov 2014 15:16:16 -0800 (PST)
Date: Tue, 25 Nov 2014 17:16:14 -0600
From: Nico Williams <nico@cryptonector.com>
To: Richard Barnes <rlb@ipv.sx>
Message-ID: <20141125231612.GW3200@localhost>
References: <CAL02cgTSiugToRqMWAHqcBOVR0RGxLhjkJ-3FyPt6HP-qcV16w@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
In-Reply-To: <CAL02cgTSiugToRqMWAHqcBOVR0RGxLhjkJ-3FyPt6HP-qcV16w@mail.gmail.com>
User-Agent: Mutt/1.5.21 (2010-09-15)
Archived-At: http://mailarchive.ietf.org/arch/msg/acme/x_CXkHQOnWcGAUqRFFxfSbeXnIs
Cc: "acme@ietf.org" <acme@ietf.org>, Paul Hoffman <paul.hoffman@vpnc.org>
Subject: Re: [Acme] Usage of HTTP Re: ACME or EST?
X-BeenThere: acme@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Automated Certificate Management Environment <acme.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/acme>, <mailto:acme-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/acme/>
List-Post: <mailto:acme@ietf.org>
List-Help: <mailto:acme-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/acme>, <mailto:acme-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 25 Nov 2014 23:16:32 -0000

On Tue, Nov 25, 2014 at 06:00:18PM -0500, Richard Barnes wrote:
> (new subject, since we're diverging from EST)
> 
> On Tue, Nov 25, 2014 at 5:37 PM, Nico Williams <nico@cryptonector.com>
> wrote:

Thanks.  You've answered my all questions.

> [...]
> The two ways to comply with that are (1) to use the same URI for
> everything, or (2) to start from a single URI and discover other URIs
> through the protocol.  Option (1) seemed simpler for this protocol.

I've a feeling that (2) is what the APPSWG folks like, but I'm fine with (1).

> > Clients could learn it via RFC5988 link relations, no?
> 
> Sure.  That would still be out-of-band w.r.t. ACME.

Er, it'd be hard to add this after the fact, but let's let fans of link
relations chime in if they care to.

> > Er, are there no requests for information?  E.g., OCSP Responses,
> > acceptable attributes (for CSRs), ...?
> 
> There are, but I had considered them outside of ACME.  For example, for
> cert renewal, you just do a GET to a URL provided by the server.

Ah!  Got it.  Thanks!

Nico
--