<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.37 (Ruby 3.0.2) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

]>


<rfc ipr="full3978trust200902" docName="draft-ietf-acme-dns-account-challenge-00" category="std" consensus="true" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="ACME-DNS-CHALLENGE">Automated Certificate Management Environment (ACME) DNS Labeled With ACME Account ID Challenge</title>

    <author fullname="Antonios A. Chariton">
      <organization>Independent Contributor</organization>
      <address>
        <email>daknob@daknob.net</email>
      </address>
    </author>
    <author fullname="Amir A. Omidi">
      <organization>Google</organization>
      <address>
        <email>aaomidi@google.com</email>
      </address>
    </author>
    <author fullname="James Kasten">
      <organization>Google</organization>
      <address>
        <email>jdkasten@google.com</email>
      </address>
    </author>
    <author fullname="Fotis Loukos">
      <organization>Google</organization>
      <address>
        <email>fotisl@google.com</email>
      </address>
    </author>
    <author fullname="Stanislaw A. Janikowski">
      <organization>Google</organization>
      <address>
        <email>stanwise@google.com</email>
      </address>
    </author>

    <date year="2023" month="July" day="10"/>

    <area>Security</area>
    <workgroup>Automated Certificate Management Environment</workgroup>
    <keyword>acme</keyword>

    <abstract>


<?line 52?>

<t>This document outlines a new challenge for the ACME protocol, enabling an ACME
client to answer a domain control validation challenge from an ACME server
using a DNS resource linked to the ACME Account ID. This allows multiple
systems or environments to handle challenge-solving for a single domain.</t>



    </abstract>

    <note title="About This Document" removeInRFC="true">
      <t>
        The latest revision of this draft can be found at <eref target="https://aaomidi.github.io/draft-ietf-acme-dns-account-challenge"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-acme-dns-account-challenge/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        WG Working Group mailing list (<eref target="mailto:acme@ietf.org"/>),
        which is archived at <eref target="https://datatracker.ietf.org/wg/acme/about/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/acme/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/aaomidi/draft-ietf-acme-dns-account-challenge"/>.</t>
    </note>


  </front>

  <middle>


<?line 59?>

<section anchor="introduction"><name>Introduction</name>

<t>The <spanx style="verb">dns-01</spanx> challenge specified in section 8.4 of <xref target="RFC8555"/> requires that
ACME clients validate the domain under the <spanx style="verb">_acme-challenge</spanx> label for the
<spanx style="verb">TXT</spanx> record. This unique label creates an impediment limiting the number of
other entities domain validation can be delegated to.</t>

<t>In multi-region deployments, where separate availability zones serve the same
content, and dependencies across them are avoided, operators need a way to
obtain a separate certificate per zone, for the same domain name. Similarly, in
cases of zero-downtime migration, two different setups of the infrastructure
may coexist for a long period of time, and both need access to valid
certificates.</t>

<t>Due to the uniqueness of the <spanx style="verb">_acme-challenge</spanx> label, operators today have to
pick a single ACME challenge solver for their domain name, and then add a
<spanx style="verb">CNAME</spanx> record to this infrastructure. A domain name can only have one <spanx style="verb">CNAME</spanx>
in DNS.</t>

<t>This document specifies a new challenge type, <spanx style="verb">dns-account-01</spanx>. This challenge
leverages the ACME Account Resource URL to present an account-unique stable
challenge to an ACME server. This challenge allows any domain name to delegate
its domain validation to more than one service through ACME account-unique DNS
records.</t>

<t>As now multiple labels can be used to prove domain control, and they depend on
the ACME account, any number of them can be generated in advance, and then all
required <spanx style="verb">CNAME</spanx> records can be created statically. The dynamic part of the
label depends on the ACME account and not the account key, to allow for
seamless account key rollover without the label changing. This ensures very
long-lived labels, without any security considerations.</t>

<t>This RFC does not intend to deprecate the <spanx style="verb">dns-01</spanx> challenge specified in
<xref target="RFC8555"/>. Since this new challenge does not modify or build on any
pre-existing challenges, the ability to complete the <spanx style="verb">dns-account-01</spanx> challenge
requires ACME server operators to deploy new changes to their codebase. This
makes adopting and using this challenge an opt-in process.</t>

