<?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.7.19 (Ruby 3.1.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-dnsop-domain-verification-techniques-06" category="bcp" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.23.2 -->
  <front>
    <title abbrev="Domain Control Validation using DNS">Domain Control Validation using DNS</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-dnsop-domain-verification-techniques-06"/>
    <author initials="S." surname="Sahib" fullname="Shivan Sahib">
      <organization>Brave Software</organization>
      <address>
        <email>shivankaulsahib@gmail.com</email>
      </address>
    </author>
    <author initials="S." surname="Huque" fullname="Shumon Huque">
      <organization>Salesforce</organization>
      <address>
        <email>shuque@gmail.com</email>
      </address>
    </author>
    <author initials="P." surname="Wouters" fullname="Paul Wouters">
      <organization>Aiven</organization>
      <address>
        <email>paul.wouters@aiven.io</email>
      </address>
    </author>
    <author initials="E." surname="Nygren" fullname="Erik Nygren">
      <organization>Akamai Technologies</organization>
      <address>
        <email>erik+ietf@nygren.org</email>
      </address>
    </author>
    <date year="2024" month="October" day="21"/>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 173?>

<t>Many application services on the Internet need to verify ownership or control of a domain in the Domain Name System (DNS). The general term for this process is "Domain Control Validation", and can be done using a variety of methods such as email, HTTP/HTTPS, or the DNS itself. This document focuses only on DNS-based methods, which typically involve the Application Service Provider requesting a DNS record with a specific format and content to be visible in the domain to be verified. There is wide variation in the details of these methods today. This document provides some best practices to avoid known problems.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Source for this draft and an issue tracker can be found at
  <eref target="https://github.com/ietf-wg-dnsop/draft-ietf-dnsop-domain-verification-techniques/"/>.</t>
    </note>
  </front>
  <middle>
    <?line 177?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Many Application Service Providers of internet services need domain owners to prove that they control a particular DNS domain before the Application Service Provider can operate services for or grant some privilege to that domain. For instance, Certification Authorities (CAs) ask requesters of TLS certificates to prove that they operate the domain they are requesting the certificate for. Application Service Providers generally allow for several different ways of proving control of a domain. In practice, DNS-based methods take the form of the Application Service Provider generating a random token and asking the requester to create a DNS record containing this random token and placing it at a location within the domain that the Application Service Provider can query for. Generally only one time-bound DNS record is sufficient for proving domain ownership.</t>
      <t>This document describes pitfalls associated with some common practices using DNS-based techniques deployed today, and recommends using TXT based domain control validation in a way that is time-bounded and targeted to the service. The <xref target="appendix"/> includes a more detailed survey of different methods used by a set of Application Service Providers.</t>
      <t>Other techniques such as email or HTTP(S) based validation are out-of-scope.</t>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",
"MAY", and "OPTIONAL" 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.
<?line -6?>
      </t>
      <ul spacing="normal">
        <li>
          <t><tt>Application Service Provider</tt>: an internet-based provider of a service, for e.g., a Certification Authority or a service that allows for user-controlled websites. These services often require a User to verify that they control a domain. The Application Service Provider may be implementing a standard protocol for domain validation (such as <xref target="RFC8555"/>) or they may have their own specification.</t>
        </li>
        <li>
          <t><tt>Intermediary</tt>: an internet-based service that leverages the services of other providers on behalf of a User. For example, an Intermediary might be a service that allows for User-controlled websites and in-turn needs to use a Certification Authority provider to get TLS certificates for the User on behalf of the website.</t>
        </li>
        <li>
          <t><tt>Validation Record</tt>: the DNS record that is used to prove ownership of a domain name (<xref target="RFC9499"/>). It typically contains an unguessable value generated by the Application Service Provider which serves as a challenge. The Application Service Provider looks for the Validation Record in the zone of the domain name being verified and checks if it contains the unguessable value.</t>
        </li>
        <li>
          <t><tt>User</tt>: the owner or operator of a domain in the DNS who needs to prove ownership of that domain to an Application Service Provider.</t>
        </li>
        <li>
          <t><tt>Random Token</tt>: a random value that uniquely identifies the DNS domain control validation challenge, defined in <xref target="random-token"/>.</t>
        </li>
      </ul>
    </section>
    <section anchor="pitfalls">
      <name>Common Pitfalls</name>
      <t>A very common but unfortunate technique in use today is to employ a DNS TXT record and placing it at the exact domain name whose control is being validated (e.g., often the zone apex). This has a number of known operational issues. If the User has multiple application services employing this technique, it will end up with multiple DNS TXT records having the same owner name; one record for each of the services.</t>
      <t>Since DNS resource record sets are treated atomically, a query for the Validation Record will return all TXT records in the response. There is no way for the verifier to specifically query only the TXT record that is pertinent to their application service. The verifier must obtain the aggregate response and search through it to find the specific record it is interested in.</t>
      <t>Additionally, placing many such TXT records at the same name increases the size of the DNS response. If the size of the UDP response (UDP being the most common DNS transport today) is large enough that it does not fit into the Path MTU of the network path, this may result in IP fragmentation, which can be unreliable due to firewalls and middleboxes is vulnerable to various attacks (<xref target="AVOID-FRAGMENTATION"/>). Depending on message size limits configured or being negotiated, it may alternatively cause the DNS server to "truncate" the UDP response and force the DNS client to re-try the query over TCP in order to get the full response. Not all networks properly transport DNS over TCP and some DNS software mistakenly believe TCP support is optional (<xref target="RFC9210"/>).</t>
      <t>Other possible issues may occur. If a TXT record (or any other record type) is designed to be placed at the same domain name that is being validated, it may not be possible to do so if that name already has a CNAME record. This is because CNAME records cannot co-exist with other (non-DNSSEC) records at the same name. This situation cannot occur at the apex of a DNS zone, but can at a name deeper within the zone.</t>
      <t>When multiple distinct services specify placing Validation Records at the same owner name, there is no way to delegate an application specific domain Validation Record to a third party. Furthermore, even without delegation, an organization may have a shared DNS zone where they need to provide record level permissions to the specific division within the organization that is responsible for the application in question. This can't be done if all applications expect to find validation records at the same name.</t>
      <t>The presence of a Validation Record with a predictable domain name (either as a TXT record for the exact domain name where control is being validated or with a well-known label) can allow attackers to enumerate the utilized set of Application Service Providers.</t>
      <t>Using a CNAME as a Validation Record can give unintended powers to the target of the CNAME, at least when the owner name of the Validation Record is a valid hostname.  This can allow the Validation Record to itself be a hostname where services might be offered.</t>
      <t>This specification proposes the use of application-specific labels in the owner name of a Validation Record to address these issues.</t>
    </section>
    <section anchor="scope">
      <name>Scope of Validation</name>
      <t>For security reasons, it is crucial to understand the scope of the domain name being validated. Both Application Service Providers and the User need to clearly specify and understand whether the validation request is for a single hostname, a wildcard (all hostnames immediately under that domain), or for the entire domain and subdomains rooted at that name. This is particularly important in large multi-tenant enterprises, where an individual deployer of a service may not necessarily have operational authority of an entire domain.</t>
      <t>In the case of X.509 certificate issuance, the certificate signing request and associated challenge are clear about whether they are for a single host or a wildcard domain. Unfortunately, the ACME protocol's DNS-01 challenge mechanism (<xref section="8.4" sectionFormat="comma" target="RFC8555"/>) does not differentiate these cases in the DNS Validation Record. In the absence of this distinction, the DNS administrator tasked with deploying the Validation Record may need to explicitly confirm the details of the certificate issuance request to make sure the certificate is not given broader authority than the User intended.  (The ACME protocol is addressing this in <xref target="ACME-SCOPED-CHALLENGE"/>.)</t>
      <t>In the more general case of an Internet application service granting authority to a domain owner, again no existing DNS challenge scheme makes this distinction today. New applications should consider having different application names for different scopes, as described below in <xref target="scope-indication"/>. Regardless, services should very clearly indicate the scope of the validation in their public documentation so that the domain administrator can use this information to assess whether the Validation Record is granting the appropriately scoped authority.</t>
      <section anchor="domain-boundaries">
        <name>Domain Boundaries</name>
        <t>The hierarchical structure of domain names do not necessarily define boundaries of ownership and administrative control (e.g., as discussed in <xref target="I-D.draft-tjw-dbound2-problem-statement"/>). Some domain names are "public suffixes" (<xref target="RFC9499"/>) where care may need to be taken when validating control. For example, there are security risks if an Application Service Provider can be tricked into believing that an attacker has control over ".co.uk" or ".com". The volunteer-managed Public Suffix List <xref target="PSL"/> is one mechanism available today that can be useful for identifying public suffixes.</t>
        <t>Future specifications may provide better mechanisms or recommendations for defining domain boundaries or for enabling organizational administrators to place constraints on domains and subdomains. See <xref target="constraint-examples"/> for cases where DNS records can be used as constraints complementary to domain verification.</t>
      </section>
    </section>
    <section anchor="recommendations">
      <name>Recommendations</name>
      <t>All Domain Control Validation mechanisms are implemented by a resource record with:</t>
      <t>1) An owner name related to the domain name being validated, and
