<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.36 (Ruby 3.2.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-vanbrouwershaven-acme-auto-discovery-00" category="info" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.17.4 -->
  <front>
    <title abbrev="ACME Auto-Discovery">Auto-discovery mechanism for ACME client configuration</title>
    <seriesInfo name="Internet-Draft" value="draft-vanbrouwershaven-acme-auto-discovery-00"/>
    <author initials="P." surname="van Brouwershaven" fullname="Paul van Brouwershaven">
      <organization abbrev="Entrust">Entrust Limited</organization>
      <address>
        <postal>
          <street>2500 Solandt Road – Suite 100</street>
          <city>Ottawa, Ontario</city>
          <code>K2K 3G5</code>
          <country>Canada</country>
        </postal>
        <email>paul.vanbrouwershaven@entrust.com</email>
      </address>
    </author>
    <author initials="M." surname="Ounsworth" fullname="Mike Ounsworth">
      <organization abbrev="Entrust">Entrust Limited</organization>
      <address>
        <postal>
          <street>2500 Solandt Road – Suite 100</street>
          <city>Ottawa, Ontario</city>
          <code>K2K 3G5</code>
          <country>Canada</country>
        </postal>
        <email>mike.ounsworth@entrust.com</email>
      </address>
    </author>
    <date year="2023" month="July" day="06"/>
    <area>SEC</area>
    <workgroup>ACME</workgroup>
    <keyword>ACME</keyword>
    <keyword>Auto-discovery</keyword>
    <keyword>CAA</keyword>
    <abstract>
      <?line 56?>

<t>A significant impediment to the widespread adoption of the Automated Certificate Management Environment (ACME) <xref target="RFC8555"/> is that ACME clients need to be pre-configured with the URL of the ACME server to be used. This often leaves domain owners at the mercy of their hosting provider as to which Certification Authorities (CAs) can be used. This specification provides a mechanism to bootstrap ACME client configuration from a domain's DNS CAA Resource Record <xref target="RFC8659"/>, thus giving control of which CA(s) to use back to the domain owner.</t>
      <t>Specifically, this document specifies two new extensions to the DNS CAA Resource Record: the "discovery" and "priority" parameters. Additionally, it registers the URI "/.well-known/acme" at which all compliant ACME servers will host their ACME directory object. By retrieving instructions for the ACME client from the authorized CA(s), this mechanism allows for the domain owner to configure multiple CAs in either load-balanced or fallback prioritizations which improves user preferences and increases diversity in certificate issuers.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="TODO"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-vanbrouwershaven-acme-auto-discovery/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        ACME 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/vanbroup/acme-auto-discovery"/>.</t>
    </note>
  </front>
  <middle>
    <?line 63?>

<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="sec-intro">
      <name>Introduction</name>
      <t>The ACME protocol <xref target="RFC8555"/> offers a powerful framework for automating the issuance and validation of certificates, eliminating the need for user intervention. This capability has significantly streamlined the process of obtaining certificates for servers and infrastructure software. However, in shared environments, where multiple entities coexist, users often face limitations in modifying ACME client configurations. Consequently, they are forced to rely on manual certificate management systems or default Certificate Authorities (CAs) preconfigured for the shared environment.</t>
      <t>This document introduces a mechanism to address the aforementioned challenge by enabling the automatic discovery of ACME client configurations for relevant domain names within a shared environment. The solution leverages the DNS Certification Authority Authorization (CAA) Resource Record <xref target="RFC8659"/> to identify the authorized Certification Authorities capable of issuing certificates for a specific domain name or set of domain names.</t>
      <t>By leveraging the power of CAA records, this mechanism empowers users with enhanced control and flexibility. Users can specify their preferences, choose from a broader range of certificate issuers, and even designate a backup Certification Authority.</t>
      <t>This approach facilitates a more diverse and adaptable certificate management process within shared and managed environments.
This document provides a detailed description of the proposed mechanism, along with its benefits and considerations.</t>
      <t>Additionally, it outlines the security aspects associated with the use of CAA records for ACME client configuration discovery. Finally, this document presents IANA considerations and references relevant normative and informative documents.</t>
      <t>It is important to note that this document is informational in nature and serves to provide guidance and recommendations to implementers and operators within the Internet community.</t>
    </section>
    <section anchor="caa-record">
      <name>CAA Record</name>
      <section anchor="extensions-to-the-caa-record">
        <name>Extensions to the CAA Record</name>
        <t>This document defines the "discovery" and "priority" CAA parameters in the context of ACME auto discovery.</t>
        <section anchor="the-discovery-parameter">
          <name>The "discovery" Parameter</name>
          <t>The "discovery" parameter is used to control the auto-discovery functionality of the record in the context of this document.
The value of this parameter, if specified, <bcp14>MUST</bcp14> be a Boolean, where "true" indicates that this record can be used for auto discovery, and "false" indicates that this record should not be used for auto discovery.</t>
          <t>When this parameter is not specified the client <bcp14>MUST</bcp14> assume that discovery is enabled.</t>
        </section>
        <section anchor="the-priority-parameter">
          <name>The "priority" Parameter</name>
          <t>The value of this parameter, if specified, <bcp14>MUST</bcp14> contain digits, where the value "1" represents the highest priority, and subsequent values like "2", "3", and so on, indicate progressively lower priorities.</t>
          <t>The default priority, in case this parameter is not specified will be "0".</t>
        </section>
      </section>
      <section anchor="examples">
        <name>Examples</name>
        <t>This section shows some examples of how CAA records can be configured in the context of ACME auto discovery. CAA records are used to authorize Certification Authorities (CAs) to issue certificates for a specific domain name.</t>
        <t>A simple CAA record allows the issuance of certificates from a single designated CA. In the following example, the CAA record for the domain "example.com" authorizes the CA "ca.example" to issue certificates. However, it does not specify any backup CA. Consequently, if the authorized CA is unable to issue the requested certificate, the certificate issuance will fail.</t>
        <sourcecode type="dns-rr"><![CDATA[
example.com CAA 0 issue "ca.example"
]]></sourcecode>
        <t>By default, when multiple CAA records are present, the CAs are randomized to distribute the load. However, some users may have preferences regarding the order in which CAs are attempted for certificate issuance. To explicitly specify the order, the "priority" parameter can be used.</t>
        <t>In the next example, the domain "example.com" has two CAA records. The CAA record with "ca2.example" has a higher priority value of 2, indicating it should be attempted first. The CAA record with "ca1.example" has a lower priority value of 1, indicating it should be attempted second.</t>
        <sourcecode type="dns-rr"><![CDATA[
example.com CAA 0 issue "ca1.example; priority=2"
example.com CAA 0 issue "ca2.example; priority=1"
]]></sourcecode>
        <t>CAA records that do not explicitly specify a priority are automatically assigned the highest priority, which is 0. In cases where multiple CAA records have the same priority, the usage will be randomized.</t>
        <t>Consider the following example, where the domain "example.com" has three CAA records. The CAA record with "ca1.example" has no specified priority, and thus it is assigned the highest priority of 0. The CAA records with "ca2.example" and "ca3.example" both have a priority of 1. In this scenario, the ACME client will first attempt to obtain its configuration from "ca1.example". If that fails, it will randomly select either "ca2.example" or "ca3.example" and attempt to obtain the configuration. If all attempts fail, the certificate issuance will ultimately fail.</t>
        <sourcecode type="dns-rr"><![CDATA[
example.com CAA 0 issue "ca1.example"
example.com CAA 0 issue "ca2.example; priority=1"
example.com CAA 0 issue "ca3.example; priority=1"
]]></sourcecode>
        <t>Furthermore, it is possible to configure CAA records to indicate a preference for specific types of certificates. In the following example, the domain "example.com" prefers Extended Validation (EV) certificates issued by "ca1.example". If the issuance of an EV certificate fails, the ACME client will attempt to obtain any type of certificate from "ca1.example". If that also fails, it will then try to obtain any type of certificate from "ca2.example".</t>
        <sourcecode type="dns-rr"><![CDATA[
example.com CAA 0 issue "ca1.example; validationmethods=ca-ev"
example.com CAA 0 issue "ca1.example; priority=1"
example.com CAA 0 issue "ca2.example; priority=2"
]]></sourcecode>
        <t>Implementers and operators should carefully configure CAA records according to their specific requirements and considerations.
// COMMENT: If a mechanism for enabling or disabling auto-discovery is required, users may need to configure their preferences accordingly. While enabling auto-discovery by default could promote adoption, it could lead to unexpected certificate issuance (see the security considerations). For instance, in the given example, if the default setting is set to false, only CA 2 will be used to retrieve the ACME client configuration.</t>
        <sourcecode type="dns-rr"><![CDATA[
example.com CAA 0 issue "ca1.example"
example.com CAA 0 issue "ca2.example; discovery=true"
]]></sourcecode>
      </section>
    </section>
    <section anchor="acme-client-configuration">
      <name>ACME Client Configuration</name>
      <t>To enable the ACME client to obtain the necessary configuration information for interacting with the authorized Certification Authority (CA)'s ACME server, a mechanism leveraging the well-known directory is proposed.</t>
      <t>The well-known directory is a standardized location within the domain's web server where clients can discover specific resources or configurations. In the context of ACME client configuration retrieval, a copy of the ACME directory object or a redirect to it is placed in the well-known directory of the CA's domain, which is specified as a constraint in the CAA record. This allows the ACME client to conveniently retrieve the required configuration.</t>
      <t>For instance, when the CAA record restricts certificate issuance to the CA "ca.example" for the domain "example.com", the ACME client retrieves the ACME directory object as specified in Section 7.1.1 of ACME <xref target="RFC8555"/> from the URL "https://ca.example/.well-known/acme".</t>
      <t>While an alternative consideration was to include the ACME server address directly as an attribute in the CAA record, it was determined that this approach could introduce clutter and significantly increase the size of the record. Additionally, a rigid binding between the CAA record and the ACME server address may present challenges if the CA needs to change its server address in the future.</t>
      <t>Thus, the approach outlined in this document, utilizing the well-known directory for ACME client configuration retrieval, offers flexibility for CAs to manage and update their ACME server addresses while maintaining a concise and focused CAA record.
It is important for implementers and operators to ensure the availability and accessibility of the ACME directory object within the well-known directory to facilitate successful ACME client configuration retrieval.</t>
    </section>
    <section anchor="sec-behavior">
      <name>ACME Client Behavior</name>
      <t>The process looks as follows:</t>
      <artset>
        <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="480" width="560" viewBox="0 0 560 480" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
            <path d="M 8,32 L 8,128" fill="none" stroke="black"/>
            <path d="M 80,136 L 80,432" fill="none" stroke="black"/>
            <path d="M 96,128 L 96,304" fill="none" stroke="black"/>
            <path d="M 120,32 L 120,128" fill="none" stroke="black"/>
            <path d="M 208,112 L 208,176" fill="none" stroke="black"/>
            <path d="M 336,32 L 336,96" fill="none" stroke="black"/>
            <path d="M 336,144 L 336,240" fill="none" stroke="black"/>
            <path d="M 336,272 L 336,352" fill="none" stroke="black"/>
            <path d="M 336,400 L 336,464" fill="none" stroke="black"/>
            <path d="M 440,96 L 440,136" fill="none" stroke="black"/>
            <path d="M 440,352 L 440,392" fill="none" stroke="black"/>
            <path d="M 552,32 L 552,96" fill="none" stroke="black"/>
            <path d="M 552,144 L 552,240" fill="none" stroke="black"/>
            <path d="M 552,272 L 552,352" fill="none" stroke="black"/>
            <path d="M 552,400 L 552,464" fill="none" stroke="black"/>
            <path d="M 8,32 L 120,32" fill="none" stroke="black"/>
            <path d="M 336,32 L 552,32" fill="none" stroke="black"/>
            <path d="M 120,80 L 328,80" fill="none" stroke="black"/>
            <path d="M 336,96 L 552,96" fill="none" stroke="black"/>
            <path d="M 128,112 L 208,112" fill="none" stroke="black"/>
            <path d="M 8,128 L 120,128" fill="none" stroke="black"/>
            <path d="M 336,144 L 552,144" fill="none" stroke="black"/>
            <path d="M 208,176 L 336,176" fill="none" stroke="black"/>
            <path d="M 336,240 L 552,240" fill="none" stroke="black"/>
            <path d="M 336,272 L 552,272" fill="none" stroke="black"/>
            <path d="M 96,304 L 328,304" fill="none" stroke="black"/>
            <path d="M 336,352 L 552,352" fill="none" stroke="black"/>
            <path d="M 336,400 L 552,400" fill="none" stroke="black"/>
            <path d="M 80,432 L 336,432" fill="none" stroke="black"/>
            <path d="M 336,464 L 552,464" fill="none" stroke="black"/>
            <path d="M 496,320 L 504,304" fill="none" stroke="black"/>
            <polygon class="arrowhead" points="448,392 436,386.4 436,397.6" fill="black" transform="rotate(90,440,392)"/>
            <polygon class="arrowhead" points="448,136 436,130.4 436,141.6" fill="black" transform="rotate(90,440,136)"/>
            <polygon class="arrowhead" points="336,304 324,298.4 324,309.6" fill="black" transform="rotate(0,328,304)"/>
            <polygon class="arrowhead" points="336,80 324,74.4 324,85.6" fill="black" transform="rotate(0,328,80)"/>
            <polygon class="arrowhead" points="136,112 124,106.4 124,117.6" fill="black" transform="rotate(180,128,112)"/>
            <polygon class="arrowhead" points="88,136 76,130.4 76,141.6" fill="black" transform="rotate(270,80,136)"/>
            <g class="text">
              <text x="148" y="68">1.</text>
              <text x="176" y="68">DNS</text>
              <text x="220" y="68">Lookup</text>
              <text x="272" y="68">(CAA)</text>
              <text x="408" y="68">DNS</text>
              <text x="460" y="68">Resolver</text>
              <text x="36" y="84">ACME</text>
              <text x="84" y="84">Client</text>
              <text x="232" y="164">DNS</text>
              <text x="284" y="164">Response</text>
              <text x="392" y="164">example.com</text>
              <text x="456" y="164">CAA</text>
              <text x="376" y="180">Record:</text>
              <text x="148" y="212">2.</text>
              <text x="188" y="212">Select</text>
              <text x="244" y="212">issuer</text>
              <text x="292" y="212">(CA)</text>
              <text x="392" y="212">example.com</text>
              <text x="184" y="228">based</text>
              <text x="220" y="228">on</text>
              <text x="268" y="228">priority</text>
              <text x="360" y="228">CAA</text>
              <text x="384" y="228">0</text>
              <text x="416" y="228">issue</text>
              <text x="488" y="228">"ca.example</text>
              <text x="148" y="292">3.</text>
              <text x="192" y="292">Connect</text>
              <text x="252" y="292">issuer</text>
              <text x="300" y="292">(CA)</text>
              <text x="428" y="308">https://example.ca</text>
              <text x="448" y="324">.well-known</text>
              <text x="516" y="324">acme</text>
              <text x="484" y="372">Redirect</text>
              <text x="460" y="388">or</text>
              <text x="496" y="388">alias</text>
              <text x="140" y="420">ACME</text>
              <text x="200" y="420">Directory</text>
              <text x="268" y="420">Object</text>
              <text x="444" y="436">https://acme.ca.example/</text>
            </g>
          </svg>
        </artwork>
        <artwork type="ascii-art"><![CDATA[
+-------------+                          +--------------------------+
|             |                          |                          |
|             |  1. DNS Lookup (CAA)     |       DNS Resolver       |
| ACME Client +------------------------->+                          |
|             |                          +------------+-------------+
|             |<---------+                            |
+----------+--+          |                            v
         ^ |             |               +--------------------------+
         | |             | DNS Response  | example.com CAA          |
         | |             +---------------+ Record:                  |
         | |                             |                          |
         | |     2. Select issuer (CA)   | example.com              |
         | |        based on priority    | CAA 0 issue "ca.example  |
         | |                             +--------------------------+
         | |
         | |                             +--------------------------+
         | |     3. Connect issuer (CA)  |                          |
         | +---------------------------->+  https://example.ca/     |
         |                               |        .well-known/acme  |
         |                               |                          |
         |                               +------------+-------------+
         |                                            | Redirect
         |                                            v or alias
         |                               +--------------------------+
         |     ACME Directory Object     |                          |
         +-------------------------------+ https://acme.ca.example/ |
                                         |                          |
                                         +--------------------------+
]]></artwork>
      </artset>
      <ol spacing="normal" type="1"><li>The ACME client initiates a DNS lookup to retrieve the CAA record(s) according to <xref target="RFC8659"/>.
  a. The DNS resolver responds with the CAA record for each domain, specifying the authorized CAs capable of issuing certificates, along with their priorities and other optional parameters.</li>
        <li>The ACME client analyzes the CAA records for the domain and selects the CA with the highest priority.</li>
        <li>The ACME client will download the ACME directory from the well-known location of the issuer-domain-name of the selected CA (https://[issuer-domain-name]/.well-known/acme)</li>
        <li>If the directory object indicates that an External Account Binding is required, but this is not configured on the ACME client, the client will try to determine an alternative common CA in step 2.
  a. If no alternative CA can be found, the process with end with a failure and the user will be informed.</li>
        <li>The ACME client proceeds with the ACME challenge process, where it interacts with the ACME server to complete the required validation steps.</li>
        <li>Upon successful completion of the challenge, the ACME client sends a finalize request to the ACME server, indicating the completion of the certificate issuance process.</li>
        <li>The ACME server processes the request and issues the certificate.</li>
        <li>The ACME client receives the issued certificate from the ACME server.</li>
        <li>The certificate is ready for use by the ACME client for the specified domain(s).</li>
      </ol>
      <t>Prior to establishing a connection with the default ACME server or a pool of ACME servers, the ACME client verifies the presence of any configured CA Authorization records (CAA) as defined in <xref target="RFC8659"/>. If a CAA record is found, the ACME client will attempt to obtain a certificate from the CA with the highest priority. If the certificate issuance attempt fails, the client will proceed to lower-priority CAs in an attempt to obtain the certificate.</t>
      <t>In the event of a failed attempt to obtain a certificate from a particular CA, the ACME client employs a retry mechanism to ensure successful certificate acquisition. However, in cases where certain CAs are known to be temporarily unavailable, the ACME client <bcp14>MAY</bcp14> choose to ignore those CAs for a limited period of time. By temporarily excluding unresponsive CAs from the issuance process, the client can optimize its certificate acquisition strategy and enhance overall efficiency. This approach helps mitigate potential delays caused by unresponsive CAs and allows the client to focus on viable options for obtaining the required certificate.</t>
      <t>ACME clients <bcp14>SHOULD</bcp14> notify the user if the enrollment of a certificate from a specific CA fails multiple times, even if the client successfully obtains a certificate from an alternative CA. This notification is essential to ensure that users are promptly informed about recurring enrollment failures, allowing them to take appropriate measures. By providing such notifications, clients enable users to assess and address any underlying issues, seek alternative solutions, or make informed decisions regarding their certificate management processes.</t>
      <t>In order to promote the adoption of ACME in Enterprise environments, it is crucial for implementers and operators to recognize the significance of External Account Bindings. The section dedicated to External Account Bindings provides valuable information and guidelines for effectively incorporating this feature.</t>
      <section anchor="certificates-with-multiple-domain-names">
        <name>Certificates with multiple domain names</name>
        <t>When the ACME client initiates a certificate request for multiple domain names, it is required to check the CAA records for each domain. The purpose of this check is to identify a Certification Authority (CA) that is authorized by all the domain names intended to be included in the certificate. If, during the evaluation of CAA records, no common CA can be identified that satisfies the authorization requirements of all the domain names, the certificate issuance process will fail.</t>
        <t>To mitigate the risk of encountering failures in the certificate issuance process due to incompatible CAA records, it is crucial to ensure that certificates only include domain names that are under the control of the same entity. By maintaining a consistent ownership and control of the domain names included in a certificate, the likelihood of encountering authorization conflicts among CAA records is minimized. This practice promotes a more streamlined and reliable certificate issuance process, reducing the potential for errors and ensuring that the certificate accurately represents the domains controlled by a single entity.</t>
        <t>The process with multiple domain names looks as follows:
1. The ACME client identifies the list of domain names for which a certificate is requested.
2. For each domain in the list, the ACME client initiates a DNS lookup to retrieve the CAA record(s) according to <xref target="RFC8659"/>.
  a. The DNS resolver responds with the CAA record for each domain, specifying the authorized CAs capable of issuing certificates, along with their priorities and other optional parameters.
3. The ACME client analyzes the CAA records for all domains to identify a common CA that is authorized by all included domains and has the highest priority.
  a. If a common CA is found, the ACME client proceeds with step 4.
  b. If no common CA is found, the ACME client tries to find a compromise using as few as possible domains with a lower priority.
  c. If no compromise can be found, the process will end with a failure and the user will be informed.
4. The ACME client will download the ACME directory from the well-known location of the issuer-domain-name of the selected common CA (https://[issuer-domain-name]/.well-known/acme)
5. If an External Account Binding is required but not configured the ACME client will try to determine an alternative common CA in step 3.
  a. If no alternative CA can be found, the process with end with a failure and the user will be informed.
6. The ACME client proceeds with the ACME challenge process, where it interacts with the ACME server to complete the required validation steps.
7. Upon successful completion of the challenge, the ACME client sends a finalize request to the ACME server, indicating the completion of the certificate issuance process.
8. The ACME server processes the request and issues the certificate.
9. The ACME client receives the issued certificate from the ACME server.
10. The certificate is ready for use by the ACME client for the specified domain(s).</t>
      </section>
    </section>
    <section anchor="external-account-binding">
      <name>External Account Binding</name>
      <t>Clients <bcp14>SHOULD</bcp14> provide users with the ability to configure and utilize external account bindings per CA or ACME server, as it offers enhanced security and flexibility in managing the certificate provisioning process.</t>
      <t>External account bindings are not only crucial for users seeking to provision certificates with stronger authentication requirements such as OV, EV, and QWAC, but they can also be applicable to Domain Validation (DV) certificates covered by a commercial agreement. By offering the configuration option for external account bindings, clients enable users to establish a secure association between their ACME accounts and external accounts, facilitating streamlined and authenticated certificate issuance processes. This flexibility accommodates a wide range of certificate types and use cases, ensuring that users can provision certificates with the appropriate level of authentication based on their specific requirements, whether they be DV certificates covered by a commercial agreement or certificates with higher levels of validation. Therefore, it is essential for clients to implement the external account binding configuration option to support the diverse needs of users in obtaining certificates with varying authentication levels.</t>
      <t>It is crucial for Certification Authorities (CAs) to carefully consider the internal account binding mechanisms described in this document. This is especially critical given the current lack of widespread support for external account bindings in user interfaces, with only a few command line utilities offering such functionality. By recognizing and implementing the internal account binding approach, CAs can provide a viable alternative for users who may not have access to or be familiar with external account binding options. This will help ensure a seamless and secure account linkage process, even in situations where the availability of external account binding configurations is limited.</t>
      <section anchor="internal-account-binding-using-domain-control-validation">
        <name>Internal Account Binding using Domain Control Validation</name>
        <t>In addition to the external account binding mechanism, an alternative approach can be implemented by the CAs that offers distinct advantages, particularly in cases where service providers may not expose the account binding configuration options to their users. This alternative method leverages domain control validation as the initial step in the process and subsequently pauses to await confirmation from the account holder regarding the account binding. The email address associated with the ACME account can be utilized for differentiating between multiple Certification Authority (CA) accounts holding the same domain name.</t>
        <t>The process to establish an internal account binding would be as follows:</t>
        <ol spacing="normal" type="1"><li>The user adds the domain name to their Certification Authority (CA) account and completes the domain control verification process within this account.</li>
          <li>The user initiates the ACME process for certificate issuance or a new authorization.</li>
          <li>The ACME client validates domain control for the requested domain.</li>
          <li>Upon successful domain control validation the CA does not mark the authorizations as completed but awaits the completion of the account binding.</li>
          <li>The CA, having confirmed domain control, uses the provided email address associated with the ACME account to distinguish between different CA accounts that have confirmed control over the same domain name.</li>
          <li>The account holder receives a notification or prompt and confirms the account binding within the CA's system.</li>
          <li>Once the account binding is confirmed, the CA marks the ACME authorization as completed and the ACME client proceeds with the remaining steps of the ACME process, such as finalizing the certificate issuance.</li>
        </ol>
        <t>It is important to note that before the ACME process can start, the domain name must be added to the CA account and the domain control validation process must be successfully completed. This ensures that the domain ownership is verified for both accounts before proceeding with the account binding.</t>
      </section>
      <section anchor="internal-account-binding-using-email-address">
        <name>Internal Account Binding using Email Address</name>
        <t>When ACME clients provide the email address associated with the user's account during the creation of a new account, Certification Authorities (CAs) can utilize this email address to establish an internal account binding between the ACME account and the corresponding customer account within their internal systems. This approach offers an alternative method for establishing the account linkage, particularly in cases where the ACME integration's user interface does not provide explicit external account binding configuration options.</t>
        <t>However, it is crucial to acknowledge that this internal account binding mechanism introduces potential vulnerabilities, particularly in relation to phishing attacks. It is imperative to exercise caution when utilizing this mechanism since the email address associated with the ACME account is not verified, and the account binding request can be initiated by any party. Careful consideration should be given to the security implications of relying solely on the email address for establishing the account linkage.</t>
      </section>
    </section>
    <section anchor="sec-iana">
      <name>IANA Considerations</name>
      <section anchor="well-known-uri-for-the-acme-directory">
        <name>Well-Known URI for the ACME Directory</name>
        <t>The following value has been registered in the "Well-Known URIs" registry (using the template from <xref target="RFC5785"/>):</t>
        <artwork><![CDATA[
URI suffix: acme
Change controller: IETF
Specification document(s): RFC XXXX, Section Y.Z
Related information: N/A
]]></artwork>
        <t>RFC EDITOR: Please replace XXXX above with the RFC number assigned to this document</t>
        <t>// TODO: add CAA attributes (not sure if these can be registered)</t>
        <!-- End of IANA Considerations section -->

</section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <section anchor="risks-with-auto-discovery-of-authorized-cas">
        <name>Risks with Auto-Discovery of Authorized CAs</name>
        <t>The mechanism described in this document relies on the DNS Certification Authority Authorization (CAA) Resource Record <xref target="RFC8659"/> to determine the authorized Certification Authorities (CAs) capable of issuing certificates for a given domain name(s). However, there are potential risks associated with the automatic provisioning of certificates without an explicit indication from the user.</t>
        <section anchor="unexpected-certificate-issuance">
          <name>Unexpected Certificate Issuance</name>
          <t>Where the issuance of certificates is currently restricted through CAA records and certificates are provisioned through alternative means (i.e., manual or via a proprietary API) certificates can unexpectedly be replaced with a similar certificate or a certificate of a different type (e.g., DV versus EV) if the ACME client supports this new mechanism.</t>
          <t>Its recommended that users who which to obtain certificates attesting to more than domain validation (DV) control, restrict the validation method using a CA specific “validationmethods” CAA parameter value (e.g., “ca-ov”, “ca-ev”, “ca-qwac”) as specified by <xref target="RFC8657"/>.</t>
        </section>
        <section anchor="issuance-by-the-wrong-authorized-ca">
          <name>Issuance by the 'wrong' authorized CA</name>
          <t>In scenarios where a domain name authorizes multiple CAs without specifying a weight or preference attribute, there is a risk that the ACME client may unexpectedly request a certificate from one of the authorized CAs that was only included as backup.
To mitigate this risk, it is recommended that users who have multiple CAA records explicitly configure the CAA record to include a weight or preference attribute to indicate their desired CA for certificate issuance.</t>
          <t>Additionally, ACME clients should provide clear visibility and feedback to users regarding the CA from which certificates will be obtained, ensuring that it aligns with their expectations.</t>
        </section>
      </section>
      <section anchor="malicious-acme-servers">
        <name>Malicious ACME Servers</name>
        <t>One potential security risk associated with the mechanism defined in this document is the possibility of domain owners placing links to malicious ACME servers into their DNS CAA Resource Records in order to attack the infrastructure of hosting providers. Malicious actors could exploit vulnerabilities in the ACME client implementation or inject malicious code, potentially leading to unauthorized access or remote code execution on the client's system.</t>
        <t>To minimize this risk, ACME clients must be written with a cautious and security-conscious approach when interacting with ACME servers. It is crucial not to blindly trust servers to behave securely and in accordance with the ACME protocol.</t>
      </section>
      <section anchor="terms-of-service-and-acceptance">
        <name>Terms of Service and Acceptance</name>
        <t>The terms of service associated with different CAs can vary, and it is important to consider how these terms are handled within the context of auto-discovery.</t>
        <section anchor="implicit-acceptance-of-terms-of-service">
          <name>Implicit Acceptance of Terms of Service</name>
          <t>As the ACME client is not explicitly controlled by the user in a shared environment, the user's explicit approval of the terms of service presented by the CA becomes challenging. In the absence of a direct user interaction with the ACME client, it is assumed that the user accepts the terms of service by explicitly configuring the CAA record to authorize the CA.</t>
          <t>ACME clients are strongly encouraged to display the relevant terms of service for the obtained certificates to ensure users have visibility into the associated obligations and restrictions. This helps users make informed decisions about their certificate management and ensures compliance with the terms of service set by the authorized CA.</t>
        </section>
        <section anchor="acceptance-through-caa-attribute">
          <name>Acceptance Through CAA Attribute</name>
          <t>One potential enhancement to address the explicit acceptance of terms of service is the inclusion of a CAA attribute called "termsOfServiceAgreed". This attribute would provide a direct mechanism for users to indicate their agreement to the terms of service.</t>
          <t>However, it is important to consider the trade-offs associated with adding this type of data to the CAA record. The inclusion of additional attributes can be perceived as clutter and may increase the complexity of configuring the CAA record. Therefore, the authors of this document recommend relying on the implicit acceptance of the terms of service.</t>
          <t>By configuring the CAA record to authorize a specific CA, users implicitly indicate their acceptance of the associated terms of service. This approach strikes a balance between simplicity and compliance with the CA's requirements. It is crucial for ACME clients to display the relevant terms of service for the obtained certificates, ensuring that users have visibility and can make informed decisions regarding their certificate management.</t>
        </section>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <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="RFC8659">
          <front>
            <title>DNS Certification Authority Authorization (CAA) Resource Record</title>
            <author fullname="P. Hallam-Baker" initials="P." surname="Hallam-Baker"/>
            <author fullname="R. Stradling" initials="R." surname="Stradling"/>
            <author fullname="J. Hoffman-Andrews" initials="J." surname="Hoffman-Andrews"/>
            <date month="November" year="2019"/>
            <abstract>
              <t>The Certification Authority Authorization (CAA) DNS Resource Record allows a DNS domain name holder to specify one or more Certification Authorities (CAs) authorized to issue certificates for that domain name. CAA Resource Records allow a public CA to implement additional controls to reduce the risk of unintended certificate mis-issue. This document defines the syntax of the CAA record and rules for processing CAA records by CAs.</t>
              <t>This document obsoletes RFC 6844.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8659"/>
          <seriesInfo name="DOI" value="10.17487/RFC8659"/>
        </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>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="RFC8657">
          <front>
            <title>Certification Authority Authorization (CAA) Record Extensions for Account URI and Automatic Certificate Management Environment (ACME) Method Binding</title>
            <author fullname="H. Landau" initials="H." surname="Landau"/>
            <date month="November" year="2019"/>
            <abstract>
              <t>The Certification Authority Authorization (CAA) DNS record allows a domain to communicate an issuance policy to Certification Authorities (CAs) but only allows a domain to define a policy with CA-level granularity. However, the CAA specification (RFC 8659) also provides facilities for an extension to admit a more granular, CA-specific policy. This specification defines two such parameters: one allowing specific accounts of a CA to be identified by URIs and one allowing specific methods of domain control validation as defined by the Automatic Certificate Management Environment (ACME) protocol to be required.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8657"/>
          <seriesInfo name="DOI" value="10.17487/RFC8657"/>
        </reference>
        <reference anchor="RFC5785">
          <front>
            <title>Defining Well-Known Uniform Resource Identifiers (URIs)</title>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham"/>
            <author fullname="E. Hammer-Lahav" initials="E." surname="Hammer-Lahav"/>
            <date month="April" year="2010"/>
            <abstract>
              <t>This memo defines a path prefix for "well-known locations", "/.well-known/", in selected Uniform Resource Identifier (URI) schemes. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5785"/>
          <seriesInfo name="DOI" value="10.17487/RFC5785"/>
        </reference>
      </references>
    </references>
    <?line 352?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>TODO acknowledge.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+Vd65Ibx3X+j6dogz9ERguQS4q6bCTZy+XK3rKopUlKiiIr
VY2ZBjDhYAaentklLMuld8ifpCqpyrPkUfQkObe+zQywS8XOpcIqW7vATF9O
n8t3Ln12NptN2qItzYmannZtPcsLm9VXptmpjcnWuirsRi3rRp2ePTtXWVmY
qlVZXS2LVdfotqir6UQvFo25wgHwGRrlqRtlOsl0a1Z1sztRRbWsJ5O8ziq9
gfnyRi/b2ZWuFk3dXZvGrvWVqWY625iZTpYye/BgYrvFprAWJmx3W3j74vzV
Z0rdUbq0NUxdVLnZGvi/qp0eqenF6RP4Dyx7evHi1WfTSdVtFqY5meSwmJMJ
rN+aynb2RLVNZyaw9kcT3Rh9ol6en02u6+b1Cta0PaFdT16bHXyUn0zUjD/A
/yYLxE/OTk8nsP4Oxlcqfl0pXvHXMGxRrdSv8Tv4dKOL8kThdn9VmHY5r5sV
fKqbbH2i1m27tSf378N6ddvo7LVp5u6h+9er+/jWfb2ou/Y+zla0625xooSW
2/sjNITHSti8bU/Uq8unl5MJfL2uG1zsDP6H/4oKCPJ8jsOoJ/GZyPd8bM91
V+59BJZ3os4roKpt1efFpmhNLl85LpFv5VPbNsbAmh4+fvBAvaxLXeWtelHr
XP304z+plx0MoI7h+PnprGiBjy7bVl/rI3VZtbopavdd3cHI8PWZrnSu/ac5
rPm3D3+rHv36sXxmmPJb2Mi8z36/Mry8eVZv+qR5NleXXWWBF9p1QpJnxWsz
+Or/Eik2sIF57TaQ0GBS1c0GBP2K+PrFZ2cfPn782P34/uOPTiYTlOveM+8/
/kB+fPzBh/D4ZDabwbYt8nI7mZwqW6yqYllkGtRJsdmavNigZmlr1a6Nui5y
Y7cgkLnSeb1FNaPqJX2FggdzmVydmaalIYAuz2CjK0NDnFdXRVNX9PNdFMB7
6ltZ9neqsDCIbmNtZlVlYDSYeWEUzDlz2g0+vAbBolm/fPG5XwC+ak0DQiUv
ddbkc/VqDYPXy9ZUqjTASlblsNACFn5dAXcpmBVf35gm28lYRaPWtW1RKWyb
+go23ShtcdTrdZGtox0iAU5JYIu2gKHvnp3aewqo15vfbk0W3pBBYe5ImeOa
67rFo9ju1+pq2dQbeI/38I5VT794iSpOvTC27prMwA8ZKEWmLfDBd0ewo86C
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

-->

</rfc>