</section>
<section anchor="conventions-and-definitions"><name>Conventions and Definitions</name>

<t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>

<?line -18?>

</section>
<section anchor="dns-account-01-challenge"><name>DNS-ACCOUNT-01 Challenge</name>

<t>When the identifier being validated is a domain name, the client can prove control of that domain by provisioning a <spanx style="verb">TXT</spanx> resource record containing a designated value for a specific validation domain name.</t>

<t><list style="symbols">
  <t>type (required, string): The string "dns-account-01".</t>
  <t>token (required, string): A random value that uniquely identifies the challenge. This value <bcp14>MUST</bcp14> have at least 128 bits of entropy. It <bcp14>MUST NOT</bcp14> contain any characters outside the base64url alphabet, including padding characters ("="). See <xref target="RFC4086"/> for additional information on additional requirements for secure randomness.</t>
</list></t>

<figure><artwork><![CDATA[
{
    "type": "dns-account-01",
    "url": "https://example.com/acme/chall/i00MGYwLWIx",
    "status": "pending",
    "token": "ODE4OWY4NTktYjhmYS00YmY1LTk5MDgtZTFjYTZmNjZlYTUx"
}
]]></artwork></figure>

<t>A client can fulfill this challenge by performing the following steps:</t>

<t><list style="symbols">
  <t>Construct a key authorization <xref section="8.1" sectionFormat="comma" target="RFC8555"/> from the <spanx style="verb">token</spanx> value provided in the challenge and the client's account key</t>
  <t>Compute the SHA-256 digest <xref target="FIPS180-4"/> of the key authorization</t>
  <t>Construct the validation domain name by prepending the following label to the domain name being validated:  <vspace blankLines='1'/>
    <figure><artwork><![CDATA[
"_acme-challenge_" || base32(SHA-256(Account Resource URL)[0:9])
]]></artwork></figure>
  <list style="symbols">
      <t>SHA-256 is the SHA hashing operation defined in <xref target="RFC6234"/></t>
      <t><spanx style="verb">[0:9]</spanx> is the operation that selects the first ten bytes (bytes 0 through 9 inclusive) from the previous SHA256 operation</t>
      <t>base32 is the operation defined in <xref target="RFC4648"/></t>
      <t>Account Resource URL is defined in <xref section="7.3" sectionFormat="comma" target="RFC8555"/> as the value in the Location header field</t>
      <t>The <spanx style="verb">"||"</spanx> operator indicates concatenation of strings</t>
    </list></t>
  <t>Provision a DNS <spanx style="verb">TXT</spanx> record with the base64url digest value under the constructed domain validation name</t>
</list></t>

<t>For example, if the domain name being validated is "www.example.org", and the account URL of "https://example.com/acme/acct/ExampleAccount" then the client would provision the following DNS record:</t>

<figure><artwork><![CDATA[
_acme-challenge_ujmmovf2vn55tgye.www.example.org 300 IN TXT "LoqXcYV8...jxAjEuX0.9jg46WB3...fm21mqTI"
]]></artwork></figure>

<t>(In the above, "..." indicates that the token and the JWK thumbprint in the key authorization have been truncated to fit on the page.)</t>

<t>Respond to the ACME server with an empty object ({}) to acknowledge that the challenge can be validated by the server</t>

<figure><artwork><![CDATA[
POST /acme/chall/Rg5dV14Gh1Q
Host: example.com
Content-Type: application/jose+json

{
  "protected": base64url({
    "alg": "ES256",
    "kid": "https://example.com/acme/acct/evOfKhNU60wg",
    "nonce": "SS2sSl1PtspvFZ08kNtzKd",
    "url": "https://example.com/acme/chall/Rg5dV14Gh1Q"
  }),
  "payload": base64url({}),
  "signature": "Q1bURgJoEslbD1c5...3pYdSMLio57mQNN4"
}
]]></artwork></figure>

<t>On receiving a response, the server constructs and stores the key authorization from the challenge <spanx style="verb">token</spanx> value and the current client account key.</t>

<t>To validate the <spanx style="verb">dns-account-01</spanx> challenge, the server performs the following steps:</t>