2) One or more random tokens</t>
      <t>Both of these are issued to the User by either an Application Service Provider or an Intermediary. An issued random token then needs to exist in at least one of the following to demonstrate the User has control over the domain name being validated:</t>
      <t>1) Validation Record's RDATA
2) The target of a CNAME (or chain of CNAMEs)
3) Label of the owner name</t>
      <t>Variations on this approach exist to meet different uses.</t>
      <section anchor="random-token">
        <name>Random Token</name>
        <t>A unique token used in the challenge. It should be a random value issued between parties (Application Service Provider to User, Application Service Provider to Intermediary, or Intermediary to User) with the following properties:</t>
        <ol spacing="normal" type="1"><li>
            <t>MUST have at least 128 bits of entropy.</t>
          </li>
          <li>
            <t>base64url (<xref section="5" sectionFormat="comma" target="RFC4648"/>) encoded, base32 (<xref section="6" sectionFormat="comma" target="RFC4648"/>) encoded, or base16 (<xref section="8" sectionFormat="comma" target="RFC4648"/>) encoded.</t>
          </li>
        </ol>
        <t>See <xref target="RFC4086"/> for additional information on randomness requirements.</t>
        <t>Base32 encoding or hexadecimal base16 encoding are RECOMMENDED to be specified when the random token would exist in a DNS label such as in a CNAME target.  This is because base64 relies on mixed case (and DNS is case-insensitive as clarified in <xref target="RFC4343"/>) and because some base64 characters ("/", "+", and "=") may not be permitted by implementations that limit allowed characters to those allowed in hostnames.  If base32 is used, it SHOULD be specified in way that safely omits the trailing padding ("=").  Note that DNS labels are limited to 63 octets which limits how large such a token may be.</t>
        <t>This random token is placed in either the RDATA or an owner name, as described in the rest of this section.  Some methods of validation may involve multiple independent random tokens.</t>
      </section>
      <section anchor="name">
        <name>Validation Record Owner Name</name>
        <t>The RECOMMENDED format for a Validation Record's owner name is application-specific underscore prefix labels. Domain Control Validation Records are constructed by the Application Service Provider by prepending the label "<tt>_&lt;PROVIDER_RELEVANT_NAME&gt;-challenge</tt>" to the domain name being validated (e.g. "_foo-challenge.example.com"). The prefix "_" is used to avoid collisions with existing hostnames and to prevent the owner name from being a valid hostname.</t>
        <t>If an Application Service Provider has an application-specific need to have multiple validations for the same label, multiple prefixes can be used, such as "<tt>_&lt;FEATURE&gt;._&lt;PROVIDER_RELEVANT_NAME&gt;-challenge</tt>".</t>
        <t>An Application Service Provider may also specify prepending a random token to the owner name of a validation record, such as "<tt>_&lt;RANDOM_TOKEN&gt;._&lt;PROVIDER_RELEVANT_NAME&gt;-challenge</tt>". This can be done either as part of the challenge itself (<xref target="cname-dcv"/>), to support multiple Intermediaries (<xref target="multiple"/>), or to make it harder for a third party to scan what Application Service Providers are being used by a given domain name.</t>
        <section anchor="scope-indication">
          <name>Scope Indication</name>
          <t>For applications that may apply more broadly than to a single hostname, the RECOMMENDED approach is to differentiate the application-specific underscore prefix labels to also include the scope (see <xref target="scope"/>). In particular:</t>
          <ul spacing="normal">
            <li>
              <t>"<tt>_&lt;PROVIDER_RELEVANT_NAME&gt;-host-challenge.example.com</tt>" applies only to the specific hostname of "example.com" and not to anything underneath it.</t>
            </li>
            <li>
              <t>"<tt>_&lt;PROVIDER_RELEVANT_NAME&gt;-wildcard-challenge.example.com</tt>" applies to all hostnames at the level immediately underneath "example.com". For example, it would apply to "foo.example.com" but not "example.com" nor "quux.bar.example.com"</t>
            </li>
            <li>
              <t>"<tt>_&lt;PROVIDER_RELEVANT_NAME&gt;-domain-challenge.example.com</tt>" applies to the entire domain "example.com" as well as its subdomains. For example, it would apply to all of "example.com", "foo.example.com", and "quux.bar.example.com"</t>
            </li>
          </ul>
          <t>The Application Service Provider will normally know which of these scoped DNS records to query based on the User's requested configuration, so this does not typically result in multiple queries for different possible scopes. If discovery of scope is needed for a specific application as part of the domain control validation process, then the scope could alternatively be encoded in a key value pair in the record data.</t>
          <t>Note that the ACME DNS challenge specification <xref target="ACME-SCOPED-CHALLENGE"/> has incorporated this scope indication format.</t>
          <t>Application owners SHOULD utilize the IANA "Underscored and Globally Scoped DNS Node Names" registry <xref target="UNDERSCORE-REGISTRY"/> and avoid using underscore labels that already exist in the registry.</t>
        </section>
        <section anchor="cname-considerations">
          <name>CNAME Considerations</name>
          <t>Any Validation Records that might include a CNAME MUST have a name that is distinct from the domain name being validated, as a CNAME MUST NOT be placed at the same domain name that is being validated.  All Validation Records that have a CNAME as their owner name MUST begin with an underscore so as to not be valid hostnames.  The recommended format in <xref target="name"/> as well as others below all have this property.</t>
          <t>This is for the same reason already cited in <xref target="pitfalls"/>. CNAME records cannot co-exist with other (non-DNSSEC) data, and there may already be other record types that exist at the domain name. Instead, as with the TXT record recommendation, an Application Service Provider specific label should be added as a subdomain of the domain to be verified. This ensures that the CNAME does not collide with other record types.</t>
          <t>Note that some DNS implementations permit the deployment of CNAME records co-existing with other record types. These implementations are in violation of the DNS protocol. Furthermore, they can cause resolution failures in unpredictable ways depending on the behavior of DNS resolvers, the order in which query types for the name are processed, etc. In short, they cannot work reliably and these implementations should be fixed.</t>
        </section>
      </section>
      <section anchor="txt-record">
        <name>TXT Record</name>
        <t>The RECOMMENDED method of doing DNS-based domain control validation is to use DNS TXT records as the Validation Record. The name is constructed as described in <xref target="name"/>, and RDATA MUST contain at least a Random Token (constructed as in <xref target="random-token"/>). If there are multiple RDATA strings for a record, the Application Service Provider MUST treat them as a concatenated string. If metadata (see <xref target="metadata"/>) is not used, then the unique token generated as-above can be placed as the only contents of the RDATA. For example:</t>
        <artwork><![CDATA[
_foo-challenge.example.com.  IN   TXT  "3419...3d206c4"
]]></artwork>
        <t>This again allows the Application Service Provider to query only for application-specific records it needs, while giving flexibility to the User adding the DNS record (i.e., they can be given permission to only add records under a specific prefix by the DNS administrator).</t>
        <t>Application Service Providers MUST validate that a random token in the TXT record matches the one that they gave to the User for that specific domain name. Whether or not multiple Validation Records can exist for the same domain is up to the Application Service Provider's application specification. In case there are multiple TXT records for the specific domain name, the Application Service Provider MUST confirm at least one record matches.</t>
        <section anchor="metadata">
          <name>Token Metadata</name>
          <t>It may be desirable to associate metadata with the token in a Validation Record. When specified, metadata SHOULD be encoded in the RDATA via space-separated ASCII key-value pairs <xref target="RFC1464"/>, with the key "token" prefixing the random token. For example:</t>
          <artwork><![CDATA[
_foo-challenge.example.com.  IN   TXT  "token=3419...3d206c4"
]]></artwork>
          <t>If there are multiple tokens required, each one MUST be in a separate RR to allow them to match up with any additional attributes.  For example:</t>
          <artwork><![CDATA[
_foo-challenge.example.com.  IN   TXT  "token=3419...3d206c4 attr=bar"
                             IN   TXT  "token=5454...45dc45a attr=quux"
]]></artwork>
          <t>The token MUST be the first element in the key-value list. If the TXT record RDATA is not prefixed with <tt>token=</tt> then <xref target="RFC1464"/> encoding MUST NOT be assumed (as this might split the trailing "==" or "=" at the end of base64 encoding).</t>
          <t>If an alternate syntax is used by the Application Service Provider for token metadata, they MUST specify a grammar for it.</t>
        </section>
        <section anchor="expiry-metadata">
          <name>Metadata For Expiry</name>
          <t>Application Service Providers MUST provide clear instructions on when a Validation Record can be removed.</t>
          <t>These instructions SHOULD be encoded in the RDATA as token metadata (<xref target="metadata"/> using the key "expiry" to hold a time after which it is safe to remove the Validation Record. For example:</t>
          <artwork><![CDATA[
_foo-challenge.example.com.  IN   TXT  "token=3419...3d206c4 expiry=2023-02-08T02:03:19+00:00"
]]></artwork>
          <t>When an expiry time is specified, the value of "expiry" SHALL be in ISO 8601 format as specified in <xref section="5.6" sectionFormat="comma" target="RFC3339"/>.</t>
          <t>A simpler variation of the expiry time is also ISO 8601 valid and can also be specified, using the "full-date" format. For example:</t>
          <artwork><![CDATA[
_foo-challenge.example.com.  IN   TXT  "token=3419...3d206c4 expiry=2023-02-08"
]]></artwork>
          <t>Alternatively, if the record should never expire (for instance, if it may be checked periodically by the Application Service Provider) and should not be removed, the key "expiry" SHALL be set to have value "never".</t>
          <artwork><![CDATA[
_foo-challenge.example.com.  IN   TXT  "token=3419...3d206c4 expiry=never"
]]></artwork>
          <t>The "expiry" key MAY be omitted in cases where the Application Service Provider has clarified the record expiry policy out-of-band (<xref target="github"/>).</t>
          <artwork><![CDATA[
_foo-challenge.example.com.  IN   TXT  "token=3419...3d206c4"
]]></artwork>
          <t>Note that this is semantically the same as:</t>
          <artwork><![CDATA[
_foo-challenge.example.com.  IN   TXT  "3419...3d206c4"
]]></artwork>
          <t>The User SHOULD de-provision the resource record provisioned for DNS-based domain control validation once it is no longer required.</t>
        </section>
      </section>
      <section anchor="delegated">
        <name>Delegated Domain Control Validation</name>
        <t>Delegated domain control validation lets a User delegate the domain control validation process for their domain to an Intermediary without granting the Intermediary the ability to make changes to their domain or zone configuration.  It is a variation of the above TXT record validation (<xref target="txt-record"/>) that indirectly inserts a CNAME record prior to the TXT record.</t>
        <t>The Intermediary gives the User a CNAME record to add for the domain and Application Service Provider being validated that points to the Intermediary's domain, where the actual validation TXT record is placed. The record name and base16-encoded (or base32-encoded) random tokens are generated as in <xref target="random-token"/>. For example:</t>
        <artwork><![CDATA[
_foo-challenge.example.com.  IN   CNAME  <intermediary-random-token>.dcv.intermediary.example.
]]></artwork>
        <t>The Intermediary then adds the actual Validation Record in a domain they control:</t>
        <artwork><![CDATA[
<intermediary-random-token>.dcv.intermediary.example.  IN   TXT "<provider-random-token>"
]]></artwork>
        <t>Such a setup is especially useful when the Application Service Provider wants to periodically re-issue the challenge with a new provider random token. CNAMEs allow automating the renewal process by letting the Intermediary place the random token in their DNS zone instead of needing continuous write access to the User's DNS.</t>
        <t>Importantly, the CNAME record target also contains a random token issued by the Intermediary to the User (preferably over a secure channel) which proves to the Intermediary that example.com is controlled by the User. The Intermediary must keep an association of Users and domain names to the associated Intermediary-random-tokens. Without a linkage validated by the Intermediary during provisioning and renewal there is the risk that an attacker could leverage a "dangling CNAME" to perform a "subdomain takeover" attack (<xref target="SUBDOMAIN-TAKEOVER"/>).</t>
        <t>When a User stops using the Intermediary they should remove the domain control validation CNAME in addition to any other records they have associated with the Intermediary.</t>
        <t>See <xref target="delegated-examples"/> for examples.</t>
      </section>
      <section anchor="multiple">
        <name>Domain Control Validation Supporting Multiple Intermediaries</name>
        <t>There are use-cases where a User may wish to simultaneously use multiple intermediaries or multiple independent accounts with an Application Service Provider. For example, a hostname may be using a "multi-CDN" where the hostname simultaneously uses multiple Content Delivery Network (CDN) providers.</t>
        <t>To support this, Application Service Providers may support prefixing the challenge with a label containing an unique account identifier of the form <tt>_&lt;identifier-token&gt;</tt> and following the requirements of <xref target="random-token"/>, specified as either base32 or base16 encoded. This identifier token should be stable over time and would be provided to the User by the Application Service Provider, or by an Intermediary in the case where domain validation is delegated (<xref target="delegated"/>).</t>
        <t>The resulting record could either directly contain a TXT record or a CNAME (as in <xref target="delegated"/>).  For example:</t>
        <artwork><![CDATA[
_<identifier-token>._foo-challenge.example.com.  IN   TXT  "3419...3d206c4"
]]></artwork>
        <t>or</t>
        <artwork><![CDATA[
_<identifier-token>._foo-challenge.example.com.  IN   CNAME  <intermediary-random-token>.dcv.intermediary.example.
]]></artwork>
        <t>When performing validation, the Application Service Provider would resolve the DNS name containing the appropriate identifier token.</t>
        <t>Application Service Providers may wish to always prepend the <tt>_&lt;identifier-token&gt;</tt> to make it harder for third parties to scan, even absent supporting multiple intermediaries.  The <tt>_&lt;identifier-token&gt;</tt> MUST start with an underscore so as to not be a valid hostname.</t>
      </section>
      <section anchor="specification-of-validation-records">
        <name>Specification of Validation Records</name>
        <t>Validation Records need to be securely relayed from an Application Service Provider to a DNS administrator. Application Service Providers and Intermediaries SHOULD offer detailed and easily-accessible help pages, keeping in mind that the DNS administrator might not have a login account on the website of the Application Service Provider or Intermediary. Similarly, for clarity, the entire DNS resource record (RR) using the Fully Qualified Domain Name to be added SHOULD be provided along with help instructions.  Where possible, APIs SHOULD be used to relay instructions.</t>
      </section>
      <section anchor="time-bound-checking">
        <name>Time-bound checking</name>
        <t>After domain control validation is completed, there is typically no need for the TXT or CNAME record to continue to exist as the presence of the domain validation DNS record for a service only implies that a User with access to the service also has DNS control of the domain at the time the code was generated. It should be safe to remove the validation DNS record once the validation is done and the Application Service Provider doing the validation should specify how long the validation will take (i.e., after how much time can the validation DNS record be deleted).</t>
        <t>Some Application Service Providers currently require the Validation Record to remain in the zone indefinitely for periodic revalidation purposes. This practice should be discouraged. Subsequent validation actions using an already disclosed token are no guarantee that the original owner is still in control of the domain, and a new challenge needs to be issued.</t>
        <t>One exception is if the record is being used as part of a delegated domain control validation setup (<xref target="delegated"/>); in that case, the CNAME record that points to the actual validation TXT record cannot be removed as long as the User is still relying on the Intermediary.</t>
      </section>
      <section anchor="ttl-considerations">
        <name>TTL Considerations</name>
        <t>The TTL <xref target="RFC1034"/> for Validation Records SHOULD be short to allow recovering from potential misconfigurations. These records will not be polled frequently so caching or resolver load will not be an issue.</t>
        <t>The Application Service Provider looking up a Validation Record may have to wait for up to the SOA minimum TTL (negative caching TTL) of the enclosing zone for the record to become visible, if it has been previously queried. If the application User wants to make the Validation Record visible more quickly they may need to work with the DNS administrator to see if they are willing to lower the SOA minimum TTL (which has implications across the entire zone).</t>
        <t>Application Service Providers' verifiers MAY wish to use dedicated DNS resolvers configured with a low maximum negative caching TTL, flush Validation Records from resolver caches prior to issuing queries or just directly query authoritative name servers to avoid caching.</t>
      </section>
      <section anchor="cname-dcv">
        <name>CNAME Records for Domain Control Validation</name>
        <t>CNAME records MAY be used instead of TXT records where specified by Application Service Providers to support Users who are unable to create TXT records. Two forms of this are common: including the random token in the owner name of a validation record, or including the random token as a part of the CNAME target. This approach has a number of limitations relative to using TXT records.</t>
        <section anchor="random-token-in-owner-names">
          <name>Random Token in Owner Names</name>
          <t>Application Service Providers MAY specify that a random token be included in the owner name of a validation record.  In this case an underscore-prefixed label MUST be used (e.g., <tt>_&lt;token&gt;._foo</tt> or <tt>_foo-&lt;token&gt;</tt>). The resource record is then a CNAME to a domain name specified by the Application Service Provider. The Application Service Provider uses the presence of a resource record at the CNAME target to perform the validation, validating the both presence of the record as well as the CNAME target. The CNAME target of the Validation Record MUST exist in order to verify the domain. For example:</t>
          <artwork><![CDATA[
_<random-token>._foo-challenge.example.com.  IN   CNAME dcv.provider.example.
]]></artwork>
          <t>In practice, many Application Service Providers that employ CNAMEs for domain control validation today use an entirely random subdomain label which works to avoid accidential collisions, but which could allow for a malicious Application Service Provider to smuggle instructions from some other Application Service Provider. Adding an provider-specific component in addition (such as <tt>_&lt;token&gt;._foo-challenge</tt> or <tt>_foo-&lt;token&gt;-challenge</tt>) make it easier for the domain owner to keep track of why and for what service a Validation Record has been deployed.</t>
          <t>Since the random token exists entirely in the challenge, it is not possible to delegate Domain Control Validation challenges of this form to Intermediaries in a way that allows the Intermediary to refresh the challenge over time.</t>
        </section>
        <section anchor="random-token-in-cname-targets">
          <name>Random Token in CNAME Targets</name>
          <t>An Application Service Provider MAY specify using CNAME records instead of TXT records for Domain Control Validation. In this case, the target of the CNAME would contain the base16-encoded (or base32-encoded) random token followed by a suffix specified by the Application Service Provider. For example:</t>
          <artwork><![CDATA[
_foo-challenge.example.com.  IN   CNAME <random-token>.dcv.provider.example.
]]></artwork>
          <t>The Application Service Provider then validates that the target of the CNAME matches the token provided. This approach has similar properties to TXT records (<xref target="txt-record"/>) but does not allow for additional attributes such as expiry to be added.</t>
          <t>As mentioned in <xref target="cname-considerations"/>, the owner name of the Validation Record MUST be distinct from the domain name being validated.</t>
        </section>
      </section>
      <section anchor="interactions-with-dname">
        <name>Interactions with DNAME</name>
        <t>Domain control validation in the presence of a DNAME <xref target="RFC6672"/> is theoretically possible. Since a DNAME record redirects the entire subtree of names underneath the owner of the DNAME, it is not possible to place a Validation Record under the DNAME owner itself. It would have to be placed under the DNAME target name, since any lookups for a name under the DNAME owner will be redirected to the corresponding name under the DNAME target.</t>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <section anchor="token-guessing">
        <name>Token Guessing</name>
        <t>If token values aren't long enough or lack adequate entropy there's a risk that a malicious actor could produce a token that could be confused with an application-specific underscore prefix label.</t>
      </section>
      <section anchor="service-confusion">
        <name>Service Confusion</name>
        <t>A malicious Application Service Provider that promises to deliver something after domain control validation could surreptitiously ask another Application Service Provider to start processing or sending mail for the target domain and then present the victim User with this DNS TXT record pretending to be for their service. Once the User has added the DNS TXT record, instead of getting their service, their domain is now certifying another service of which they are not aware they are now a consumer. If services use a clear description and name attribution in the required DNS TXT record, this can be avoided. For example, by requiring a DNS TXT record at _vendorname.example.com instead of at example.com, a malicious service could no longer forward a challenge from a different service without the User noticing. Both the Application Service Provider and the service being authenticated and authorized should be unambiguous from the Validation Record to prevent malicious services from misleading the domain owner into certifying a different provider or service.</t>
      </section>
      <section anchor="service-collision">
        <name>Service Collision</name>
        <t>As a corollary to <xref target="service-confusion"/>, if the Validation Record is not well-scoped and unambiguous with respect to the Application Service Provider, it could be used to authorize use of another Application Service Provider or service in addition to the original Application Service Provider or service.</t>
      </section>
      <section anchor="scope-confusion">
        <name>Scope Confusion</name>
        <t>Ambiguity of scope introduces risks, as described in <xref target="scope"/>. Distinguishing the scope in the application-specific label, along with good documentation, should help make it clear to DNS administrators whether the record applies to a single hostname, a wildcard, or an entire domain. Always using this indication rather than having a default scope reduces ambiguity, especially for protocols that may have used a shared application-specific label for different scopes in the past. While it would also have been possible to include the scope in as an attribute in the TXT record, that has more potential for ambiguity and misleading an operator, such as if an implementation ignores attribute it doesn't recognize but an attacker includes the attribute to mislead the DNS administrator.</t>
      </section>
      <section anchor="authenticated-channels">
        <name>Authenticated Channels</name>
        <t>Application Service Providers and intermediaries should use authenticated channels to convey instructions and random tokens to Users. Otherwise, an attacker in the middle could alter the instructions, potentially allowing the attacker to provision the service instead of the User.</t>
      </section>
      <section anchor="dns-spoofing">
        <name>DNS Spoofing</name>
        <t>A domain owner SHOULD sign their DNS zone using DNSSEC <xref target="RFC9364"/> to protect Validation Records against DNS spoofing attacks.</t>
      </section>
      <section anchor="dnssec-validation">
        <name>DNSSEC Validation</name>
        <t>DNSSEC validation SHOULD be performed by Application Service Providers that verify Validation Records they have requested to be deployed.  If no DNSSEC support is detected for the domain being validated, or if DNSSEC validation cannot be performed, Application Service Providers SHOULD attempt to query and confirm the Validation Record by matching responses from multiple DNS resolvers on unpredictable geographically diverse IP addresses to reduce an attacker's ability to complete a challenge by spoofing DNS. Alternatively, Application Service Providers MAY perform multiple queries spread out over a longer time period to reduce the chance of receiving spoofed DNS answers.</t>
      </section>
      <section anchor="public-suffixes">
        <name>Public Suffixes</name>
        <t>As discussed above in <xref target="domain-boundaries"/>, there are risks in allowing control to be demonstrated over domains which are "public suffixes" (such as ".co.uk" or ".com"). The volunteer-managed Public Suffix List (<xref target="PSL"/>) is one mechanism that can be used. It includes two "divisions" (<xref target="PSL-DIVISIONS"/>) covering both registry-owned public suffixes (the "ICANN" division) and a "PRIVATE" division covering domains submitted by the domain owner.</t>
        <t>Operators of domains which are in the "PRIVATE" public suffix division often provide multi-tenant services such as dynamic DNS, web hosting, and CDN services. As such, they sometimes allow their sub-tenants to provision names as subdomains of their public suffix. There are use-cases that require operators of domains in the public suffix list to demonstrate control over their domain, such as to be added to the Public Suffix List (<xref target="psl-example"/>) or to provision a wildcard certificate. At the same time, if an operator of such a domain allows its customers or tenants to create names starting with an underscore ("_") then it opens up substantial risk to the domain operator for attackers to provision services on their domain.</t>
        <t>Whether or not it is appropriate to allow domain verification on a public suffix will depend on the application.  In the general case:</t>
        <ul spacing="normal">
          <li>
            <t>Application Service Providers SHOULD NOT allow verification of ownership for domains which are public suffixes in the "ICANN" division. For example, "_foo-challenge.co.uk" would not be allowed.</t>
          </li>
          <li>
            <t>Application Service Providers MAY allow verification of ownership for domains which are public suffixes in the "PRIVATE" division, although it would be preferable to apply additional safety checks in this case.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA actions.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC1034">
          <front>
            <title>Domain names - concepts and facilities</title>
            <author fullname="P. Mockapetris" initials="P." surname="Mockapetris"/>
            <date month="November" year="1987"/>
            <abstract>
              <t>This RFC is the revised basic definition of The Domain Name System. It obsoletes RFC-882. This memo describes the domain style names and their used for host address look up and electronic mail forwarding. It discusses the clients and servers in the domain name system and the protocol used between them.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="13"/>
          <seriesInfo name="RFC" value="1034"/>
          <seriesInfo name="DOI" value="10.17487/RFC1034"/>
        </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="RFC9364">
          <front>
            <title>DNS Security Extensions (DNSSEC)</title>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="February" year="2023"/>
            <abstract>
              <t>This document describes the DNS Security Extensions (commonly called "DNSSEC") that are specified in RFCs 4033, 4034, and 4035, as well as a handful of others. One purpose is to introduce all of the RFCs in one place so that the reader can understand the many aspects of DNSSEC. This document does not update any of those RFCs. A second purpose is to state that using DNSSEC for origin authentication of DNS data is the best current practice. A third purpose is to provide a single reference for other documents that want to refer to DNSSEC.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="237"/>
          <seriesInfo name="RFC" value="9364"/>
          <seriesInfo name="DOI" value="10.17487/RFC9364"/>
        </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>
        <reference anchor="RFC3339">
          <front>
            <title>Date and Time on the Internet: Timestamps</title>
            <author fullname="G. Klyne" initials="G." surname="Klyne"/>
            <author fullname="C. Newman" initials="C." surname="Newman"/>
            <date month="July" year="2002"/>
            <abstract>
              <t>This document defines a date and time format for use in Internet protocols that is a profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3339"/>
          <seriesInfo name="DOI" value="10.17487/RFC3339"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC1464">
          <front>
            <title>Using the Domain Name System To Store Arbitrary String Attributes</title>
            <author fullname="R. Rosenbaum" initials="R." surname="Rosenbaum"/>
            <date month="May" year="1993"/>
            <abstract>
              <t>This paper describes a simple means to associate arbitrary string information (ASCII text) with attributes that have not been defined by the DNS. This memo defines an Experimental Protocol for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="1464"/>
          <seriesInfo name="DOI" value="10.17487/RFC1464"/>
        </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="RFC4343">
          <front>
            <title>Domain Name System (DNS) Case Insensitivity Clarification</title>
            <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd"/>
            <date month="January" year="2006"/>
            <abstract>
              <t>Domain Name System (DNS) names are "case insensitive". This document explains exactly what that means and provides a clear specification of the rules. This clarification updates RFCs 1034, 1035, and 2181. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4343"/>
          <seriesInfo name="DOI" value="10.17487/RFC4343"/>
        </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="RFC9210">
          <front>
            <title>DNS Transport over TCP - Operational Requirements</title>
            <author fullname="J. Kristoff" initials="J." surname="Kristoff"/>
            <author fullname="D. Wessels" initials="D." surname="Wessels"/>
            <date month="March" year="2022"/>
            <abstract>
              <t>This document updates RFCs 1123 and 1536. This document requires the operational practice of permitting DNS messages to be carried over TCP on the Internet as a Best Current Practice. This operational requirement is aligned with the implementation requirements in RFC 7766. The use of TCP includes both DNS over unencrypted TCP as well as over an encrypted TLS session. The document also considers the consequences of this form of DNS communication and the potential operational issues that can arise when this Best Current Practice is not upheld.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="235"/>
          <seriesInfo name="RFC" value="9210"/>
          <seriesInfo name="DOI" value="10.17487/RFC9210"/>
        </reference>
        <reference anchor="RFC6672">
          <front>
            <title>DNAME Redirection in the DNS</title>
            <author fullname="S. Rose" initials="S." surname="Rose"/>
            <author fullname="W. Wijngaards" initials="W." surname="Wijngaards"/>
            <date month="June" year="2012"/>
            <abstract>
              <t>The DNAME record provides redirection for a subtree of the domain name tree in the DNS. That is, all names that end with a particular suffix are redirected to another part of the DNS. This document obsoletes the original specification in RFC 2672 as well as updates the document on representing IPv6 addresses in DNS (RFC 3363). [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6672"/>
          <seriesInfo name="DOI" value="10.17487/RFC6672"/>
        </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="RFC9499">
          <front>
            <title>DNS Terminology</title>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <author fullname="K. Fujiwara" initials="K." surname="Fujiwara"/>
            <date month="March" year="2024"/>
            <abstract>
              <t>The Domain Name System (DNS) is defined in literally dozens of different RFCs. The terminology used by implementers and developers of DNS protocols, and by operators of DNS systems, has changed in the decades since the DNS was first defined. This document gives current definitions for many of the terms used in the DNS in a single document.</t>
              <t>This document updates RFC 2308 by clarifying the definitions of "forwarder" and "QNAME". It obsoletes RFC 8499 by adding multiple terms and clarifications. Comprehensive lists of changed and new definitions can be found in Appendices A and B.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="219"/>
          <seriesInfo name="RFC" value="9499"/>
          <seriesInfo name="DOI" value="10.17487/RFC9499"/>
        </reference>
        <reference anchor="I-D.draft-tjw-dbound2-problem-statement">
          <front>
            <title>Domain Boundaries 2.0 Problem Statement</title>
            <author fullname="Tim Wicinski" initials="T." surname="Wicinski">
         </author>
            <date day="10" month="July" year="2023"/>
            <abstract>
              <t>   Internet clients attempt to make inferences about the administrative
   relationship based on domain names.  Currently it is not possible to
   confirm organizational boundaries in the DNS.  Current mitigation
   strategies have there own issues.  This memo attempts to outline
   these issues.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-tjw-dbound2-problem-statement-01"/>
        </reference>
        <reference anchor="PSL" target="https://publicsuffix.org/">
          <front>
            <title>Public Suffix List</title>
            <author initials="" surname="Mozilla Foundation">
              <organization/>
            </author>
            <date year="2022"/>
          </front>
        </reference>
        <reference anchor="PSL-DIVISIONS" target="https://github.com/publicsuffix/list/wiki/Format#divisions">
          <front>
            <title>Public Suffix List format</title>
            <author initials="J." surname="Frakes">
              <organization/>
            </author>
            <date year="2022"/>
          </front>
        </reference>
        <reference anchor="AVOID-FRAGMENTATION" target="https://datatracker.ietf.org/doc/draft-ietf-dnsop-avoid-fragmentation/">
          <front>
            <title>Fragmentation Avoidance in DNS</title>
            <author initials="K." surname="Fujiwara">
              <organization/>
            </author>
            <author initials="P." surname="Vixie">
              <organization/>
            </author>
            <date year="2023"/>
          </front>
        </reference>
        <reference anchor="DNS-01" target="https://letsencrypt.org/docs/challenge-types/#dns-01-challenge">
          <front>
            <title>Challenge Types: DNS-01 challenge</title>
            <author initials="" surname="Let's Encrypt">
              <organization/>
            </author>
            <date year="2020"/>
          </front>
        </reference>
        <reference anchor="ACME-SCOPED-CHALLENGE" target="https://datatracker.ietf.org/doc/draft-ietf-acme-scoped-dns-challenges/">
          <front>
            <title>ACME Scoped DNS Challenges</title>
            <author initials="A. A." surname="Chariton">
              <organization/>
            </author>
            <author initials="A. A." surname="Omidi">
              <organization/>
            </author>
            <author initials="J." surname="Kasten">
              <organization/>
            </author>
            <author initials="F." surname="Loukos">
              <organization/>
            </author>
            <author initials="S. A." surname="Janikowski">
              <organization/>
            </author>
            <date year="2024"/>
          </front>
        </reference>
        <reference anchor="LETSENCRYPT-90-DAYS-RENEWAL" target="https://letsencrypt.org/2015/11/09/why-90-days.html">
          <front>
            <title>Why ninety-day lifetimes for certificates?</title>
            <author initials="" surname="Let's Encrypt">
              <organization/>
            </author>
            <date year="2015"/>
          </front>
        </reference>
        <reference anchor="GOOGLE-WORKSPACE-TXT" target="https://support.google.com/a/answer/2716802">
          <front>
            <title>TXT record values</title>
            <author initials="" surname="Google">
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="ATPROTO-TXT" target="https://atproto.com/specs/handle#dns-txt-method">
          <front>
            <title>DNS TXT Method</title>
            <author initials="" surname="Bluesky">
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="CLOUDFLARE-DELEGATED" target="https://blog.cloudflare.com/introducing-dcv-delegation/">
          <front>
            <title>Auto-renew TLS certificates with DCV Delegation</title>
            <author initials="" surname="Cloudflare">
              <organization/>
            </author>
            <date year="2023"/>
          </front>
        </reference>
        <reference anchor="AKAMAI-DELEGATED" target="https://techdocs.akamai.com/property-mgr/reference/onboard-a-secure-by-default-property">
          <front>
            <title>Onboard a secure by default property</title>
            <author initials="" surname="Akamai Technologies">
              <organization/>
            </author>
            <date year="2023"/>
          </front>
        </reference>
        <reference anchor="GOOGLE-WORKSPACE-CNAME" target="https://support.google.com/a/answer/112038">
          <front>
            <title>CNAME record values</title>
            <author initials="" surname="Google">
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="DOCUSIGN-CNAME" target="https://support.docusign.com/s/document-item?rsc_301=&amp;bundleId=rrf1583359212854&amp;topicId=gso1583359141256_1.html">
          <front>
            <title>Claim a Domain</title>
            <author initials="" surname="DocuSign Admin for Organization Management">
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="ACM-CNAME" target="https://docs.aws.amazon.com/acm/latest/userguide/dns-validation.html">
          <front>
            <title>Option 1: DNS Validation</title>
            <author initials="" surname="AWS">
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="GITHUB-TXT" target="https://docs.github.com/en/github/setting-up-and-managing-organizations-and-teams/verifying-your-organizations-domain">
          <front>
            <title>Verifying your organization's domain</title>
            <author initials="" surname="GitHub">
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="ATLASSIAN-VERIFY" target="https://support.atlassian.com/user-management/docs/verify-a-domain-to-manage-accounts/#Verify-over-DNS">
          <front>
            <title>Verify over DNS</title>
            <author initials="" surname="Atlassian">
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="SUBDOMAIN-TAKEOVER" target="https://developer.mozilla.org/en-US/docs/Web/Security/Subdomain_takeovers">
          <front>
            <title>Subdomain takeovers</title>
            <author initials="" surname="Mozilla">
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="UNDERSCORE-REGISTRY" target="https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#underscored-globally-scoped-dns-node-names">
          <front>
            <title>Underscored and Globally Scoped DNS Node Name</title>
            <author initials="" surname="IANA">
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
      </references>
    </references>
    <?line 491?>

<section anchor="appendix">
      <name>Appendix</name>
      <t>A survey of several different methods deployed today for DNS based domain control validation follows.</t>
      <section anchor="survey-of-techniques">
        <name>Survey of Techniques</name>
        <section anchor="txt-based">
          <name>TXT based</name>
          <t>A TXT record is usually the default option for domain control validation. The Application Service Provider asks the User to add a DNS TXT record (perhaps through their domain host or DNS provider) at the domain with a certain value. Then the Application Service Provider does a DNS TXT query for the domain being verified and checks that the correct value is present. For example, this is what a DNS TXT record could look like for an Application Service Provider Foo:</t>
          <artwork><![CDATA[
example.com.   IN   TXT   "237943648324687364"
]]></artwork>
          <t>Here, the value "237943648324687364" serves as the randomly-generated TXT value being added to prove ownership of the domain to Foo Application Service Provider. Note that in this construction Application Service Provider Foo would have to query for all TXT records at "example.com" to get the Validation Record. Although the original DNS protocol specifications did not associate any semantics with the DNS TXT record, <xref target="RFC1464"/> describes how to use them to store attributes in the form of ASCII text key-value pairs for a particular domain. In practice, there is wide variation in the content of DNS TXT records used for domain control validation, and they often do not follow the key-value pair model. Even so, the RDATA <xref target="RFC1034"/> portion of the DNS TXT record has to contain the value being used to verify the domain. The value is usually a Random Token in order to guarantee that the entity who requested that the domain be verified (i.e., the person managing the account at Application Service Provider Foo) is the one who has (direct or delegated) access to DNS records for the domain. After a TXT record has been added, the Application Service Provider will usually take some time to verify that the DNS TXT record with the expected token exists for the domain. The generated token typically expires in a few days.</t>
          <t>Some Application Service Providers use a prefix of <tt>_PROVIDER_NAME-challenge</tt> in the Name field of the TXT record challenge. For ACME, the full Host is <tt>_acme-challenge.&lt;YOUR_DOMAIN&gt;</tt>. Such patterns are useful for doing targeted domain control validation. The ACME protocol (<xref target="RFC8555"/>) has a challenge type <tt>DNS-01</tt> that lets a User prove domain ownership. In this challenge, an implementing CA asks you to create a TXT record with a randomly-generated token at <tt>_acme-challenge.&lt;YOUR_DOMAIN&gt;</tt>:</t>
          <artwork><![CDATA[
_acme-challenge.example.com.  IN  TXT "cE3A8qQpEzAIYq-T9DWNdLJ1_YRXamdxcjGTbzrOH5L"
]]></artwork>
          <t><xref target="RFC8555"/> (section 8.4) places requirements on the Random Token.</t>
          <section anchor="lets-encrypt">
            <name>Let's Encrypt</name>
            <t>The ACME example in <xref target="txt-based"/> is implemented by Let's Encrypt <xref target="DNS-01"/>.</t>
          </section>
          <section anchor="google-workspace">
            <name>Google Workspace</name>
            <t><xref target="GOOGLE-WORKSPACE-TXT"/> asks the User to sign in with their administrative account and obtain their token as part of the setup process for Google Workspace. The verification token is a 68-character string that begins with "google-site-verification=", followed by 43 characters. Google recommends a TTL of 3600 seconds. The owner name of the TXT record is the domain or subdomain name being verified.</t>
          </section>
          <section anchor="the-at-protocol">
            <name>The AT Protocol</name>
            <t>The Authenticated Transfer (AT) Protocol supports DNS TXT records for resolving social media "handles" (human-readable identifiers) to the User's persistent account identifier <xref target="ATPROTO-TXT"/>. For example, this is how the handle <tt>bsky.app</tt> would be resolved:</t>
            <artwork><![CDATA[
_atproto.bsky.app.  IN  TXT "did=did:plc:z72i7hdynmk6r22z27h6tvur"
]]></artwork>
          </section>
          <section anchor="github">
            <name>GitHub</name>
            <t>To verify domains for organizations, GitHub asks the user to create a DNS TXT record under <tt>_github-challenge-ORGANIZATION.&lt;YOUR_DOMAIN&gt;</tt>, where ORGANIZATION stands for the GitHub organization name. The RDATA value for the provided TXT record is a string that expires in 7 days <xref target="GITHUB-TXT"/>.</t>
          </section>
          <section anchor="psl-example">
            <name>Public Suffix List</name>
            <t>The Public Suffix List (<xref target="PSL"/>) asks for owners of private domains to authenticate by creating a TXT record containing the pull request URL for adding the domain to the Public Suffix List.  For example, to authenticate "example.com" submitted under pull request 100, a requestor would add:</t>
            <artwork><![CDATA[
_psl.example.com.  IN TXT "https://github.com/publicsuffix/list/pull/100"
]]></artwork>
          </section>
        </section>
        <section anchor="cname-examples">
          <name>CNAME based</name>
          <section anchor="cname-dcv-examples">
            <name>CNAME for Domain Control Validation</name>
            <section anchor="docusign">
              <name>DocuSign</name>
              <t><xref target="DOCUSIGN-CNAME"/> asks the User to add a CNAME record with the "Host Name" set to be a 32-digit random value pointing to <tt>verifydomain.docusign.net.</tt>.</t>
            </section>
            <section anchor="google-workspace-1">
              <name>Google Workspace</name>
              <t><xref target="GOOGLE-WORKSPACE-CNAME"/> lets you specify a CNAME record for verifying domain ownership. The User gets a unique 12-character string that is added as "Host", with TTL 3600 (or default) and Destination an 86-character string beginning with "gv-" and ending with ".domainverify.googlehosted.com.".</t>
            </section>
          </section>
          <section anchor="delegated-examples">
            <name>Delegated Domain Control Validation</name>
            <section anchor="content-delivery-networks-cdns-akamai-and-cloudflare">
              <name>Content Delivery Networks (CDNs): Akamai and Cloudflare</name>
              <t>In order to be issued a TLS cert from a Certification Authority like Let's Encrypt, the requester needs to prove that they control the domain. Often this is done via the <xref target="DNS-01"/> challenge. Let's Encrypt only issues certs with a 90 day validity period for security reasons <xref target="LETSENCRYPT-90-DAYS-RENEWAL"/>. This means that after 90 days, the DNS-01 challenge has to be re-done and the random token has to be replaced with a new one. Doing this manually is error-prone. Content Delivery Networks like Akamai and Cloudflare offer to automate this process using a CNAME record in the User's DNS that points to the Validation Record in the CDN's zone (<xref target="AKAMAI-DELEGATED"/> and <xref target="CLOUDFLARE-DELEGATED"/>).</t>
            </section>
            <section anchor="aws-certificate-manager-acm">
              <name>AWS Certificate Manager (ACM)</name>
              <t>AWS Certificate Manager <xref target="ACM-CNAME"/> allows delegated domain control validation <xref target="delegated"/>. The record name for the CNAME looks like:</t>
              <artwork><![CDATA[
 _<random-token1>.example.com.  IN   CNAME _<random-token2>.acm-validations.aws.
]]></artwork>
              <t>The CNAME points to:</t>
              <artwork><![CDATA[
 _<random-token2>.acm-validations.aws.  IN   TXT "<random-token3>"
]]></artwork>
              <t>Here, the random tokens are used for the following:</t>
              <ul spacing="normal">
                <li>
                  <t><tt>&lt;random-token1&gt;</tt>: Unique sub-domain, so there's no clashes when looking up the Validation Record.</t>
                </li>
                <li>
                  <t><tt>&lt;random-token2&gt;</tt>: Proves to ACM that the requester controls the DNS for the requested domain at the time the CNAME is created.</t>
                </li>
                <li>
                  <t><tt>&lt;random-token3&gt;</tt>: The actual token being verified.</t>
                </li>
              </ul>
              <t>Note that if there are more than 5 CNAMEs being chained, then this method does not work.</t>
            </section>
          </section>
          <section anchor="atlassian">
            <name>Atlassian</name>
            <t>Some services ask the DNS record to exist in perpetuity <xref target="ATLASSIAN-VERIFY"/>. If the record is removed, the User gets a limited amount of time to re-add it before they lose domain validation status.</t>
          </section>
          <section anchor="constraint-examples">
            <name>Constraints on Domains and Subdomains</name>
            <section anchor="caa-records">
              <name>CAA records</name>
              <t>While the ACME protocol (<xref target="RFC8555"/>) specifies a way to demonstrate ownership over a given domain, Certification Authorities are required to use it in-conjunction with <xref target="RFC8659"/> that specifies CAA records. CAA allows a domain owner to apply policy across a domain and its subdomains to limit which Certification Authorities may issue certificates.</t>
            </section>
          </section>
        </section>
      </section>
    </section>
    <section anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Thank you to Tim Wicinski, John Levine, Daniel Kahn Gillmor, Amir Omidi, Tuomo Soini, Ben Kaduk and many others for their feedback and suggestions on this document.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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

-->

</rfc>
