[Acme] [Technical Errata Reported] RFC9448 (9172)

rfc-editor@rfc-editor.org Fri, 11 September 2026 16:23 UTC

Return-Path: <rfc-editor@rfc-editor.org>
X-Original-To: acme@ietf.org
Delivered-To: acme@mail2.ietf.org
Received: from errata-celery-6f84c7996-wb2x7 (gaia.k8s.ietf.org [4.156.85.76]) by mail2.ietf.org (Postfix) with ESMTP id 620D01391689C; Fri, 11 Sep 2026 09:23:32 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ietf.org; s=ietf1; t=1789143812; bh=l3yGUDliA/L/HLAxxzMpcrNGYndpl+NN1SGqQT+0x0c=; h=Subject:From:To:Cc:Date; b=vdgnN1zcIXFtV6AyE2GhePc6s/oaMcCqggcCp94uLrtkWXKhwKA5LW1GJnVcvPwU+ 94U3E0KXAcY12bDvFLlvMOV4EEb2P5YTMegXsgDtOrUuf3CBFgtM7R7qexisTrmc2c icX1VWqHDIpabRBZj30ENLremCnsaLHHgU4y2o+A=
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: rfc-editor@rfc-editor.org
To: rdd@cert.org, jon.peterson@transunion.com, david_hancock@comcast.com, rsalz@akamai.com, stndrds-inacio@andrew.cmu.edu, mary.ietf.barnes@gmail.com, debcooley1@gmail.com, chris@appliedbits.com
Date: Fri, 11 Sep 2026 16:23:32 -0000
message-id: <178914381230.16.2749915498052541897@rfc-editor.org>
Message-ID-Hash: Z5RTDGD43EXQ7U5AC2MUPIKWWF3JV3DZ
X-Message-ID-Hash: Z5RTDGD43EXQ7U5AC2MUPIKWWF3JV3DZ
X-MailFrom: rfc-editor@rfc-editor.org
X-Mailman-Rule-Hits: nonmember-moderation
X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-acme.ietf.org-0
CC: rfc-editor@rfc-editor.org, acme@ietf.org, chris@appliedbits.com
X-Mailman-Version: 3.3.9rc6
Precedence: list
Subject: [Acme] [Technical Errata Reported] RFC9448 (9172)
List-Id: Automated Certificate Management Environment <acme.ietf.org>
Archived-At: <https://mailarchive.ietf.org/arch/msg/acme/CGNjRM9BCOWDVHz-YwUNYSNreJ4>
List-Archive: <https://mailarchive.ietf.org/arch/browse/acme>
List-Help: <mailto:acme-request@ietf.org?subject=help>
List-Owner: <mailto:acme-owner@ietf.org>
List-Post: <mailto:acme@ietf.org>
List-Subscribe: <mailto:acme-join@ietf.org>
List-Unsubscribe: <mailto:acme-leave@ietf.org>

The following errata report has been submitted for RFC9448,
"TNAuthList Profile of Automated Certificate Management Environment (ACME) Authority Token"

--------------------------------------
You may review the report below and at:
https://errata.rfc-editor.org/eid9172/

--------------------------------------
Type: Technical
Reported by: Chris Wendt <chris@appliedbits.com>

Section 4 says:

Original Text
-------------
"challenges": [
    {
      "type": "tkauth-01",
      "tkauth-type": "atc",
      "token-authority": "https://authority.example.org",
      "url": "https://example.com/acme/chall/prV_B7yEyA4",
      "token": "IlirfxKKXAsHtmzK29Pj8A"
    }
  ]

Corrected Text
--------------
"challenges": [
    {
      "type": "tkauth-01",
      "tkauth-type": "atc",
      "token-authority": "https://authority.example.org",
      "url": "https://example.com/acme/chall/prV_B7yEyA4",
      "status": "pending",
      "token": "IlirfxKKXAsHtmzK29Pj8A"
    }
  ]

Notes
-----
RFC 8555, Section 8, lists "status" as a required field of a challenge object.
The tkauth-01 challenge object within the "challenges" array omits it. At this
point in the flow the challenge is pending, so the object should include
"status": "pending". (The enclosing authorization object correctly carries its
own "status": "pending"; the omission is only on the inner challenge object.)

Instructions:
-------------
This erratum is currently posted as "Reported". Please
use "Reply All" to discuss whether it should be verified or
rejected. When a decision is reached, the verifying party  
will log in to change the status and edit the report, if necessary.

--------------------------------------
RFC9448 (draft-ietf-acme-authority-token-tnauthlist)
--------------------------------------
Title               : TNAuthList Profile of Automated Certificate Management Environment (ACME) Authority Token
Publication Date    : September 2023
Author(s)           : C. Wendt, D. Hancock, M. Barnes, J. Peterson
Category            : Proposed Standard
Source              : acme (sec)
Stream              : IETF
Verifying Party     : IESG