<t><list style="symbols">
  <t>Compute the SHA-256 digest <xref target="FIPS180-4"/> of the stored key authorization</t>
  <t>Compute the validation domain name with the account URL of the ACME account requesting validation</t>
  <t>Query for <spanx style="verb">TXT</spanx> records for the validation domain name</t>
  <t>Verify that the contents of one of the TXT records match the digest value</t>
</list></t>

<t>If all the above verifications succeed, then the validation is successful. If no DNS record is found, or DNS record and response payload do not pass these checks, then the server <bcp14>MUST</bcp14> fail the validation and mark the challenge as invalid.</t>

<t>The client <bcp14>SHOULD</bcp14> de-provision the resource record(s) provisioned for this challenge once the challenge is complete, i.e., once the "status" field of the challenge has the value "valid" or "invalid".</t>

<section anchor="errors"><name>Errors</name>

<t>The server <bcp14>SHOULD</bcp14> follow the guidelines set in <xref section="6.7" sectionFormat="comma" target="RFC8555"/> for error conditions that occur during challenge validation.</t>

<t>If the server is unable to find a TXT record for the validation domain name, it <bcp14>SHOULD</bcp14> include the account URL it used to construct the validation domain name in the problem document. Clients <bcp14>MUST NOT</bcp14> use or rely on the presence of this field to construct the validation domain name.</t>

</section>
<section anchor="implementation-considerations"><name>Implementation Considerations</name>

<t>As this challenge creates strong dependency on the <spanx style="verb">kid</spanx> account identifier, the server <bcp14>SHOULD</bcp14> ensure that the account identifier is not changed during the lifetime of the account.</t>

</section>
</section>
<section anchor="security-considerations"><name>Security Considerations</name>

<t>As this challenge that is introduced only differs in the left-most label of the domain name from the existing <spanx style="verb">dns-01</spanx> challenge, the same security considerations apply.</t>

<t>In terms of the construction of the label prepended to the domain name, there is no need for a cryptographic hash. The purpose of that is to create a long-lived and statistically distinctive record of minimal size.</t>

<t>SHA-256 was picked due to its broad adoption, hardware support, and existing need in implementations that would likely support <spanx style="verb">dns-account-01</spanx>.</t>

<t>The first 10 bytes were picked as a tradeoff: the value needs to be short enough to not significantly impact DNS record and response size, long enough to provide sufficient probability of collision avoidance across ACME accounts, and just the right size to have Base32 require no padding. As the algorithm is used for uniform distribution of inputs, and not for integrity, we do not consider the trimming a security issue.</t>

</section>
<section anchor="iana-considerations"><name>IANA Considerations</name>

<section anchor="dns-parameters"><name>DNS Parameters</name>

<t>The Underscored and Globally Scoped DNS Node Names is to be updated to include the following entry:</t>

<figure><artwork><![CDATA[
RR Type: TXT
_NODE NAME: _acme-challenge_*
Reference: This document
]]></artwork></figure>

<t>Where <spanx style="verb">_acme-challenge_*</spanx> denotes all node names beginning with the string <spanx style="verb">_acme-challenge_</spanx>. It does NOT refer to a DNS wildcard specification.</t>

</section>
<section anchor="acme-validation-method"><name>ACME Validation Method</name>

<t>The "ACME Validation Methods" registry is to be updated to include the following entry:</t>

<figure><artwork><![CDATA[
label: dns-account-01
identifier-type: dns
ACME: Y
Reference: This document
]]></artwork></figure>

</section>
</section>


  </middle>

  <back>


    <references title='Normative References'>

<reference anchor="FIPS180-4" target="https://csrc.nist.gov/publications/detail/fips/180/4/final">
  <front>
    <title>Secure Hash Standard (SHS)</title>
    <author >
      <organization>National Institute of Standards and Technology</organization>
    </author>
    <date year="2015" month="August"/>
  </front>
</reference>


