<?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 2.6.10) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-dnsop-domain-verification-techniques-09" 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-09"/>
    <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>
    <author initials="T." surname="Wicinski" fullname="Tim Wicinski">
      <organization>Cox Communications</organization>
      <address>
        <email>tjw.ietf@gmail.com</email>
      </address>
    </author>
    <date year="2025" month="July" day="07"/>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 90?>

<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 94?>

<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.</t>
      <t>This document recommends using TXT based domain control validation in a way that is targeted to the specific application service and uses random tokens.</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>DNS Administrator</tt>: the owner or responsible party for the contents of a domain in the DNS.</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>Random Token</tt>: a random value that uniquely identifies the DNS domain control validation challenge, defined in <xref target="random-token"/>.</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, often on behalf of an account at the Application Service Provider, working in coordination with their DNS Administrator.</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>
      </ul>
    </section>
    <section anchor="purpose">
      <name>Purpose of Domain Control Validation</name>
      <t>Domain Control Validation allows a User to demonstrate to an Application Service Provider that they have enough control over a domain to place a DNS challenge provided by Application Service Provider into the domain. Because the challenge becomes publically visible as soon as it is placed into the DNS, the security properties rely on the causal relationship between the Application Service Provider generating a specific challenge and the challenge appearing in the DNS at a specified location. Domain Control Validation can be used either as a one-off or for a persistent validation depending on the application scenario:</t>
      <ul spacing="normal">
        <li>
          <t>As a one-off validation, the Validation Record is time-bound, and it can be removed once its presence is confirmed by the Application Service Provider. These are appropriate when the validation is being performed as part of an action such as requesting certificate issuance.</t>
        </li>
        <li>
          <t>As a persistent validation, the introduction of the Validation Record into the domain demonstrates to the Application Service Provider that the User had control over the domain at that time, and its continued presence demonstrates only that either the DNS Administrator of the domain has left the Validation Record in-place (perhaps unintentionally) or that a new owner of the domain has re-introduced the Validation Record. The validation can be revoked by removing the Validation Record although this revocation will not be noticed until the Application Service Provider next checks for the presence of the record.</t>
        </li>
      </ul>
      <t>Persistent validation is only appropriate for applications where the validation is tightly coupled to the User at the Application Service Provider, as once a token is disclosed there is no guarantee that it hasn't been copied by the new owner of a domain.</t>
      <t>Delegated Domain Validation (<xref target="delegated"/>) is typically used as a way to adapt between these modes, with a persistent validation to an Intermediary enabling the Intermediary to transitively perform recurring one-off validations.</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.</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. 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>
    <section anchor="recommendations">
      <name>Recommendations</name>
      <t>All Domain Control Validation mechanisms are implemented by a DNS resource record with at least the following information:</t>
      <ol spacing="normal" type="1"><li>
          <t>A record name related to the domain name being validated, usually constructed by prepending an application specific label.</t>
        </li>
        <li>
          <t>One or more random tokens.</t>
        </li>
      </ol>
      <section anchor="txt-record">
        <name>TXT Record based Validation</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[
_example_service-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 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="random-token">
          <name>Random Token</name>
          <t>A unique token should be 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 a 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="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, with the key "token" prefixing the random token. For example:</t>
          <artwork><![CDATA[
_example_service-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[
_example_service-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 the entire RDATA should be assumed to be the token (as this might split the trailing "==" or "=" at the end of base64 encoding).</t>
          <t>Keys are considered to be case-insensitive. Each Validation Record consists of RDATA for val-record with the following grammar (with an ABNF per <xref target="RFC5234"/>):</t>
          <t>val-record     = keyvalue-list
  keyvalue-list  = keyvalue-pair *( SP keyvalue-pair )
  keyvalue-pair  = key "=" value</t>
          <t>key            = 1*key-char
  key-char       = ALPHA / DIGIT / "-" / "_"</t>
          <t>value          = *value-char
  value-char    = ALPHA / DIGIT / "+" / "/" / "=" / ":" / "+" / "-" / "_"</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>
      <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. "_example_service-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>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>
        <t>As a simplification, some applications may decide to omit the "-challenge" suffix and use just "<tt>_&lt;PROVIDER_RELEVANT_NAME&gt;</tt>" as the label.</t>
      </section>
      <section anchor="time-bound-checking-and-expiration">
        <name>Time-bound checking and Expiration</name>
        <t>For persistent validations, Application Service Providers MUST provide clear instructions for how to perform revocations through the removal of a Validation Record, including details on the frequency at which re-validation is performed. Application Service Providers MAY monitor for changes in domain ownership and request re-confirmation via a new token.</t>
        <t>For one-off validations, after domain control validation is completed there is typically no need for the Validation Record to continue to exist after being confirmed by the Application Service Provider. It should be safe to remove the validation DNS record once the validation is complete.</t>
        <t>Application Service Providers MUST provide clear instructions on how long the challenge token is valid for, and thus when a Validation Record can be removed. These instructions should preferably be encoded within the RDATA.</t>
        <t>The instructions for validity duration MAY 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[
_example_service-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[
_example_service-challenge.example.com.  IN   TXT  "token=3419...3d206c4 expiry=2023-02-08"
]]></artwork>
        <t>Alternatively, if the record should never expire (for instance, persistent validations that are 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[
_example_service-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.</t>
        <artwork><![CDATA[
_example_service-challenge.example.com.  IN   TXT  "token=3419...3d206c4"
]]></artwork>
        <t>Note that this is semantically the same as:</t>
        <artwork><![CDATA[
_example_service-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 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>
    <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 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[
_example_service-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>
    </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 guess a token through repeated attempts.</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 an 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-and-dnssec-validation">
        <name>DNS Spoofing and DNSSEC Validation</name>
        <t>A domain owner SHOULD sign their DNS zone using DNSSEC <xref target="RFC9364"/> to protect Validation Records against DNS spoofing attacks, including from on-path attackers.</t>
        <t>DNSSEC validation SHOULD be performed by Application Service Providers that verify Validation Records they have requested to be deployed.</t>
        <t>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 as well as to reduce risks from short-lived route hijacks.</t>
        <t>DNS Spoofing attacks are easier in the case of persistent validation as the expected result is publically known. For example, absent DNSSEC this could allow an on-path attacker to bypass a revocation by continuing to return a record that the DNS Operator had removed from the zone.</t>
      </section>
      <section anchor="application-usage-enumeration">
        <name>Application Usage Enumeration</name>
        <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>
      </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, 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 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, "_example_service-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 anchor="unintentional-persistence">
        <name>Unintentional Persistence</name>
        <t>When persistent domain validation is used, a DNS Administrator failing to remove a no-longer desired Validation Record could enable a User to continue to have access to the domain within the Application Service Provider's service.</t>
        <t>When one-off domain validation is used, this is typically implemented through automation where a DNS Administrator grants the User access to make updates to the domain's zone configuration. If the DNS Administrator fails to revoke access to a User who should no longer have access, this would enable the User to continue to perform new validations.</t>
      </section>
      <section anchor="reintroduction-of-validation-records">
        <name>Reintroduction of Validation Records</name>
        <t>When a domain has a new owner, that new owner could add a Validation Record that was present in the previous version of the domain. In the case of persistent validation this could be used to claim that the original User still has access to the domain within the Application Service Provider's service. Applications implementing persistent domain validation need to include this risk within their threat model.</t>
      </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="RFC5234">
          <front>
            <title>Augmented BNF for Syntax Specifications: ABNF</title>
            <author fullname="D. Crocker" initials="D." role="editor" surname="Crocker"/>
            <author fullname="P. Overell" initials="P." surname="Overell"/>
            <date month="January" year="2008"/>
            <abstract>
              <t>Internet technical specifications often need to define a formal syntax. Over the years, a modified version of Backus-Naur Form (BNF), called Augmented BNF (ABNF), has been popular among many Internet specifications. The current specification documents ABNF. It balances compactness and simplicity with reasonable representational power. The differences between standard BNF and ABNF involve naming rules, repetition, alternatives, order-independence, and value ranges. This specification also supplies additional rule definitions and encoding for a core lexical analyzer of the type common to several Internet specifications. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="68"/>
          <seriesInfo name="RFC" value="5234"/>
          <seriesInfo name="DOI" value="10.17487/RFC5234"/>
        </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="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="RFC9715">
          <front>
            <title>IP Fragmentation Avoidance in DNS over UDP</title>
            <author fullname="K. Fujiwara" initials="K." surname="Fujiwara"/>
            <author fullname="P. Vixie" initials="P." surname="Vixie"/>
            <date month="January" year="2025"/>
            <abstract>
              <t>The widely deployed Extension Mechanisms for DNS (EDNS(0)) feature in the DNS enables a DNS receiver to indicate its received UDP message size capacity, which supports the sending of large UDP responses by a DNS server. Large DNS/UDP messages are more likely to be fragmented, and IP fragmentation has exposed weaknesses in application protocols. It is possible to avoid IP fragmentation in DNS by limiting the response size where possible and signaling the need to upgrade from UDP to TCP transport where necessary. This document describes techniques to avoid IP fragmentation in DNS.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9715"/>
          <seriesInfo name="DOI" value="10.17487/RFC9715"/>
        </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="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 338?>

<section anchor="appendix">
      <name>Appendix</name>
      <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="RFC9715"/>). 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>
      </section>
      <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.</t>
      </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 possible with caveats. 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="acknowledgments">
      <name>Acknowledgments</name>
      <t>Thank you to John Levine, Daniel Kahn Gillmor, Amir Omidi, Tuomo Soini, Ben Kaduk, Paul Hoffman, and many others for their feedback and suggestions on this document.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIADMebGgAA7092XbbyJXv+ooa+qGlhKRleYntiTOhLXW3ElvWiHJ3ciY5
7iJRJBGBAIMCRLN1/C/zLfNlc7faSGhJpjM+3TYJArXcuvuGwWCw1+RNYV6r
3nG11Hmp3lVlU1eF+kEXeaabvCpVa/Nyro7Pxr09PZnU5vqhd2fVtNRLGDyr
9awZ5KaZDbLSVqtBRo8Prk2dz/IpPThozHRR5n9vjR0cvtqDi2Ze1ZvXajJd
7e3lq/q1aurWNkeHh68Oj/auzGZd1dlrdVo2pi5NMzjGSfb2bKPL7LMuqhIm
3hgLF2qjl3DjyeW3e3ap6+bz39uqMfa1Kqu9Vf5a/VdTTfvKVjXcObPwabPE
D3/d29Nts6jq13tqsKfgT17CQ+OhGutFPqErvL/xIr/WZXS5que6zH+mjb1W
b2t9bdS4mjVrXRu6wcD+i9fK0oNXui0sPvv7OV4eTqvl3vaU37cAmWTKdgnQ
DpfTKce6MHZW1dOt6fD222Y5H6ofqxagaaN5zmFtyeV0nlF+bcp4ihXcP1zz
/b/X+Oswr9J5TobqbDOv5Tme5qTOr+KrW7NcaRhdXSKGVEU1z42N5wQsuvo1
YtfvSxphCE+nU17C1vIpfLzKo0kv82V6OZ31XfUF/l8u21JQNJm0+dt6SHNG
0Cyregl3XhvAGHXx7bsnh0+fycejJ09eyceXT37jrr56+gI+7uXlLH6Sfnp+
xM/Sl2eHL1+EL0+fPfVfXj5//tx/eXX05NB/efHiN0fhl2evXoUvv3kiz5wO
jodMnLCdQTap2jI7GqzqalKY5QBIqTFLUzawRLz7fPyeH8M/jm+ct5Min6px
O5vlX9T73DY9fw+wBLjl6PDoyF/yFOX/DPiIPlQ/50Wh1be4BgJ3mErXc9O8
VoumWdnXjx+vaEpLM+JZP/bLGxyf/nA6Pv14Nn7IQhVD/Z9b7x+G6ttaXwkm
xsvsuXXO82bRThA1kiU/LmDux+v8Kn/8LS3gUZZf5xYRrMc7GX96e/zxw+j0
bHA5+uPJxx9OLna3M24nzEVh3itTASu1vQdD+VbQZubaFNXK1MMl30nwNeXg
0/gxsHP7+EczeTw207bOm81jv4bPfg28gU9nxycX43cfL04GFyffnY4vL/68
u4NPZQYPTKvaZAp4tvquqCa6KDZqPIUVZChD1FmVGXUG1PqAvZ2Ozka3bmy9
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
zUQfw4pazkUN6cT7ErqWiSKdZZ1qKd281tZHJJyAklQlpFIbJZZG/dbvtwci
RT5yfk4LnS+DHu79lhKTQ0ZKe/plsDa+z6bNn++kWJc9FXxgObs/ozXkKJmp
gwe2a6MKB64G2c3KixuG4+4Aj+hO7vFIxbH4QoMJCDAcBRaN0Z4voEBr+fiV
k/7wFT2wvPO8mQFlkYYtHymIxp1/+B70frWhsZXyr5zCQ6ZuPdixSNqygAVf
VJuOSMhOg/rbzBEst77DHNnnDuKs9znzCtiw+XIg3c0Ek9vlhBuSscUS9xyj
+Lz1pOzjXN7K7nz1CG/Nu2w9GMg3T4IbpbarbE38D3ErCfHpeh0p1EX9e9wR
gpqlU3ntLHaR4RGPczQQu5oKWUrYwlBZ7YKo1ZJ5J8oM38z/FncKbcJZuvAx
XnYo7yYvS/TyjrKiwnY3rEu/o/ima7ZR+Mw26bmZlLq6FszU8qGUt4gwYXSc
hNhTbhpKYqgmjXaRgfm85kw1t1bOsDa6prBi7SQ6zDHLXVwr7fYimhw5XNmB
RnreyIt5hKdD5yVG50mjTXoRRWow1xyWqMRa1ycd/cpVECUBroKU8Q2fjs/D
ZvbxG1MFuWSxG51QKg5E3RlXnIgLZEmWJHcBkNi9a1XpW8rNcLOuVes5ekc+
XH5yU5emocRP9JqIfMJggnPJlOgom9V6HsVXWNVypmqJ/SDYT8GSawZqyJp4
Dnvu0aM8qUgTAzHRFmVQrjBlj7IGxJG0/1/yHq6/Aq0fxz1+l9hgcC5Qk/4H
UVZn5XLkSjOvqHUed2rArejYJ6dCo2by8lLOJS6l19Qt9VTq7Z4I7oPeGuef
mxa5YHFtBo0kMgr+44CX784VpSxGzebxFiyTiFDhrKKuFO4QrLRFQQLyp4zT
+TEJ0TF1mBYvr87DoATmtpRUyAMrA4UDb468vtVKOCND+OjJ4V8xy4WCASGU
w2yTgFZNpy0H3hM30z6Fu9JcFVTfzAH7ltEZ773RrmdURCixJHBMYcfzLOfm
08NDoCmrMDc8lx71HO2XukYWCnEm13CngUn8q3WO7Gk14Moy4uq8sf2yKgfs
ZTy4leBlfJs3beIZJ9C5u1FusavPBSf6JG/JsUYdggksxqwkqyNq2+40aS9p
XBfByPMhddaOVXUFNZouUeQ8ZoG9c4YMM9bbWsZlOx1sQ2hfI/PADBR8HwXY
iW2NM2Bkr68w6O9zFGQWNsDK5O2CIY7pQ5g+puMzWUPGuvMKCR5iTlgRNdry
SmFYv/MqRZBO5nc4Gb9gw8m9GCI5vTjHssFwKUkk1BeYXwmGHhH0sMc6Jbu7
vVRKmsnegmGsyknG91vv8MRM7x0nKLuXFyAxUQ6iSFYctMN8Q+9ZEg8LENJ2
41Z+14QKI6a2NjkGgzlE6fKixInGpmN/LXlqH/geReqcR/1jkjXe4oiNX87g
nNvEBKNSBuyFoanz0cIEbT24grfcGMF5HBoUsxf5/kp1EYNNnVN1GMlZZsIs
wLeyF6kcKnbZ7fqT/wF3sniTd53J+hpsVZGymWtKFJzLmCpM1W/8XhLSebcg
jaW/LeFO0lCNpYMjvIlpMEQctces6vDeqKgan5AreI8TLGOnnO9IHdMjdoxJ
czUa9/IG7sSgKQW+Kr0bKG2RzNYyJUuKAcVc/hgFgX8fRfdrrJqdYA09xeFk
fIsow92LJxp4CrxLN2B5sArvnhEGhTEdLDRIil5gtaDM0xSM9+TsLI2WtK2k
fTwN1/cFX00iHd1bLXbZs+syLQO4hCp57eCpc365Aqggu7cflDRFliCW9wjq
ABZXtSvX2pJEWveUZIBQASRDInikYZ3MdEnj6xxCGpNRT9fRFK2+wmSkmJLp
rMsrtalaHPAP1aJU75EE8S1vgE4gF/6o4dp3MP8SE0dGS7A9PoJymvfVZVst
K2BAgGd99RYYxh911l71+SW/31ezGVAghxCWXveJC2BmwHUmlC1LyDefs2AQ
R3Jk0Q/3/hf/viAdW3oAAA==

-->

</rfc>