<reference anchor="RFC8555">
  <front>
    <title>Automatic Certificate Management Environment (ACME)</title>
    <author fullname="R. Barnes" initials="R." surname="Barnes"/>
    <author fullname="J. Hoffman-Andrews" initials="J." surname="Hoffman-Andrews"/>
    <author fullname="D. McCarney" initials="D." surname="McCarney"/>
    <author fullname="J. Kasten" initials="J." surname="Kasten"/>
    <date month="March" year="2019"/>
    <abstract>
      <t>Public Key Infrastructure using X.509 (PKIX) certificates are used for a number of purposes, the most significant of which is the authentication of domain names. Thus, certification authorities (CAs) in the Web PKI are trusted to verify that an applicant for a certificate legitimately represents the domain name(s) in the certificate. As of this writing, this verification is done through a collection of ad hoc mechanisms. This document describes a protocol that a CA and an applicant can use to automate the process of verification and certificate issuance. The protocol also provides facilities for other certificate management functions, such as certificate revocation.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8555"/>
  <seriesInfo name="DOI" value="10.17487/RFC8555"/>
</reference>

<reference anchor="RFC2119">
  <front>
    <title>Key words for use in RFCs to Indicate Requirement Levels</title>
    <author fullname="S. Bradner" initials="S." surname="Bradner"/>
    <date month="March" year="1997"/>
    <abstract>
      <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="14"/>
  <seriesInfo name="RFC" value="2119"/>
  <seriesInfo name="DOI" value="10.17487/RFC2119"/>
</reference>

<reference anchor="RFC8174">
  <front>
    <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
    <author fullname="B. Leiba" initials="B." surname="Leiba"/>
    <date month="May" year="2017"/>
    <abstract>
      <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="14"/>
  <seriesInfo name="RFC" value="8174"/>
  <seriesInfo name="DOI" value="10.17487/RFC8174"/>
</reference>

<reference anchor="RFC4086">
  <front>
    <title>Randomness Requirements for Security</title>
    <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd"/>
    <author fullname="J. Schiller" initials="J." surname="Schiller"/>
    <author fullname="S. Crocker" initials="S." surname="Crocker"/>
    <date month="June" year="2005"/>
    <abstract>
      <t>Security systems are built on strong cryptographic algorithms that foil pattern analysis attempts. However, the security of these systems is dependent on generating secret quantities for passwords, cryptographic keys, and similar quantities. The use of pseudo-random processes to generate secret quantities can result in pseudo-security. A sophisticated attacker may find it easier to reproduce the environment that produced the secret quantities and to search the resulting small set of possibilities than to locate the quantities in the whole of the potential number space.</t>
      <t>Choosing random quantities to foil a resourceful and motivated adversary is surprisingly difficult. This document points out many pitfalls in using poor entropy sources or traditional pseudo-random number generation techniques for generating such quantities. It recommends the use of truly random hardware techniques and shows that the existing hardware on many systems can be used for this purpose. It provides suggestions to ameliorate the problem when a hardware solution is not available, and it gives examples of how large such quantities need to be for some applications. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="106"/>
  <seriesInfo name="RFC" value="4086"/>
  <seriesInfo name="DOI" value="10.17487/RFC4086"/>
</reference>

<reference anchor="RFC6234">
  <front>
    <title>US Secure Hash Algorithms (SHA and SHA-based HMAC and HKDF)</title>
    <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd"/>
    <author fullname="T. Hansen" initials="T." surname="Hansen"/>
    <date month="May" year="2011"/>
    <abstract>
      <t>Federal Information Processing Standard, FIPS</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="6234"/>
  <seriesInfo name="DOI" value="10.17487/RFC6234"/>
</reference>

<reference anchor="RFC4648">
  <front>
    <title>The Base16, Base32, and Base64 Data Encodings</title>
    <author fullname="S. Josefsson" initials="S." surname="Josefsson"/>
    <date month="October" year="2006"/>
    <abstract>
      <t>This document describes the commonly used base 64, base 32, and base 16 encoding schemes. It also discusses the use of line-feeds in encoded data, use of padding in encoded data, use of non-alphabet characters in encoded data, use of different encoding alphabets, and canonical encodings. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="4648"/>
  <seriesInfo name="DOI" value="10.17487/RFC4648"/>
</reference>




    </references>



<?line 239?>

<section numbered="false" anchor="acknowledgments"><name>Acknowledgments</name>

</section>


  </back>

<!-- ##markdown-source:
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

-->

</rfc>

