<?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.29 (Ruby 3.3.8) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-anima-brski-cloud-17" category="std" consensus="true" updates="8995" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.25.0 -->
  <front>
    <title abbrev="BRSKI-CLOUD">Bootstrapping Remote Secure Key Infrastructure (BRSKI) Cloud Registrar</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-anima-brski-cloud-17"/>
    <author initials="O." surname="Friel" fullname="Owen Friel">
      <organization>Cisco</organization>
      <address>
        <email>ofriel@cisco.com</email>
      </address>
    </author>
    <author initials="R." surname="Shekh-Yusef" fullname="Rifaat Shekh-Yusef">
      <organization>Ciena</organization>
      <address>
        <email>rifaat.s.ietf@gmail.com</email>
      </address>
    </author>
    <author initials="M." surname="Richardson" fullname="Michael Richardson">
      <organization>Sandelman Software Works</organization>
      <address>
        <email>mcr+ietf@sandelman.ca</email>
      </address>
    </author>
    <date year="2025" month="August" day="22"/>
    <abstract>
      <?line 58?>

<t>Bootstrapping Remote Secure Key Infrastructures (BRSKI) defines how to onboard a device securely into an operator-maintained infrastructure.
It assumes that there is local network infrastructure for the device to discover.
On networks without that, there is nothing present to help onboard the device.</t>
      <t>This document extends BRSKI and defines behavior for bootstrapping devices for deployments where no local infrastructure is available, such as in a home or remote office.
This document defines how the device can use a well-defined "call-home" mechanism to find the operator-maintained infrastructure.</t>
      <t>This document defines how to contact a well-known Cloud Registrar, and two ways in which the  device may be redirected towards the operator-maintained infrastructure. The Cloud Registrar enables discovery of the operator-maintained infrastructure, and may enable establishment of trust with operator-maintained infrastructure that does not support BRSKI mechanisms.</t>
      <t>This document updates RFC 8995 (BRSKI).</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-anima-brski-cloud/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        anima Working Group mailing list (<eref target="mailto:anima@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/anima/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/anima/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/anima-wg/brski-cloud"/>.</t>
    </note>
  </front>
  <middle>
    <?line 71?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Bootstrapping Remote Secure Key Infrastructures <xref target="BRSKI"/> (BRSKI) specifies automated and secure provisioning  of nodes (which are called Pledges) with cryptographic keying material (trust  anchors and certificates) to enable authenticated and confidential communication with other similarly enrolled nodes.
This bootstrapping process is also called enrollment.</t>
      <t>In BRSKI, the Pledge performs enrollment by communicating with a BRSKI Registrar belonging to the owner of the Pledge.
The Pledge does not know who its owner will be when manufactured.
Instead, in BRSKI it is assumed that the network to which the Pledge connects belongs to the owner of the Pledge and therefore network-supported discovery mechanisms can resolve generic, non-owner specific names to the owner's Registrar.</t>
      <t>To support enrollment of Pledges without such an owner based access network, the mechanisms
of BRSKI Cloud are required, which assume that Pledge and Registrar simply connect to the
Internet.</t>
      <t>This entire work is an update to <xref target="BRSKI"/>.</t>
      <t>Specifically, it extends <xref section="2.7" sectionFormat="comma" target="BRSKI"/> to describe describes how a Pledge may contact a well-known URI of a Cloud Registrar if a local Registrar cannot be discovered or if the Pledge is deployed in a network that does not include a local Registrar.</t>
      <t>This kind of non-network onboarding is sometimes called "Application Onboarding", as the purpose is typically to deploy a credential that will be used by the device in its intended use.
For instance, a SIP <xref target="RFC3261"/> phone might have a client certificate to be used with a SIP proxy.</t>
      <t>This document updates <xref target="BRSKI"/> by clarifying operations that are left out of scope in <xref target="BRSKI"/>.
Two modes of operation are specified in this document.
The Cloud Registrar can choose between redirecting the Pledge to the owner's Registrar, or it may issue a voucher to the Pledge that includes the domain of the owner's Enrollment over Secure Transport <xref target="RFC7030"/> (EST) server.</t>
      <section anchor="terminology">
        <name>Terminology</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>
        <t>This document uses the terms Domain, Pledge, Registrar, MASA, and Voucher from <xref target="BRSKI"/> and <xref target="RFC8366bis"/>.</t>
        <dl>
          <dt>Cloud Registrar:</dt>
          <dd>
            <t>The default Registrar that is deployed at a URI that is well known to the Pledge.</t>
          </dd>
          <dt>Cloud VAR Registrar:</dt>
          <dd>
            <t>The non-default Registrar that is operated by a value added reseller (VAR).</t>
          </dd>
          <dt>EST:</dt>
          <dd>
            <t>Enrollment over Secure Transport <xref target="RFC7030"/>.</t>
          </dd>
          <dt>IDevID:</dt>
          <dd>
            <t>An initial device identity certificate as described in <xref target="IDEVID"/></t>
          </dd>
          <dt>LDevID:</dt>
          <dd>
            <t>A local device identity certificate as described in <xref target="IDEVID"/></t>
          </dd>
          <dt>Local Domain:</dt>
          <dd>
            <t>The domain where the Pledge is physically located and bootstrapping from. This may be different from the Pledge owner's domain.</t>
          </dd>
          <dt>Manufacturer:</dt>
          <dd>
            <t>The term manufacturer is used throughout this document as the entity that created the Pledge. This is typically the original equipment manufacturer (OEM), but in more complex situations, it could be a value added retailer (VAR), or possibly even a systems integrator. Refer to <xref target="BRSKI"/> for more detailed descriptions of manufacturer, VAR and OEM.</t>
          </dd>
          <dt>OEM:</dt>
          <dd>
            <t>Original Equipment Manufacturer.  The company that created the device.</t>
          </dd>
          <dt>Owner:</dt>
          <dd>
            <t>The owner is the organization that has purchased the new device (the pledge).  The device might be deployed in a network that the owner does not control.</t>
          </dd>
          <dt>Owner Delegate:</dt>
          <dd>
            <t>The owner delegate is an entity distinct from the Owner that has been contracted to operate/manage the devices in question.  For instance, an IT maintenance and support-desk company.</t>
          </dd>
          <dt>Owner Domain:</dt>
          <dd>
            <t>The domain that the Pledge needs to discover and bootstrap with.</t>
          </dd>
          <dt>Owner Registrar:</dt>
          <dd>
            <t>The Registrar that is operated by the Owner, or the Owner's delegate.
There may not be an Owner Registrar in all deployment scenarios.</t>
          </dd>
          <dt>Pledge operator:</dt>
          <dd>
            <t>The person or organization that removes the device from the shipping box and connects power and network to it.</t>
          </dd>
          <dt>Provisional TLS:</dt>
          <dd>
            <t>A mechanism defined in <xref section="5.1" sectionFormat="comma" target="BRSKI"/> whereby a Pledge establishes a provisional TLS connection with a Registrar before the Pledge is provisioned with a trust anchor that can be used for verifying the Registrar identity.</t>
          </dd>
          <dt>SIP:</dt>
          <dd>
            <t>Session Initiation Protocol defined in <xref target="RFC3261"/></t>
          </dd>
          <dt>VAR:</dt>
          <dd>
            <t>Value Added Reseller.  A VAR will often collect products from many OEMs, creating a complete solution, and then sells that composite solution to end customers.  A VAR will often need to provision products to operate in a specific manner.  For instance, a VoIP phone might have SIP functionality as well as MGCP functionality, but in a particular deployment, only one will be used.</t>
          </dd>
        </dl>
      </section>
      <section anchor="target-use-cases">
        <name>Target Use Cases</name>
        <t>This document specifies procedures for two high-level use cases.</t>
        <ul spacing="normal">
          <li>
            <t>Bootstrap via Cloud Registrar and Owner Registrar: The operator-maintained infrastructure supports BRSKI and has a BRSKI Registrar deployed. More details are provided in <xref target="bootstrap-via-cloud-registrar-and-owner-registrar"/>.</t>
          </li>
          <li>
            <t>Bootstrap via Cloud Registrar and Owner EST Service: The operator-maintained infrastructure does not support BRSKI, does not have a BRSKI Registrar deployed, but does have an Enrollment over Secure Transport (EST) <xref target="RFC7030"/> service deployed. More detailed are provided in <xref target="bootstrap-via-cloud-registrar-and-owner-est-service"/>.</t>
          </li>
        </ul>
        <t>There are existing DHCP options that network operators use to configure devices such as a VoIP phone.
This includes DHCP options 66 <xref target="RFC2132"/>, 150 (TFTP/HTTP server names) <xref target="RFC5859"/>, and 120 (SIP Server) <xref target="RFC3361"/>, which inform a VoIP phone about how to do application onboarding.
A network with an operator that is able to provision these options would also be able to use BRSKI without changes.
Such a network has no need for the mechanisms described in this document!</t>
        <t>Where the need for the mechanism is needed is to allow the use of BRSKI in many small sites, such as teleworkers working from home, with minimum expectations against their network infrastructure.
In particular, the home office user is not qualified or authorized to change DHCP options for the local network.</t>
        <t>The procedures defined in this document support situations where a Manufacturer sells a number of devices (in bulk) to a Value Added Reseller (VAR).
The Manufacturer knows which devices have been sold to which VAR, but not who the ultimate owner will be.
The VAR then sells devices to other entities, such as enterprises, and records this in the VARs Cloud Registrar.
Specifically, the VAR will record that a specific device has been sold to an enterprise, and will know that when this device bootstraps, it should be redirected to the enterprise's Owner Registrar or Owner EST Service.</t>
        <t>One example is a VoIP phone Manufacturer provides telephones to a local system integration company (a VAR).
The VAR records this sale in its Cloud VAR Registrar system. The VAR has sold a VoIP system to an enterprise (e.g., a SIP PBX). When a new employee needs a phone at their home office, the VAR ships that unit across town to the employee.
When the employee plugs in the device and turns it on, the device will be provisioned with a LDevID <xref target="IDEVID"/>
and configuration that connections the phone with the Enterprises' VoIP PBX.
The home employee's network has no special provisions.</t>
        <t>The procedures defined in this document also support a chain of VARs through chained HTTP redirects.
This also supports a situation where in effect, a large enterprise might also stock devices in a central location.</t>
        <t>The Pledge is not expected to know whether the operator-maintained infrastructure has a BRSKI Registrar deployed or not.
The Pledge determines this based upon the response to its Voucher Request message that it receives from the Cloud Registrar.
The Cloud Registrar is expected to determine whether the operator-maintained infrastructure has a BRSKI Registrar deployed based upon the identity presented by the Pledge.</t>
        <t>A Cloud Registrar will receive BRSKI communications from all devices configured with its URI.
This could be, for example, all devices of a particular product line from a particular Manufacturer.
When this is a significantly large number, a Cloud  Registrar may need to be scaled with the usual web-service scaling mechanisms.</t>
        <section anchor="bootstrap-via-cloud-registrar-and-owner-registrar">
          <name>Bootstrap via Cloud Registrar and Owner Registrar</name>
          <t>A Pledge is bootstrapping from a location with no Local Domain Registrar (for example, the small site or teleworker use case with no local infrastructure to provide for automated discovery), and needs to discover its Owner Registrar.
The Cloud Registrar is used by the Pledge to discover the Owner Registrar.
The Cloud Registrar redirects the Pledge to the Owner Registrar, and the Pledge completes bootstrap against the Owner Registrar.</t>
          <t>This mechanism is useful to help an employee who is deploying a Pledge in a home or small branch office, where the Pledge belongs to the employer.
As there is no Local Domain Registrar in the employee's local network, the Pledge needs to discover and bootstrap with the employer's Registrar which is deployed within the employer's network, and the Pledge needs the keying material to trust the Registrar.
As a very specific example, an employee is deploying an IP phone in a home office and the phone needs to register to an IP PBX deployed in their employer's office.</t>
          <t>Protocol details for this use case are provided in <xref target="redirect2Registrar"/>.</t>
        </section>
        <section anchor="bootstrap-via-cloud-registrar-and-owner-est-service">
          <name>Bootstrap via Cloud Registrar and Owner EST Service</name>
          <t>A Pledge is bootstrapping where the owner organization does not yet have an Owner Registrar deployed, but does have an EST service deployed.
The Cloud Registrar issues a voucher, and the Pledge completes trust bootstrap using the Cloud Registrar.
The voucher issued by the
Cloud Registrar includes domain information for the owner's EST
service that the Pledge should use for certificate enrollment.</t>
          <t>For example, an organization has an EST service deployed, but does not yet have a BRSKI-capable Registrar service deployed.
The Pledge is deployed in the organization's domain, but does not discover a Local Domain Registrar or Owner Registrar.
The Pledge uses the Cloud Registrar to bootstrap, and the Cloud Registrar provides a voucher that includes instructions on finding the organization's EST service.</t>
          <t>This option can be used to introduce the benefits of BRSKI for an initial period when BRSKI is not available in existing EST Servers.
Additionally, it can also be used long-term as a security-equivalent solution in which BRSKI and EST Server are set up in a modular fashion.</t>
          <t>The use of an EST Server instead of a BRSKI Registrar may mean that not all the EST options required by <xref target="BRSKI"/> may be available and hence this option may not support all BRSKI deployment cases.
For example, certificates to enroll into an ACP <xref target="RFC8994"/> needs to include an AcpNodeName.
See <xref section="6.2.2" sectionFormat="comma" target="RFC8994"/>, which non-BRSKI-capable EST Servers may not support.</t>
          <t>Protocol details for this use case are provided in <xref target="voucher2EST"/>.</t>
        </section>
      </section>
    </section>
    <section anchor="architecture">
      <name>Architecture</name>
      <t>The high-level architectures for the two high-level use cases are illustrated in <xref target="arch-one"/> and <xref target="arch-two"/>.</t>
      <t>In both use cases, the Pledge connects to the Cloud Registrar during bootstrap.</t>
      <t>For the first use case, as described in <xref target="bootstrap-via-cloud-registrar-and-owner-registrar"/>, the Cloud Registrar redirects the Pledge to an Owner Registrar in order to complete bootstrap with the Owner Registrar. When bootstrapping against an Owner Registrar, the Owner Registrar will interact with a CA to assist in issuing certificates to the Pledge. This is illustrated in <xref target="arch-one"/>.</t>
      <figure anchor="arch-one">
        <name>Architecture: Bootstrap via Cloud Registrar and Owner Registrar</name>
        <artset>
          <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="272" width="528" viewBox="0 0 528 272" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
              <path d="M 8,80 L 8,112" fill="none" stroke="black"/>
              <path d="M 40,120 L 40,176" fill="none" stroke="black"/>
              <path d="M 80,80 L 80,112" fill="none" stroke="black"/>
              <path d="M 184,160 L 184,208" fill="none" stroke="black"/>
              <path d="M 232,216 L 232,240" fill="none" stroke="black"/>
              <path d="M 272,224 L 272,256" fill="none" stroke="black"/>
              <path d="M 280,160 L 280,208" fill="none" stroke="black"/>
              <path d="M 368,224 L 368,256" fill="none" stroke="black"/>
              <path d="M 424,80 L 424,128" fill="none" stroke="black"/>
              <path d="M 424,160 L 424,192" fill="none" stroke="black"/>
              <path d="M 520,80 L 520,128" fill="none" stroke="black"/>
              <path d="M 520,160 L 520,192" fill="none" stroke="black"/>
              <path d="M 16,32 L 128,32" fill="none" stroke="black"/>
              <path d="M 176,32 L 392,32" fill="none" stroke="black"/>
              <path d="M 8,80 L 80,80" fill="none" stroke="black"/>
              <path d="M 424,80 L 520,80" fill="none" stroke="black"/>
              <path d="M 88,96 L 416,96" fill="none" stroke="black"/>
              <path d="M 8,112 L 80,112" fill="none" stroke="black"/>
              <path d="M 424,128 L 520,128" fill="none" stroke="black"/>
              <path d="M 184,160 L 280,160" fill="none" stroke="black"/>
              <path d="M 424,160 L 520,160" fill="none" stroke="black"/>
              <path d="M 40,176 L 176,176" fill="none" stroke="black"/>
              <path d="M 288,176 L 416,176" fill="none" stroke="black"/>
              <path d="M 424,192 L 520,192" fill="none" stroke="black"/>
              <path d="M 184,208 L 280,208" fill="none" stroke="black"/>
              <path d="M 272,224 L 368,224" fill="none" stroke="black"/>
              <path d="M 232,240 L 264,240" fill="none" stroke="black"/>
              <path d="M 272,256 L 368,256" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="400,32 388,26.4 388,37.6" fill="black" transform="rotate(0,392,32)"/>
              <polygon class="arrowhead" points="184,176 172,170.4 172,181.6" fill="black" transform="rotate(0,176,176)"/>
              <polygon class="arrowhead" points="24,32 12,26.4 12,37.6" fill="black" transform="rotate(180,16,32)"/>
              <g class="text">
                <text x="8" y="36">|</text>
                <text x="152" y="36">OWNER</text>
                <text x="400" y="36">|</text>
                <text x="476" y="36">MANUFACTURER</text>
                <text x="40" y="68">On-site</text>
                <text x="216" y="68">Cloud</text>
                <text x="44" y="100">Pledge</text>
                <text x="456" y="100">Cloud</text>
                <text x="176" y="116">307</text>
                <text x="228" y="116">redirect</text>
                <text x="472" y="116">Registrar</text>
                <text x="224" y="180">Owner</text>
                <text x="468" y="180">MASA</text>
                <text x="108" y="196">VR-sign(N)</text>
                <text x="232" y="196">Registrar</text>
                <text x="348" y="196">sign(VR-sign(N))</text>
                <text x="316" y="244">CA</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art"><![CDATA[
|<--------------OWNER--------------------------->|   MANUFACTURER

 On-site                Cloud
+--------+                                          +-----------+
| Pledge |------------------------------------------| Cloud     |
+--------+          307 redirect                    | Registrar |
    |                                               +-----------+
    |
    |                 +-----------+                 +-----------+
    +---------------->|  Owner    |-----------------|   MASA    |
        VR-sign(N)    | Registrar |sign(VR-sign(N)) +-----------+
                      +-----------+
                            |    +-----------+
                            +----|    CA     |
                                 +-----------+
]]></artwork>
        </artset>
      </figure>
      <t>As depicted in <xref target="arch-one"/> and <xref target="arch-two"/>, there are a number of parties involved in the process.
The Manufacturer, or Original Equipment Manufacturer (OEM) builds the device, but also is expected to run the Manufacturer Authorized Signing Authority (MASA), or arrange for it to exist.
The interaction between the Cloud Registrar and the MASA is described by <xref section="5.4" sectionFormat="comma" target="BRSKI"/>.</t>
      <t>In <xref target="arch-one"/> the two signatures that the Pledge and the Owner Registrar place on the Voucher Request (VR) are shown as <tt>VR-sign(N)</tt> and <tt>sign(VR-sign(N))</tt>
This is as described in <xref section="3" sectionFormat="comma" target="BRSKI"/>.
There are also signatures from Pledge to Cloud Registrar and to MASA in <xref target="arch-two"/>, but they are omitted as they would make the diagram too busy.</t>
      <t>For the second use case, as described <xref target="bootstrap-via-cloud-registrar-and-owner-est-service"/>, the Cloud Registrar issues a voucher itself without redirecting the Pledge to an Owner Registrar. The Cloud Registrar will inform the Pledge what domain to use for accessing EST services in the voucher response. In this model, the Pledge interacts directly with the EST service to enroll. The EST service will interact with a CA to assist in issuing a certificate to the Pledge. This is illustrated in <xref target="arch-two"/>.</t>
      <figure anchor="arch-two">
        <name>Architecture: Bootstrap via Cloud Registrar and Owner EST Service</name>
        <artset>
          <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="320" width="544" viewBox="0 0 544 320" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
              <path d="M 8,80 L 8,112" fill="none" stroke="black"/>
              <path d="M 40,120 L 40,224" fill="none" stroke="black"/>
              <path d="M 80,80 L 80,112" fill="none" stroke="black"/>
              <path d="M 184,208 L 184,256" fill="none" stroke="black"/>
              <path d="M 232,264 L 232,288" fill="none" stroke="black"/>
              <path d="M 272,272 L 272,304" fill="none" stroke="black"/>
              <path d="M 280,208 L 280,256" fill="none" stroke="black"/>
              <path d="M 368,272 L 368,304" fill="none" stroke="black"/>
              <path d="M 424,80 L 424,128" fill="none" stroke="black"/>
              <path d="M 424,160 L 424,192" fill="none" stroke="black"/>
              <path d="M 448,128 L 448,160" fill="none" stroke="black"/>
              <path d="M 520,80 L 520,128" fill="none" stroke="black"/>
              <path d="M 520,160 L 520,192" fill="none" stroke="black"/>
              <path d="M 16,32 L 128,32" fill="none" stroke="black"/>
              <path d="M 176,32 L 392,32" fill="none" stroke="black"/>
              <path d="M 8,80 L 80,80" fill="none" stroke="black"/>
              <path d="M 424,80 L 520,80" fill="none" stroke="black"/>
              <path d="M 88,96 L 416,96" fill="none" stroke="black"/>
              <path d="M 8,112 L 80,112" fill="none" stroke="black"/>
              <path d="M 424,128 L 520,128" fill="none" stroke="black"/>
              <path d="M 424,160 L 520,160" fill="none" stroke="black"/>
              <path d="M 424,192 L 520,192" fill="none" stroke="black"/>
              <path d="M 184,208 L 280,208" fill="none" stroke="black"/>
              <path d="M 40,224 L 176,224" fill="none" stroke="black"/>
              <path d="M 184,256 L 280,256" fill="none" stroke="black"/>
              <path d="M 272,272 L 368,272" fill="none" stroke="black"/>
              <path d="M 232,288 L 264,288" fill="none" stroke="black"/>
              <path d="M 272,304 L 368,304" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="400,32 388,26.4 388,37.6" fill="black" transform="rotate(0,392,32)"/>
              <polygon class="arrowhead" points="272,288 260,282.4 260,293.6" fill="black" transform="rotate(0,264,288)"/>
              <polygon class="arrowhead" points="24,32 12,26.4 12,37.6" fill="black" transform="rotate(180,16,32)"/>
              <g class="text">
                <text x="8" y="36">|</text>
                <text x="152" y="36">OWNER</text>
                <text x="400" y="36">|</text>
                <text x="476" y="36">MANUFACTURER</text>
                <text x="40" y="68">On-site</text>
                <text x="216" y="68">Cloud</text>
                <text x="44" y="100">Pledge</text>
                <text x="456" y="100">Cloud</text>
                <text x="180" y="116">referral</text>
                <text x="232" y="116">via</text>
                <text x="292" y="116">est-domain</text>
                <text x="472" y="116">Registrar</text>
                <text x="500" y="148">BRSKI-MASA</text>
                <text x="468" y="180">MASA</text>
                <text x="208" y="228">EST</text>
                <text x="220" y="244">Server</text>
                <text x="316" y="292">CA</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art"><![CDATA[
|<--------------OWNER--------------------------->|   MANUFACTURER

 On-site                Cloud
+--------+                                          +-----------+
| Pledge |------------------------------------------| Cloud     |
+--------+        referral via est-domain           | Registrar |
    |                                               +--+--------+
    |                                                  | BRSKI-MASA
    |                                               +--+--------+
    |                                               |   MASA    |
    |                                               +-----------+
    |                 +-----------+
    +-----------------| EST       |
                      | Server    |
                      +-----------+
                            |    +-----------+
                            +--->|    CA     |
                                 +-----------+
]]></artwork>
        </artset>
      </figure>
      <t>It is also possible for the Cloud Registrar to redirect the Pledge to another Cloud Registrar operated by a VAR, with that VAR's Cloud Registrar then redirecting the Pledge to the Owner Registrar.
This scenario is discussed further in <xref target="multiplehttpredirects"/> and <xref format="counter" target="considerationsfor-http-redirect"/>.</t>
      <t>The mechanisms and protocols by which the Registrar or EST service interacts with the CA are transparent to the Pledge and are outside the scope of this document.</t>
      <t>The architectures show the Cloud Registrar and MASA as being logically separate entities.
The two functions could of course be integrated into a single entity.</t>
      <t>In the two use cases, there are different mechanisms for a Cloud Registrar to handle voucher requests.</t>
      <t>It can redirect the request to the Owner Registrar for handling, or it can return a voucher
that includes an "est-domain" attribute that points to the Owner EST Service.
When returning a voucher, additional bootstrapping information can be embedded in the voucher using the <tt>additional-configuration-url</tt> attribute.
The contents of this additional configuration are device and vendor specific.
Both mechanisms are described in detail later in this document.</t>
      <t>The network operator or enterprise is the intended owner of the new device: the Pledge.
This could be the enterprise itself, or in many cases there is some outsourced IT department that might be involved.
They are the operator of the Registrar or EST Server.
They may also operate the CA, or they may contract those services from another entity.</t>
      <t>There is a potential additional party involved who may operate the Cloud Registrar: the value added reseller (VAR).
The VAR works with the OEM to ship products with the right configuration to the owner.
For example, SIP telephones or other conferencing systems may be installed by this VAR, often shipped directly from a warehouse to the customer's remote office location.
The VAR and manufacturer are aware of which devices have been shipped to the VAR through sales channel integrations, and so the manufacturer's Cloud Registrar is able to redirect the Pledge through a chain of Cloud Registrars, as explained in <xref target="redirect-response"/>.</t>
      <section anchor="network-connectivity">
        <name>Network Connectivity</name>
        <t>The assumption is that the Pledge already has network connectivity prior to connecting to the Cloud Registrar.
The Pledge must have an IP address that is able to reach a recursive DNS server,
and be able to send requests to the Cloud Registrar.
There are many ways to accomplish this, from using routable IPv4 or IPv6 addresses, to use of NAT44, to using HTTP or SOCKS proxies.</t>
        <t>The Pledge operator has already connected the Pledge to the network, and the mechanism by which this has happened is out of scope of this document.</t>
        <t>For many telephony applications, this is typically going to be a wired
connection. For wireless use cases, existing Wi-Fi onboarding mechanisms such as <xref target="WPS"/> can be used.</t>
        <t>Similarly, what address space the IP address belongs to, whether it is an IPv4 or IPv6 address, or if there are firewalls or proxies deployed between the Pledge and the cloud registrar are all out of scope of this document.</t>
      </section>
      <section anchor="pledge-certificate-identity-considerations">
        <name>Pledge Certificate Identity Considerations</name>
        <t><xref section="5.9.2" sectionFormat="comma" target="BRSKI"/> specifies that the Pledge MUST send an EST <xref target="RFC7030"/>
Certificate Signing Request (CSR) Attributes request to the EST server before it requests a client certificate.
For the use case described in <xref target="bootstrap-via-cloud-registrar-and-owner-registrar"/>, the Owner Registrar operates as the EST server as described in <xref section="2.5.3" sectionFormat="comma" target="BRSKI"/>, and the Pledge sends the CSR Attributes request to the Owner Registrar.
For the use case described in <xref target="bootstrap-via-cloud-registrar-and-owner-est-service"/>, the EST server operates as described in <xref target="RFC7030"/>, and the Pledge sends the CSR Attributes request to the EST server.
Note that the Pledge only sends the CSR Attributes request to the entity acting
as the EST server as per <xref section="2.6" sectionFormat="comma" target="RFC7030"/>, and MUST NOT send the CSR
Attributes request to the Cloud Registrar, because the Cloud Registrar does not have authority to issue a certificate for the customer domain.  (The Cloud Registrar is not a full EST server)
If a Pledge erroneously sends a CSR Attributes request to the Cloud Registrar, then the Cloud Registrar MUST reply with 404 response code.</t>
        <t>The EST server MAY use this mechanism to instruct the Pledge about the identities it should include in the CSR request it sends as part of enrollment.
The EST server MAY use this mechanism to tell the Pledge what Subject or Subject Alternative Name identity information to include in its CSR request.
This can be useful if the Subject or Subject Alternative Name identity must have a specific value in order to complete enrollment with the CA.</t>
        <t>EST <xref target="RFC7030"/> is not clear on how the CSR Attributes response should be structured, and in particular is not clear on how a server can instruct a client to include specific attribute values in its CSR.
<xref target="I-D.ietf-lamps-rfc7030-csrattrs"/> clarifies how a server can use CSR Attributes response to specify specific values for attributes that the client should include in its CSR.</t>
        <t>For example, the Pledge may only be aware of its IDevID Subject which includes a Manufacturer serial number, but must include a specific fully qualified domain name in the CSR in order to complete domain ownership proofs required by the CA.</t>
        <t>As another example, the Registrar may deem the Manufacturer serial number in an IDevID as personally identifiable information, and may want to specify a new random opaque identifier that the Pledge should use in its CSR.</t>
      </section>
      <section anchor="redirected">
        <name>YANG extension for Voucher based redirect</name>
        <t><xref target="RFC8366bis"/> contains the two needed voucher attributes: <tt>est-domain</tt> and <tt>additional-configuration-url</tt> which are needed when a client is redirected to a local EST server.</t>
      </section>
    </section>
    <section anchor="protocol-operation">
      <name>Protocol Operation</name>
      <t>This section outlines the high-level protocol requirements and operations that take place. <xref target="protocol-details"/> outlines the exact sequence of message interactions between the Pledge, the Cloud Registrar, the Owner Registrar and the Owner EST server.</t>
      <section anchor="pledge-sends-voucher-request-to-cloud-registrar">
        <name>Pledge Sends Voucher Request to Cloud Registrar</name>
        <section anchor="cloud-registrar-discovery">
          <name>Cloud Registrar Discovery</name>
          <t>BRSKI defines how a Pledge contacts a well-known URI of a Cloud Registrar if a Local Domain Registrar cannot be discovered.
Additionally, certain Pledge types might never attempt to discover a Local Domain Registrar and might automatically bootstrap against a Cloud Registrar.</t>
          <t>The details of the URI are Manufacturer specific.
If the Pledge fails to connect to the Cloud Registrar for any reason, it should consider that this is a bootstrapping failure, and indicate this.</t>
        </section>
        <section anchor="pledge-cloud-registrar-tls-establishment-details">
          <name>Pledge - Cloud Registrar TLS Establishment Details</name>
          <t>According to <xref section="2.7" sectionFormat="comma" target="BRSKI"/>, the Pledge MUST use an Implicit Trust Anchor database (see EST <xref target="RFC7030"/>) to authenticate the Cloud Registrar service.
The Pledge MUST establish a mutually authenticated TLS connection with the Cloud Registrar.
Unlike the Provisional TLS procedures documented in <xref section="5.1" sectionFormat="comma" target="BRSKI"/>, the Pledge MUST NOT establish a Provisional TLS connection with the Cloud Registrar.</t>
          <t>Pledges MUST and Cloud/Owner Registrars SHOULD support the use of the "server_name" TLS extension (SNI, <xref target="RFC6066"/>) when using TLS 1.2.
Support for SNI is mandatory with TLS 1.3.</t>
          <t>Pledges SHOULD send a valid "server_name" extension (SNI) whenever they know the domain name of the registrar they connect to.
A Pledge creating a Provisional TLS connection according to <xref target="BRSKI"/> will often only know the link-local IPv6 address of a Join Proxy that connects it to the Registrar.
Registrars are accordingly expected to ignore SNI information, as in most cases, the Pledge will not know how to set the SNI correctly.</t>
          <t>The Pledge MUST be manufactured with preloaded trust anchors that are used to verify the identity of the Cloud Registrar when establishing the TLS connection.
The TLS connection can be verified using a public Web PKI trust anchor using <xref target="RFC9525"/> DNS-ID mechanisms or a pinned certification authority.
This is a local implementation decision.
Refer to <xref target="trust-anchors-for-cloud-registrar"/> for trust anchor security considerations.</t>
          <t>The Cloud Registrar MUST verify the identity of the Pledge by sending a TLS CertificateRequest message to the Pledge during TLS session establishment.
The Cloud Registrar MAY include a certificate_authorities field in the message to specify the set of allowed IDevID issuing CAs that Pledges MAY use when establishing connections with the Cloud Registrar.</t>
          <t>In addition to other protections against DoS attacks, the Cloud Registrar is able to reject TLS connections when it can determine during TLS authentication that it cannot support the Pledge.  For example, the Pledge cannot provide an IDevID signed by a CA recognized/supported by the Cloud Registrar.</t>
        </section>
        <section anchor="pledge-sends-voucher-request-message">
          <name>Pledge Sends Voucher Request Message</name>
          <t>After the Pledge has established a mutually authenticated TLS connection with the Cloud Registrar, the Pledge generates a voucher request message as outlined in <xref section="5.2" sectionFormat="comma" target="BRSKI"/>, and sends the voucher request message to the Cloud Registrar.</t>
        </section>
      </section>
      <section anchor="cloud-registrar-processes-voucher-request-message">
        <name>Cloud Registrar Processes Voucher Request Message</name>
        <t>The Cloud Registrar MUST determine Pledge ownership.
Prior to ownership determination, the Registrar checks the request for correctness and if it is unwilling or unable to handle the request, it MUST return a suitable 4xx or 5xx error response to the Pledge as defined by <xref target="BRSKI"/> and HTTP <xref target="RFC9110"/>.
The Registrar returns the following errors:</t>
        <ul spacing="normal">
          <li>
            <t>in the case of an unknown Pledge, a 404 is returned.</t>
          </li>
          <li>
            <t>for a malformed request, 400 is returned.</t>
          </li>
          <li>
            <t>in case of server overload, 503 is returned.</t>
          </li>
        </ul>
        <t>If the request is correct and the Registrar is able to handle it, but unable to determine ownership at that time, then it MUST return a 401 Unauthorized response to the Pledge.
This signals to the Pledge that there is currently no known owner domain for it, but that retrying later might resolve this situation.
In this scenario, the Registrar SHOULD include a Retry-After <xref target="RFC7231"/> header that includes a time to defer.
The absence of a Retry-After header indicates to the Pledge not to attempt again.
The Pledge MUST restart the bootstrapping process from the beginning.</t>
        <t>A Pledge with some kind of indicator (such as a screen or LED) SHOULD consider all 4xx and 5xx errors to be a bootstrapping failure, and indicate this.</t>
        <t>If the Cloud Registrar successfully determines ownership, then it MUST take one of the following actions:</t>
        <ul spacing="normal">
          <li>
            <t>error: return a suitable 4xx or 5xx error response (as defined by <xref target="BRSKI"/> and HTTP) to the Pledge if the request processing failed for any reason.</t>
          </li>
          <li>
            <t>redirect to Owner Registrar: redirect the Pledge to an Owner Registrar via 307 response code.</t>
          </li>
          <li>
            <t>redirect to Owner EST server: issue a voucher (containing an "est-domain" attribute) and return a 200  response code.</t>
          </li>
        </ul>
        <section anchor="PledgeOwnershipLookup">
          <name>Pledge Ownership Look Up</name>
          <t>The Cloud Registrar needs some suitable mechanism for knowing the correct owner of a connecting Pledge based on the presented identity certificate.
For example, if the Pledge establishes TLS using an IDevID that is signed by a known manufacturing CA, the Registrar could extract the serial number from the IDevID and use this to look up a database of Pledge IDevID serial numbers to owners.</t>
          <t>The mechanism by which the Cloud Registrar determines Pledge ownership is, however, outside the scope of this document.
The Cloud Registrar is strongly tied to the Manufacturers' processes for device identity.</t>
        </section>
        <section anchor="bootstrap-via-cloud-registrar-and-owner-registrar-1">
          <name>Bootstrap via Cloud Registrar and Owner Registrar</name>
          <t>Once the Cloud Registrar has determined Pledge ownership, the Cloud Registrar MAY redirect the Pledge to the Owner Registrar in order to complete bootstrap.
If the owner wants the Cloud Registrar to redirect Pledges to their Owner Registrar, the owner must register their Owner Registrar URI with cloud Registrar.
The mechanism by which Pledge owners register their Owner Registrar URI with the Cloud Registrar is outside the scope of this document.</t>
          <t>In case of redirection, the Cloud Registrar replies to the voucher request with an HTTP 307 Temporary Redirect response code, including the owner's Local Domain in the HTTP Location header.</t>
        </section>
        <section anchor="bootstrap-via-cloud-registrar-and-owner-est-service-1">
          <name>Bootstrap via Cloud Registrar and Owner EST Service</name>
          <t>If the Cloud Registrar issues a voucher, it returns the voucher in an HTTP response with a 200 response code.</t>
          <t>The Cloud Registrar MAY issue a 202 response code if it is willing to issue a voucher, but will take some time to prepare the voucher.</t>
          <t>The voucher MUST include the new "est-domain" field as defined in <xref target="RFC8366bis"/>.
This tells the Pledge where the domain of the EST service to use for completing certificate enrollment.</t>
          <t>The voucher MAY include the new <tt>additional-configuration-url</tt> field.
This field points the Pledge to a URI where Pledge specific additional configuration information SHOULD be retrieved.
For example, a SIP user agent (a UA, such as a desk phone) might retrieve a Manufacturer specific configuration file that contains information about how to do SIP Registration.
One advantage of this mechanism over current mechanisms like DHCP options 120 defined in <xref target="RFC3361"/> or option 125 defined in <xref target="RFC3925"/> is that the voucher is returned in a confidential (TLS-protected) transport, and so can include device-specific credentials for retrieval of the configuration.</t>
          <t>The exact Pledge and Registrar behavior for handling and specifying the <tt>additional-configuration-url</tt> field is outside the scope of this document.</t>
        </section>
      </section>
      <section anchor="pledge-handles-cloud-registrar-response">
        <name>Pledge Handles Cloud Registrar Response</name>
        <section anchor="redirect-response">
          <name>Bootstrap via Cloud Registrar and Owner Registrar</name>
          <t>The Cloud Registrar has returned a 307 response to a voucher request.
The Cloud Registrar MAY be redirecting the Pledge to the Owner Registrar, or to a different Cloud Registrar operated by a VAR.</t>
          <t>The Pledge MUST restart its bootstrapping process by sending a new voucher
request message (with a fresh nonce) using the location provided in the HTTP redirect.</t>
          <t>The Pledge MUST attempt to validate the identity of the Cloud VAR Registrar specified in the 307 response using its Implicit Trust Anchor Database.
If validation of this identity succeeds using the Implicit Trust Anchor Database, then the Pledge MAY accept a subsequent 307 response from this Cloud VAR Registrar.</t>
          <t>The Pledge MAY continue to follow a number of 307 redirects provided that each 307 redirect target Registrar identity is validated using the Implicit Trust Anchor Database.</t>
          <t>However, if validation of a 307 redirect target Registrar identity using the Implicit Trust Anchor Database fails, then the Pledge MUST NOT accept the 307 responses from the Registrar.
At this point, the TLS connection that has been established is considered a Provisional TLS, as per <xref section="5.1" sectionFormat="comma" target="BRSKI"/>.</t>
          <t>The Pledge then (re)sends a voucher-request on this connection.
As explained by <xref target="BRSKI"/>, the connection is validated using the pinned credential from the voucher.</t>
          <t>The Pledge MUST process any error messages as defined in <xref target="BRSKI"/>, and in case of error MUST restart the process from its provisioned Cloud Registrar.
The exception is that a 401 Unauthorized code SHOULD cause the Pledge to retry a number of times over a period of a few hours.</t>
          <t>In order to avoid permanent bootstrap cycles, the Pledge MUST NOT revisit a prior location on the same attempt.
If a loop is detected, then the Pledge MUST abort the current attempt, returning to the initial state where it looks for local Registrars (as per <xref target="BRSKI"/>), starting again with the initial Cloud Registrar if none are found.</t>
          <t><xref target="multiplehttpredirects"/> further outlines risks associated with redirects.
However, in some scenarios, Pledges MAY visit the current location multiple times, for example when handling a 401 Unauthorized response, or when handling a 503 Service Unavailable that includes a Retry-After HTTP header.
If it happens that a location is repeated, then the Pledge MUST fail the bootstrapping attempt and go back to the beginning, which includes listening to other sources of bootstrapping information as specified in <xref target="BRSKI"/> section 4.1 and 5.0.
The Pledge MUST also have a limit on the total number of redirects it will follow, as the cycle detection requires that it keep track of the places it has been.
That limit MUST be in the dozens or more redirects such that no reasonable delegation path would be affected.</t>
          <t>When the Pledge cannot validate the connection, then it MUST establish a Provisional TLS connection with the specified Local Domain Registrar at the location specified.</t>
          <t>The Pledge then sends a voucher request message via the Local Domain Registrar.</t>
          <t>After the Pledge receives the voucher, it verifies the TLS connection to the Local Domain Registrar and continues with enrollment and bootstrap as per standard BRSKI operation.</t>
          <t>The Pledge MUST process any error messages as defined in <xref target="BRSKI"/>, and in case of error MUST restart the process from its provisioned Cloud Registrar.</t>
          <t>The exception is that a 401 Unauthorized code SHOULD cause the Pledge to retry a number of times over a period of a few hours.</t>
        </section>
        <section anchor="bootstrap-via-cloud-registrar-and-owner-est-service-2">
          <name>Bootstrap via Cloud Registrar and Owner EST Service</name>
          <t>The Cloud Registrar returned a voucher to the Pledge.
The Pledge MUST perform voucher verification as per <xref section="5.6.1" sectionFormat="comma" target="BRSKI"/>.</t>
          <t>The Pledge SHOULD extract the "est-domain" field from the voucher, and SHOULD continue with EST enrollment as per standard EST operation. Note that the Pledge has been instructed to connect to the EST server specified in the "est-domain" field, and therefore SHOULD use EST mechanisms, and not BRSKI mechanisms, when connecting to the EST server.</t>
        </section>
      </section>
    </section>
    <section anchor="protocol-details">
      <name>Protocol Details</name>
      <section anchor="redirect2Registrar">
        <name>Bootstrap via Cloud Registrar and Owner Registrar</name>
        <t>This flow illustrates the "Bootstrap via Cloud Registrar and Owner Registrar" use case.
A Pledge is bootstrapping in a remote location with no Local Domain Registrar.
The assumption is that the Owner Registrar domain is accessible, and the Pledge can establish a network connection with the Owner Registrar.
This may require that the owner network firewall exposes the Owner Registrar on the public internet.</t>
        <artset>
          <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="624" width="496" viewBox="0 0 496 624" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
              <path d="M 8,32 L 8,80" fill="none" stroke="black"/>
              <path d="M 40,88 L 40,608" fill="none" stroke="black"/>
              <path d="M 80,32 L 80,80" fill="none" stroke="black"/>
              <path d="M 192,272 L 192,320" fill="none" stroke="black"/>
              <path d="M 224,328 L 224,608" fill="none" stroke="black"/>
              <path d="M 288,272 L 288,320" fill="none" stroke="black"/>
              <path d="M 400,32 L 400,80" fill="none" stroke="black"/>
              <path d="M 400,272 L 400,320" fill="none" stroke="black"/>
              <path d="M 440,88 L 440,240" fill="none" stroke="black"/>
              <path d="M 440,328 L 440,560" fill="none" stroke="black"/>
              <path d="M 480,272 L 480,320" fill="none" stroke="black"/>
              <path d="M 488,32 L 488,80" fill="none" stroke="black"/>
              <path d="M 8,32 L 80,32" fill="none" stroke="black"/>
              <path d="M 400,32 L 488,32" fill="none" stroke="black"/>
              <path d="M 8,80 L 80,80" fill="none" stroke="black"/>
              <path d="M 400,80 L 488,80" fill="none" stroke="black"/>
              <path d="M 48,128 L 432,128" fill="none" stroke="black"/>
              <path d="M 48,176 L 432,176" fill="none" stroke="black"/>
              <path d="M 48,224 L 432,224" fill="none" stroke="black"/>
              <path d="M 192,272 L 288,272" fill="none" stroke="black"/>
              <path d="M 400,272 L 480,272" fill="none" stroke="black"/>
              <path d="M 192,320 L 288,320" fill="none" stroke="black"/>
              <path d="M 400,320 L 480,320" fill="none" stroke="black"/>
              <path d="M 48,352 L 216,352" fill="none" stroke="black"/>
              <path d="M 48,400 L 216,400" fill="none" stroke="black"/>
              <path d="M 232,416 L 432,416" fill="none" stroke="black"/>
              <path d="M 232,464 L 432,464" fill="none" stroke="black"/>
              <path d="M 48,496 L 216,496" fill="none" stroke="black"/>
              <path d="M 48,544 L 216,544" fill="none" stroke="black"/>
              <path d="M 48,592 L 216,592" fill="none" stroke="black"/>
              <path d="M 48,608 L 216,608" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="440,416 428,410.4 428,421.6" fill="black" transform="rotate(0,432,416)"/>
              <polygon class="arrowhead" points="440,176 428,170.4 428,181.6" fill="black" transform="rotate(0,432,176)"/>
              <polygon class="arrowhead" points="440,128 428,122.4 428,133.6" fill="black" transform="rotate(0,432,128)"/>
              <polygon class="arrowhead" points="240,464 228,458.4 228,469.6" fill="black" transform="rotate(180,232,464)"/>
              <polygon class="arrowhead" points="224,592 212,586.4 212,597.6" fill="black" transform="rotate(0,216,592)"/>
              <polygon class="arrowhead" points="224,544 212,538.4 212,549.6" fill="black" transform="rotate(0,216,544)"/>
              <polygon class="arrowhead" points="224,400 212,394.4 212,405.6" fill="black" transform="rotate(0,216,400)"/>
              <polygon class="arrowhead" points="224,352 212,346.4 212,357.6" fill="black" transform="rotate(0,216,352)"/>
              <polygon class="arrowhead" points="56,608 44,602.4 44,613.6" fill="black" transform="rotate(180,48,608)"/>
              <polygon class="arrowhead" points="56,544 44,538.4 44,549.6" fill="black" transform="rotate(180,48,544)"/>
              <polygon class="arrowhead" points="56,496 44,490.4 44,501.6" fill="black" transform="rotate(180,48,496)"/>
              <polygon class="arrowhead" points="56,352 44,346.4 44,357.6" fill="black" transform="rotate(180,48,352)"/>
              <polygon class="arrowhead" points="56,224 44,218.4 44,229.6" fill="black" transform="rotate(180,48,224)"/>
              <polygon class="arrowhead" points="56,128 44,122.4 44,133.6" fill="black" transform="rotate(180,48,128)"/>
              <g class="text">
                <text x="44" y="52">Pledge</text>
                <text x="432" y="52">Cloud</text>
                <text x="440" y="68">Registrar</text>
                <text x="60" y="116">1.</text>
                <text x="164" y="116">Mutually-authenticated</text>
                <text x="272" y="116">TLS</text>
                <text x="60" y="164">2.</text>
                <text x="104" y="164">Voucher</text>
                <text x="168" y="164">Request</text>
                <text x="60" y="212">3.</text>
                <text x="88" y="212">307</text>
                <text x="144" y="212">Location:</text>
                <text x="268" y="212">owner-ra.example.com</text>
                <text x="224" y="292">Owner</text>
                <text x="436" y="292">MASA</text>
                <text x="240" y="308">Registrar</text>
                <text x="60" y="340">4.</text>
                <text x="120" y="340">Provisional</text>
                <text x="184" y="340">TLS</text>
                <text x="60" y="388">5.</text>
                <text x="104" y="388">Voucher</text>
                <text x="168" y="388">Request</text>
                <text x="244" y="404">6.</text>
                <text x="288" y="404">Voucher</text>
                <text x="352" y="404">Request</text>
                <text x="244" y="452">7.</text>
                <text x="288" y="452">Voucher</text>
                <text x="356" y="452">Response</text>
                <text x="60" y="484">8.</text>
                <text x="104" y="484">Voucher</text>
                <text x="172" y="484">Response</text>
                <text x="60" y="532">9.</text>
                <text x="100" y="532">Verify</text>
                <text x="144" y="532">TLS</text>
                <text x="64" y="580">10.</text>
                <text x="96" y="580">EST</text>
                <text x="140" y="580">enroll</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art"><![CDATA[
+--------+                                       +----------+
| Pledge |                                       | Cloud    |
|        |                                       |Registrar |
+--------+                                       +----------+
    |                                                 |
    | 1. Mutually-authenticated TLS                   |
    |<----------------------------------------------->|
    |                                                 |
    | 2. Voucher Request                              |
    |------------------------------------------------>|
    |                                                 |
    | 3. 307 Location: owner-ra.example.com           |
    |<------------------------------------------------|
    |                                                 |
    |
    |                  +-----------+             +---------+
    |                  | Owner     |             |  MASA   |
    |                  | Registrar |             |         |
    |                  +-----------+             +---------+
    | 4. Provisional TLS   |                          |
    |<-------------------->|                          |
    |                      |                          |
    | 5. Voucher Request   |                          |
    |--------------------->| 6. Voucher Request       |
    |                      |------------------------->|
    |                      |                          |
    |                      | 7. Voucher Response      |
    |                      |<-------------------------|
    | 8. Voucher Response  |                          |
    |<---------------------|                          |
    |                      |                          |
    | 9. Verify TLS        |                          |
    |<-------------------->|                          |
    |                      |                          |
    | 10. EST enroll       |
    |--------------------->|
    |<---------------------|
]]></artwork>
        </artset>
        <t>The process starts, in step 1, when the Pledge establishes a Mutual TLS channel with the Cloud Registrar using the IDevID certificate and the trust anchors created during the manufacturing process of the Pledge.</t>
        <t>In step 2, the Pledge sends a voucher request to the Cloud Registrar.</t>
        <t>The Cloud Registrar determines Pledge ownership look up as outlined in <xref target="PledgeOwnershipLookup"/>, and determines the Owner Registrar domain.
In step 3, the Cloud Registrar redirects the Pledge to the Owner Registrar domain.</t>
        <t>Steps 4 and onwards follow the standard BRSKI flow, which includes doing EST enroll operations.
The Pledge establishes a Provisional TLS connection with the Owner Registrar, and sends a voucher request to the Owner Registrar.
The Registrar forwards the voucher request to the MASA.
Assuming the MASA issues a voucher, then the Pledge verifies the TLS connection with the Registrar using the pinned-domain-cert from the voucher and completes the BRSKI flow.</t>
      </section>
      <section anchor="voucher2EST">
        <name>Bootstrap via Cloud Registrar and Owner EST Service</name>
        <t>This flow illustrates the "Bootstrap via Cloud Registrar and Owner EST Service" use case.
A Pledge is bootstrapping in a location with no Local Domain Registrar.
The Cloud Registrar is instructing the Pledge to connect directly to an EST server for enrollment using EST mechanisms.
The assumption is that the EST domain is accessible, and the Pledge can establish a network connection with the EST server.</t>
        <artset>
          <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="720" width="496" viewBox="0 0 496 720" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
              <path d="M 8,32 L 8,96" fill="none" stroke="black"/>
              <path d="M 40,104 L 40,704" fill="none" stroke="black"/>
              <path d="M 80,32 L 80,96" fill="none" stroke="black"/>
              <path d="M 184,272 L 184,336" fill="none" stroke="black"/>
              <path d="M 224,344 L 224,384" fill="none" stroke="black"/>
              <path d="M 224,480 L 224,704" fill="none" stroke="black"/>
              <path d="M 272,272 L 272,336" fill="none" stroke="black"/>
              <path d="M 400,32 L 400,96" fill="none" stroke="black"/>
              <path d="M 440,104 L 440,704" fill="none" stroke="black"/>
              <path d="M 488,32 L 488,96" fill="none" stroke="black"/>
              <path d="M 8,32 L 80,32" fill="none" stroke="black"/>
              <path d="M 400,32 L 488,32" fill="none" stroke="black"/>
              <path d="M 8,96 L 80,96" fill="none" stroke="black"/>
              <path d="M 400,96 L 488,96" fill="none" stroke="black"/>
              <path d="M 48,144 L 432,144" fill="none" stroke="black"/>
              <path d="M 48,192 L 432,192" fill="none" stroke="black"/>
              <path d="M 48,240 L 432,240" fill="none" stroke="black"/>
              <path d="M 184,272 L 272,272" fill="none" stroke="black"/>
              <path d="M 184,336 L 272,336" fill="none" stroke="black"/>
              <path d="M 48,384 L 216,384" fill="none" stroke="black"/>
              <path d="M 48,448 L 432,448" fill="none" stroke="black"/>
              <path d="M 48,512 L 216,512" fill="none" stroke="black"/>
              <path d="M 48,560 L 216,560" fill="none" stroke="black"/>
              <path d="M 48,608 L 216,608" fill="none" stroke="black"/>
              <path d="M 48,656 L 216,656" fill="none" stroke="black"/>
              <path d="M 48,704 L 216,704" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="440,448 428,442.4 428,453.6" fill="black" transform="rotate(0,432,448)"/>
              <polygon class="arrowhead" points="440,192 428,186.4 428,197.6" fill="black" transform="rotate(0,432,192)"/>
              <polygon class="arrowhead" points="440,144 428,138.4 428,149.6" fill="black" transform="rotate(0,432,144)"/>
              <polygon class="arrowhead" points="224,704 212,698.4 212,709.6" fill="black" transform="rotate(0,216,704)"/>
              <polygon class="arrowhead" points="224,608 212,602.4 212,613.6" fill="black" transform="rotate(0,216,608)"/>
              <polygon class="arrowhead" points="224,512 212,506.4 212,517.6" fill="black" transform="rotate(0,216,512)"/>
              <polygon class="arrowhead" points="224,384 212,378.4 212,389.6" fill="black" transform="rotate(0,216,384)"/>
              <polygon class="arrowhead" points="56,656 44,650.4 44,661.6" fill="black" transform="rotate(180,48,656)"/>
              <polygon class="arrowhead" points="56,560 44,554.4 44,565.6" fill="black" transform="rotate(180,48,560)"/>
              <polygon class="arrowhead" points="56,384 44,378.4 44,389.6" fill="black" transform="rotate(180,48,384)"/>
              <polygon class="arrowhead" points="56,240 44,234.4 44,245.6" fill="black" transform="rotate(180,48,240)"/>
              <polygon class="arrowhead" points="56,144 44,138.4 44,149.6" fill="black" transform="rotate(180,48,144)"/>
              <g class="text">
                <text x="44" y="52">Pledge</text>
                <text x="432" y="52">Cloud</text>
                <text x="440" y="68">Registrar</text>
                <text x="416" y="84">/</text>
                <text x="444" y="84">MASA</text>
                <text x="60" y="132">1.</text>
                <text x="164" y="132">Mutually-authenticated</text>
                <text x="272" y="132">TLS</text>
                <text x="60" y="180">2.</text>
                <text x="104" y="180">Voucher</text>
                <text x="168" y="180">Request</text>
                <text x="60" y="228">3.</text>
                <text x="104" y="228">Voucher</text>
                <text x="172" y="228">Response</text>
                <text x="288" y="228">{est-domain:fqdn}</text>
                <text x="224" y="292">RFC7030</text>
                <text x="208" y="308">EST</text>
                <text x="220" y="324">Server</text>
                <text x="60" y="372">4.</text>
                <text x="124" y="372">Authenticate</text>
                <text x="192" y="372">TLS</text>
                <text x="64" y="420">5a.</text>
                <text x="92" y="420">On</text>
                <text x="140" y="420">success:</text>
                <text x="196" y="420">POST</text>
                <text x="280" y="420">/voucher_status</text>
                <text x="376" y="420">success</text>
                <text x="64" y="436">5b.</text>
                <text x="92" y="436">On</text>
                <text x="140" y="436">failure:</text>
                <text x="196" y="436">POST</text>
                <text x="280" y="436">/voucher_status</text>
                <text x="376" y="436">failure</text>
                <text x="60" y="484">6.</text>
                <text x="88" y="484">CSR</text>
                <text x="148" y="484">Attributes</text>
                <text x="104" y="500">Request</text>
                <text x="60" y="532">7.</text>
                <text x="88" y="532">CSR</text>
                <text x="148" y="532">Attributes</text>
                <text x="108" y="548">Response</text>
                <text x="60" y="596">8.</text>
                <text x="88" y="596">EST</text>
                <text x="132" y="596">Enroll</text>
                <text x="60" y="644">9.</text>
                <text x="120" y="644">Certificate</text>
                <text x="64" y="692">10.</text>
                <text x="136" y="692">/enrollstatus</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art"><![CDATA[
+--------+                                       +----------+
| Pledge |                                       | Cloud    |
|        |                                       |Registrar |
|        |                                       | / MASA   |
+--------+                                       +----------+
    |                                                 |
    | 1. Mutually-authenticated TLS                   |
    |<----------------------------------------------->|
    |                                                 |
    | 2. Voucher Request                              |
    |------------------------------------------------>|
    |                                                 |
    | 3. Voucher Response  {est-domain:fqdn}          |
    |<------------------------------------------------|
    |                                                 |
    |                 +----------+                    |
    |                 | RFC7030  |                    |
    |                 | EST      |                    |
    |                 | Server   |                    |
    |                 +----------+                    |
    |                      |                          |
    | 4. Authenticate TLS  |                          |
    |<-------------------->|                          |
    |                                                 |
    | 5a. On success: POST /voucher_status success    |
    | 5b. On failure: POST /voucher_status failure    |
    |------------------------------------------------>|
    |                                                 |
    | 6. CSR Attributes    |                          |
    |    Request           |                          |
    |--------------------->|                          |
    | 7. CSR Attributes    |                          |
    |    Response          |                          |
    |<---------------------|                          |
    |                      |                          |
    | 8. EST Enroll        |                          |
    |--------------------->|                          |
    |                      |                          |
    | 9. Certificate       |                          |
    |<---------------------|                          |
    |                      |                          |
    | 10. /enrollstatus    |                          |
    |--------------------->|                          |
]]></artwork>
        </artset>
        <t>The process starts, in step 1, when the Pledge establishes a Mutual TLS channel with the Cloud Registrar/MASA using artifacts created during the manufacturing process of the Pledge.</t>
        <t>In step 2, the Pledge sends a voucher request to the Cloud Registrar/MASA.</t>
        <t>In step 3, the Cloud Registrar/MASA replies to the Pledge with an <xref target="RFC8366bis"/> format voucher that includes its assigned EST domain in the "est-domain" attribute.</t>
        <t>In step 4, the Pledge establishes a TLS connection with the EST RA that was specified in the voucher "est-domain" attribute.
The connection may involve crossing the Internet requiring a DNS look up on the provided name.
The resulting IP address can be of any scope: a globally unique IP address, or a local IP address.
An IP address literal MAY be used in the est-domain attributes, including a local address that includes an IP address literal including both IPv4 <xref target="RFC1918"/> and IPv6 Unique Local Addresses <xref target="RFC4193"/>.</t>
        <t>The Pledge attempts to authenticate the TLS connection and verify the EST server identity.
The artifact provided in the pinned-domain-cert is trusted as a trust anchor, and is used to verify the EST server identity.
The EST server identity MUST be verified using the pinned-domain-cert value provided in the voucher as described in <xref target="RFC7030"/> section 3.3.1.</t>
        <t>There is a case where the pinned-domain-cert is the identical End-Entity (EE) Certificate as the EST server.
It also explicitly includes the case where the EST server has a self-signed EE Certificate, but it MAY also be an EE certificate that is part of a larger PKI.
If the certificate is not a self-signed or EE certificate, then the Pledge SHOULD apply <xref target="RFC9525"/> DNS-ID verification on the certificate against the domain provided in the "est-domain" attribute.
If the "est-domain" was provided with an IP address literal, then it is unlikely that it can be verified, and in that case, it is expected that either a self-signed certificate or an EE certificate will be pinned by the voucher.</t>
        <t>In steps 5.a and 5.b, the Pledge MAY optionally notify the Cloud Registrar/MASA of the success or failure of its attempt to establish a secure TLS channel with the EST server.
This is described in <xref section="5.7" sectionFormat="comma" target="BRSKI"/>
This telemetry returns allow for the Registrar to better provide diagnostics in the event of failure to onboard.
if the Pledge fails to verify the identity of the EST server, it MUST drop the connection and MUST NOT continue with a CSR Attributes request or an EST Enroll request.</t>
        <t>In step 6, the Pledge follows the procedures outlined in <xref target="pledge-certificate-identity-considerations"/> and sends a CSR Attributes request to the EST server before sending the EST Enroll request.</t>
        <t>In step 7, the EST server returns the CSR Attributes response.</t>
        <t>In step 8, the Pledge sends an EST Enroll request with the CSR.</t>
        <t>In step 9, the EST server returns the requested certificate.</t>
        <t>Step 10 is described in <xref section="5.9.4" sectionFormat="comma" target="BRSKI"/> as the Enrollment Status Telemetry.
This telemetry return also allows for better diagnostics in the event of a failure.</t>
      </section>
    </section>
    <section anchor="lifecycle-considerations">
      <name>Lifecycle Considerations</name>
      <t>BRSKI and the Cloud Registrar support provided in this document are dependent upon the Manufacturer maintaining the required infrastructure. <xref section="10.7" sectionFormat="comma" target="BRSKI"/> outlines additional considerations about Manufacturer life span.</t>
      <t>Sections 11.5 and 11.6 of <xref target="BRSKI"/> outline additional considerations about device trust anchors and how devices establish trust.</t>
      <t>The well-known URL that is used is specified by the Manufacturer when designing its firmware, and is therefore completely under the Manufacturer's control.
If the Manufacturer wishes to change the URL, or discontinue the service, then the Manufacturer will need to arrange for a firmware update where appropriate changes are made.</t>
      <t>Often the firmware can not be updated because there is significant inventory in a warehouse.
If the Pledge were powered on and connected, then it would get firmware updates.
Since it is not, any URLs built-in to the old firmware need to be maintained until all copies of that firmware have been replaced.
This could be a challenge if a company is going out of business, and in which case the considerations from <xref section="10.7" sectionFormat="comma" target="BRSKI"/> apply.</t>
      <t>If a merger between two companies happens, then it is possible to consolidate the MASA of each company into a single system.
The consolidated MASA will need access to a MASA signing key for both companies to operate correctly.
One way is for both MASA names (such as masa.company1.example, and masa.company2.example) to be added as SubjectAltNames for the HTTPS certificates used by the MASA.
The Cloud Registrar will need a similar treatment.
As an alternative to operating a Registrar under two names, all access to one Cloud Registrar could be replaced with a 307 redirect as described in <xref target="multiplehttpredirects"/>.</t>
      <t>Additionally, in the hosted Registrar use case, with an Owner EST Server <xref target="voucher2EST"/> use case, the Cloud Registrar MUST know the certificate for the EST Server in order to pin it properly.
In that case, when the owner of the EST Server wishes to change their certificate, then they MUST coordinate this with the upstream Cloud Registrar operator.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document makes no IANA requests.</t>
    </section>
    <section anchor="implementation-considerations">
      <name>Implementation Considerations</name>
      <section anchor="captive-portals">
        <name>Captive Portals</name>
        <t>A Pledge might find itself deployed in a network where a captive portal or an intelligent home gateway that provides access control on all connections are also deployed.
Captive portals that do not follow the requirements of Section 1 of <xref target="RFC8952"/> might forcibly redirect HTTPS connections.
While this is a deprecated practice as it breaks TLS in a way that most users can not deal with, it is still common in many networks.</t>
        <t>When the Pledge attempts to connect to any Cloud Registrar, an incorrect connection will be detected because the Pledge will be unable to verify the TLS connection to its Cloud Registrar via DNS-ID check. <xref section="6.3" sectionFormat="comma" target="RFC9525"/>.
That is, the certificate returned from the captive portal will not match.</t>
        <t>At this point a network operator who controls the captive portal, noticing the connection to what seems a legitimate destination (the Cloud Registrar), MAY then permit that connection.
This enables the first connection to go through.</t>
        <t>The connection is then redirected to the Registrar via 307, or to an EST server via "est-domain" in a voucher.
If it is a 307 redirect, then a Provisional TLS connection will be initiated, and it will succeed.
The Provisional TLS connection does not do DNS-ID verification (<xref section="6.3" sectionFormat="comma" target="RFC9525"/>), so the forced redirection to a captive portal system will not be detected.
However, the subsequent BRSKI POST of a voucher request will most likely be met by a 404 or 500 HTTP code.
Even if somehow it did work (because the captive portal was in fact an attacker), any returned voucher would not be signed by a trusted MASA.</t>
        <t>It is RECOMMENDED therefore that the Pledge look for Captive-Portal
Identification attributes <xref target="RFC8910"/> in DHCP, and if present, use the Captive-Portal API <xref target="RFC8908"/> to learn if it is captive.</t>
        <t>The scenarios outlined here when a Pledge is deployed behind a captive portal may result in failure scenarios,
but do not constitute a security risk, so long as the Pledge is correctly verifying all TLS connections as per <xref target="BRSKI"/>.</t>
      </section>
      <section anchor="multiplehttpredirects">
        <name>Multiple HTTP Redirects</name>
        <t>If the Redirect to Registrar method is used, as described in <xref target="redirect2Registrar"/>, there MAY be a series of 307 redirects.
An example of why this might occur is that the Manufacturer only knows that it resold the device to a particular value added reseller (VAR), and there MAY be a chain of such VARs.
It is important the Pledge avoid being drawn into a loop of redirects.
This could happen if a VAR does not think they are authoritative for a particular device.
A "helpful" programmer might instead decide to redirect back to the Manufacturer in an attempt to restart at the top:  perhaps there is another process that updates the Manufacturer's database and this process is underway.
Instead, the VAR MUST return a 404 error if it cannot process the device.
This will force the device to stop, timeout, and then try all mechanisms again.</t>
        <t>There are additional considerations regarding TLS certificate validation as outlined in <xref target="redirect-response"/>.
If the Registrar returns a 307 response, the Pledge MUST NOT follow this redirect if the Registrar identity was not validated using its Implicit Trust Anchor Database.
If the Registrar identity was validated using the Implicit Trust Anchor Database, then the Pledge MAY follow the redirect.</t>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>The Cloud Registrar described in this document inherits all the strong security properties that are described in <xref target="BRSKI"/>, and none of the security mechanisms that are defined in <xref target="BRSKI"/> are bypassed or weakened by this document.
The Cloud Registrar also inherits all the potential issues that are described in <xref target="BRSKI"/>.
This includes dependency upon continued operation of the Manufacturer provided MASA, as well as potential complications where a Manufacturer might interfere with
resale of a device.</t>
      <t>In addition to the dependency upon the MASA, the successful enrollment of a device using a Cloud Registrar depends upon the correct and continued operation of this new service.
This internet accessible service might be operated by the Manufacturer and/or by one or more value-added-resellers.
All the considerations for operation of the MASA also apply to the operation of the Cloud Registrar.</t>
      <section anchor="security-updates-for-the-pledge">
        <name>Security Updates for the Pledge</name>
        <t>Unlike many other uses of BRSKI, in the Cloud Registrar case it is assumed that the Pledge has connected to a network, such as the public Internet, on which some amount of connectivity is possible, but there is no other local configuration available.
(Note: there are many possible configurations in which the device might not have unlimited connectivity to the public Internet, but for which there might be some connectivity possible)</t>
        <t>The Pledge SHOULD NOT assume that the network is protecting the device.is sheltered.
In a majority of cases, the Pledge will be connected to a network behind an enterprise firewall, or a home router, with typical restrictions on incoming TCP connections due to NAT44 <xref target="RFC6144"/> and <xref section="3.1" sectionFormat="comma" target="RFC7084"/>, and <xref section="4" sectionFormat="comma" target="RFC6092"/>.
In such situations, the Pledge might think it can be assured that it can not be attacked, but this is not the case!</t>
        <t>Pledges could be deployed on networks</t>
        <ul spacing="normal">
          <li>
            <t>with unfiltered connectivity, including public IPv4 and IPv6</t>
          </li>
          <li>
            <t>where incoming connections are enabled via explicit rules</t>
          </li>
          <li>
            <t>where ther could be malicious devices within this network</t>
          </li>
        </ul>
        <t>The Pledge SHOULD contact the Manufacturer before bootstrapping in order to apply any available firmware patches.
Firmware patches need to validated before being applied.
This is best done via signatures on the firmware updates, such as described in <xref target="RFC9019"/> or an equivalent mechanism.
Origin authentication of updates is also sometimes enough.</t>
        <t>In order to best protect the Pledge from attacks of all kinds, Manufacturers are encouraged to make MUD <xref target="RFC8520"/> files available.
Care needs to be taken in those definitions to allow for retrieval of firmware updates.
This may also include updates to the Implicit list of Trust Anchors.
In this way, a Pledge that may have been in a dusty box in a warehouse for a long time can be updated to the latest (exploit-free) firmware before attempting bootstrapping.</t>
      </section>
      <section anchor="trust-anchors-for-cloud-registrar">
        <name>Trust Anchors for Cloud Registrar</name>
        <t>In the final onboarding step, wherein an <xref target="RFC8366bis"/> voucher artifact is returned to authenticate the provisional TLS connection, any kind of trust anchor can be used: private or public.
The end customer's Registrar will have a private PKI that will be pinned by the voucher.</t>
        <t>However, in the steps leading up to the above step, the HTTPS connections to the (series of) Cloud Registrars, the Pledge will need to be validated using the Implicit Trust Anchor database, as described in <xref section="3.6.1" sectionFormat="comma" target="RFC7030"/>.</t>
        <t>If a manufacturer chooses, they could act as a private PKI for all of the steps, including the related trust
anchor in the Pledge's Trust Anchor database.
The manufacturer already has to operate enough of a private PKI to sustain signing of Vouchers, and also firmware updates.
Such a PKI is described in <xref target="I-D.irtf-t2trg-taxonomy-manufacturer-anchors"/> section 3.
Minimizing the number of trust anchors reduces the security exposure should fraudulent certificates ever be issued.</t>
        <t>On the other hand, automation of certificate updates is now routine, and forcing the Cloud Registrar's operated by the chain of Value-Added Resellers (VARs) to only use one manufacturer's private PKI will significantly increase operational costs.
VARs could operate one Cloud Registrar for a large variety of devices that they resell, and forcing them to use the manufacturer's private PKI means that they have to maintain a certificate for each product line.</t>
        <t>So, while there is no requirement that Cloud Registrar's certificates are part of the public (WebPKI)  database, but it is likely simpler and cheaper for most such systems to use easily obtained certificates.</t>
        <t>Device Manufacturers therefore need to include enough trust anchors in their devices (the Pledges) so that all expected Cloud Registrar's can be validated.</t>
        <t>It is recommended for Manufacturers to work with their VARs to determine if there is a subset of public PKIs that would satisfy all their VARs, and to ship only that subset.</t>
      </section>
      <section anchor="considerationsfor-http-redirect">
        <name>Considerations for HTTP Redirect</name>
        <t>When the default Cloud Registrar redirects a Pledge using HTTP 307 to an Owner Registrar, or another Cloud Registrar operated by a VAR, the Pledge MUST have validated the TLS connection using an Implicit Trust Anchor.</t>
        <t>However, when connecting to the target Owner Registrar, a provisional TLS connection is required as explained in <xref section="5.1" sectionFormat="comma" target="BRSKI"/>.</t>
        <t>Provisional TLS connections are not immediately validated.
A provisional TLS connection can be intercepted by an attacker, as unlike in <xref target="BRSKI"/>, this connection crosses the Internet.
There can be IP address hijacks, possibly DNS attacks that could send the Pledge to the wrong place.
Such a diversion would be detected when the resulting Voucher can not be validated.</t>
        <t>There is a conflict between these requirements: one says to validate, and the other one says not to.
This is resolved by having the Pledge attempt validation, and if it succeeds, then and only then, an HTTP 307 redirect will be accepted.
If validation fails, then an HTTP 307 redirect MUST be rejected as an error.
If that occurs, then the onboarding process SHOULD restart after a delay.
This failure should be reported to the initial Cloud Registrar via the mechanism described in <xref section="5.7" sectionFormat="comma" target="BRSKI"/>.</t>
        <t>If the Pledge were to accept a 307 Redirect from a malicious entity, then it could be directed to connect to some other Registrar-like entity.
This could be used to turn the Pledge into part of a distributed denial of service (DDoS) attack.
As the Pledge will send it's details in the Voucher Request that it does send, there is also a possible disclosure of the Pledge's identifiable private information.</t>
        <t>Note that for use case two, in which redirection to an EST Server occurs, then there is no provisional TLS connection at all.  The connection to the last Cloud Registrar is validated using the Implicit Trust Database, while the EST Server connection is validated by the certificate pinned by the Voucher artifact.</t>
      </section>
      <section anchor="considerations-for-voucher-est-domain">
        <name>Considerations for Voucher est-domain</name>
        <t>A Cloud Registrar supporting the same set of Pledges as a MASA MAY be integrated with the MASA to avoid the need for a network based API between them, and without changing their external behavior as specified here.</t>
        <t>When a Cloud Registrar handles the scenario described in <xref target="bootstrap-via-cloud-registrar-and-owner-est-service"/> by the returning "est-domain" attribute in the voucher, the Cloud Registrar MUST do all the voucher processing as specified in <xref target="BRSKI"/>.
This is an example deployment scenario where the Cloud Registrar MAY be operated by the same entity as the MASA, and it MAY even be integrated with the MASA.</t>
        <t>When a voucher is issued by the Cloud Registrar and that voucher contains an "est-domain" attribute, the Pledge MUST verify the TLS connection with this EST server using the "pinned-domain-cert" attribute in the voucher.</t>
        <t>The reduced operational security mechanisms outlined in Sections 7.3 and 11 of <xref target="BRSKI"/> MAY be supported when the Pledge connects with the EST server.
These mechanisms reduce the security checks that take place when the Pledge enrolls with the EST server.
Refer to <xref target="BRSKI"/> sections 7.3 and 11 for further details.</t>
      </section>
    </section>
    <section numbered="false" anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>The authors would like to thank for following for their detailed reviews: (ordered
by last name): Esko Dijk, Toerless Eckert, Sheng Jiang.</t>
      <!--
    LocalWords:  cryptographic URI onboarding Onboarding bcp MASA OEM TLS
    LocalWords:  OEMs MGCP DHCP TFTP VARs LDevID AcpNodeName VAR's http VR
    LocalWords:  multiplehttpredirects considerationsfor aasvg DNS
    LocalWords:  integrations routable
 -->

<!--
;; Local Variables:
;; ispell-check-comments: exclusive
;; ispell-local-dictionary: "american"
;; End:
-->

</section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC6066">
          <front>
            <title>Transport Layer Security (TLS) Extensions: Extension Definitions</title>
            <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd"/>
            <date month="January" year="2011"/>
            <abstract>
              <t>This document provides specifications for existing TLS extensions. It is a companion document for RFC 5246, "The Transport Layer Security (TLS) Protocol Version 1.2". The extensions specified are server_name, max_fragment_length, client_certificate_url, trusted_ca_keys, truncated_hmac, and status_request. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6066"/>
          <seriesInfo name="DOI" value="10.17487/RFC6066"/>
        </reference>
        <reference anchor="RFC8994">
          <front>
            <title>An Autonomic Control Plane (ACP)</title>
            <author fullname="T. Eckert" initials="T." role="editor" surname="Eckert"/>
            <author fullname="M. Behringer" initials="M." role="editor" surname="Behringer"/>
            <author fullname="S. Bjarnason" initials="S." surname="Bjarnason"/>
            <date month="May" year="2021"/>
            <abstract>
              <t>Autonomic functions need a control plane to communicate, which depends on some addressing and routing. This Autonomic Control Plane should ideally be self-managing and be as independent as possible of configuration. This document defines such a plane and calls it the "Autonomic Control Plane", with the primary use as a control plane for autonomic functions. It also serves as a "virtual out-of-band channel" for Operations, Administration, and Management (OAM) communications over a network that provides automatically configured, hop-by-hop authenticated and encrypted communications via automatically configured IPv6 even when the network is not configured or is misconfigured.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8994"/>
          <seriesInfo name="DOI" value="10.17487/RFC8994"/>
        </reference>
        <reference anchor="BRSKI">
          <front>
            <title>Bootstrapping Remote Secure Key Infrastructure (BRSKI)</title>
            <author fullname="M. Pritikin" initials="M." surname="Pritikin"/>
            <author fullname="M. Richardson" initials="M." surname="Richardson"/>
            <author fullname="T. Eckert" initials="T." surname="Eckert"/>
            <author fullname="M. Behringer" initials="M." surname="Behringer"/>
            <author fullname="K. Watsen" initials="K." surname="Watsen"/>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document specifies automated bootstrapping of an Autonomic Control Plane. To do this, a Secure Key Infrastructure is bootstrapped. This is done using manufacturer-installed X.509 certificates, in combination with a manufacturer's authorizing service, both online and offline. We call this process the Bootstrapping Remote Secure Key Infrastructure (BRSKI) protocol. Bootstrapping a new device can occur when using a routable address and a cloud service, only link-local connectivity, or limited/disconnected networks. Support for deployment models with less stringent security requirements is included. Bootstrapping is complete when the cryptographic identity of the new key infrastructure is successfully deployed to the device. The established secure connection can be used to deploy a locally issued certificate to the device as well.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8995"/>
          <seriesInfo name="DOI" value="10.17487/RFC8995"/>
        </reference>
        <reference anchor="RFC8366bis">
          <front>
            <title>A Voucher Artifact for Bootstrapping Protocols</title>
            <author fullname="Kent Watsen" initials="K." surname="Watsen">
              <organization>Watsen Networks</organization>
            </author>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software</organization>
            </author>
            <author fullname="Max Pritikin" initials="M." surname="Pritikin">
              <organization>Cisco Systems</organization>
            </author>
            <author fullname="Toerless Eckert" initials="T. T." surname="Eckert">
              <organization>Futurewei Technologies Inc.</organization>
            </author>
            <author fullname="Qiufang Ma" initials="Q." surname="Ma">
              <organization>Huawei</organization>
            </author>
            <date day="1" month="April" year="2025"/>
            <abstract>
              <t>   This document defines a strategy to securely assign a Pledge to an
   owner using an artifact signed, directly or indirectly, by the
   Pledge's manufacturer.  This artifact is known as a "voucher".

   This document defines an artifact format as a YANG-defined JSON or
   CBOR document that has been signed using a variety of cryptographic
   systems.

   The voucher artifact is normally generated by the Pledge's
   manufacturer (i.e., the Manufacturer Authorized Signing Authority
   (MASA)).

   This document updates RFC8366, includes a number of desired
   extensions into the YANG.  The voucher request defined in RFC8995 is
   also now included in this document, as well as other YANG extensions
   needed for variants of BRSKI/RFC8995.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-anima-rfc8366bis-14"/>
        </reference>
        <reference anchor="I-D.ietf-lamps-rfc7030-csrattrs">
          <front>
            <title>Clarification and enhancement of RFC7030 CSR Attributes definition</title>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <author fullname="Owen Friel" initials="O." surname="Friel">
              <organization>Cisco</organization>
            </author>
            <author fullname="David von Oheimb" initials="D." surname="von Oheimb">
              <organization>Siemens</organization>
            </author>
            <author fullname="Dan Harkins" initials="D." surname="Harkins">
              <organization>The Industrial Lounge</organization>
            </author>
            <date day="28" month="June" year="2025"/>
            <abstract>
              <t>   This document updates RFC7030, Enrollment over Secure Transport
   (EST), clarifying how the Certificate Signiing Request (CSR)
   Attributes Response can be used by an EST server to specify both CSR
   attribute Object IDs (OID) and also CSR attribute values, in
   particular X.509 extension values, that the server expects the client
   to include in subsequent CSR request.  RFC9148 is derived from
   RFC7030, and it is also updated.

   RFC7030 (EST) is ambiguous in its specification of the CSR Attributes
   Response.  This has resulted in implementation challenges and
   implementor confusion.  As a result, there was not universal
   understanding of what was specified.  This document clarifies the
   encoding rules.

   This document therefore also provides a new straightforward approach:
   using a template for CSR contents that may be partially filled in by
   the server.  This also allows an EST server to specify a subject
   Distinguished Name (DN).

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-lamps-rfc7030-csrattrs-23"/>
        </reference>
        <reference anchor="RFC9110">
          <front>
            <title>HTTP Semantics</title>
            <author fullname="R. Fielding" initials="R." role="editor" surname="Fielding"/>
            <author fullname="M. Nottingham" initials="M." role="editor" surname="Nottingham"/>
            <author fullname="J. Reschke" initials="J." role="editor" surname="Reschke"/>
            <date month="June" year="2022"/>
            <abstract>
              <t>The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems. This document describes the overall architecture of HTTP, establishes common terminology, and defines aspects of the protocol that are shared by all versions. In this definition are core protocol elements, extensibility mechanisms, and the "http" and "https" Uniform Resource Identifier (URI) schemes.</t>
              <t>This document updates RFC 3864 and obsoletes RFCs 2818, 7231, 7232, 7233, 7235, 7538, 7615, 7694, and portions of 7230.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="97"/>
          <seriesInfo name="RFC" value="9110"/>
          <seriesInfo name="DOI" value="10.17487/RFC9110"/>
        </reference>
        <reference anchor="RFC7030">
          <front>
            <title>Enrollment over Secure Transport</title>
            <author fullname="M. Pritikin" initials="M." role="editor" surname="Pritikin"/>
            <author fullname="P. Yee" initials="P." role="editor" surname="Yee"/>
            <author fullname="D. Harkins" initials="D." role="editor" surname="Harkins"/>
            <date month="October" year="2013"/>
            <abstract>
              <t>This document profiles certificate enrollment for clients using Certificate Management over CMS (CMC) messages over a secure transport. This profile, called Enrollment over Secure Transport (EST), describes a simple, yet functional, certificate management protocol targeting Public Key Infrastructure (PKI) clients that need to acquire client certificates and associated Certification Authority (CA) certificates. It also supports client-generated public/private key pairs as well as key pairs generated by the CA.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7030"/>
          <seriesInfo name="DOI" value="10.17487/RFC7030"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC9525">
          <front>
            <title>Service Identity in TLS</title>
            <author fullname="P. Saint-Andre" initials="P." surname="Saint-Andre"/>
            <author fullname="R. Salz" initials="R." surname="Salz"/>
            <date month="November" year="2023"/>
            <abstract>
              <t>Many application technologies enable secure communication between two entities by means of Transport Layer Security (TLS) with Internet Public Key Infrastructure using X.509 (PKIX) certificates. This document specifies procedures for representing and verifying the identity of application services in such interactions.</t>
              <t>This document obsoletes RFC 6125.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9525"/>
          <seriesInfo name="DOI" value="10.17487/RFC9525"/>
        </reference>
        <reference anchor="I-D.irtf-t2trg-taxonomy-manufacturer-anchors">
          <front>
            <title>A Taxonomy of operational security considerations for manufacturer installed keys and Trust Anchors</title>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <date day="22" month="July" year="2025"/>
            <abstract>
              <t>   This document provides a taxonomy of methods used by manufacturers of
   silicon and devices to secure private keys and public trust anchors.
   This deals with two related activities: how trust anchors and private
   keys are installed into devices during manufacturing, and how the
   related manufacturer held private keys are secured against
   disclosure.

   This document does not evaluate the different mechanisms, but rather
   just serves to name them in a consistent manner in order to aid in
   communication.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-irtf-t2trg-taxonomy-manufacturer-anchors-11"/>
        </reference>
        <reference anchor="WPS" target="https://www.wi-fi.org/discover-wi-fi/wi-fi-protected-setup">
          <front>
            <title>Wi-Fi Protected Setup (WPS)</title>
            <author>
              <organization>Wi-Fi Alliance</organization>
            </author>
            <date year="2025" month="January"/>
          </front>
        </reference>
        <reference anchor="IDEVID" target="https://1.ieee802.org/security/802-1ar/">
          <front>
            <title>IEEE 802.1AR Secure Device Identifier</title>
            <author>
              <organization>IEEE Standard</organization>
            </author>
            <date year="2018"/>
          </front>
        </reference>
        <reference anchor="RFC3261">
          <front>
            <title>SIP: Session Initiation Protocol</title>
            <author fullname="J. Rosenberg" initials="J." surname="Rosenberg"/>
            <author fullname="H. Schulzrinne" initials="H." surname="Schulzrinne"/>
            <author fullname="G. Camarillo" initials="G." surname="Camarillo"/>
            <author fullname="A. Johnston" initials="A." surname="Johnston"/>
            <author fullname="J. Peterson" initials="J." surname="Peterson"/>
            <author fullname="R. Sparks" initials="R." surname="Sparks"/>
            <author fullname="M. Handley" initials="M." surname="Handley"/>
            <author fullname="E. Schooler" initials="E." surname="Schooler"/>
            <date month="June" year="2002"/>
            <abstract>
              <t>This document describes Session Initiation Protocol (SIP), an application-layer control (signaling) protocol for creating, modifying, and terminating sessions with one or more participants. These sessions include Internet telephone calls, multimedia distribution, and multimedia conferences. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3261"/>
          <seriesInfo name="DOI" value="10.17487/RFC3261"/>
        </reference>
        <reference anchor="RFC2132">
          <front>
            <title>DHCP Options and BOOTP Vendor Extensions</title>
            <author fullname="S. Alexander" initials="S." surname="Alexander"/>
            <author fullname="R. Droms" initials="R." surname="Droms"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>This document specifies the current set of DHCP options. Future options will be specified in separate RFCs. The current list of valid options is also available in ftp://ftp.isi.edu/in-notes/iana/assignments. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2132"/>
          <seriesInfo name="DOI" value="10.17487/RFC2132"/>
        </reference>
        <reference anchor="RFC5859">
          <front>
            <title>TFTP Server Address Option for DHCPv4</title>
            <author fullname="R. Johnson" initials="R." surname="Johnson"/>
            <date month="June" year="2010"/>
            <abstract>
              <t>This memo documents existing usage for the "TFTP Server Address" option. The option number currently in use is 150. This memo documents the current usage of the option in agreement with RFC 3942, which declares that any pre-existing usages of option numbers in the range 128-223 should be documented, and the Dynamic Host Configuration working group will try to officially assign those numbers to those options. The option is defined for DHCPv4 and works only with IPv4 addresses. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5859"/>
          <seriesInfo name="DOI" value="10.17487/RFC5859"/>
        </reference>
        <reference anchor="RFC3361">
          <front>
            <title>Dynamic Host Configuration Protocol (DHCP-for-IPv4) Option for Session Initiation Protocol (SIP) Servers</title>
            <author fullname="H. Schulzrinne" initials="H." surname="Schulzrinne"/>
            <date month="August" year="2002"/>
          </front>
          <seriesInfo name="RFC" value="3361"/>
          <seriesInfo name="DOI" value="10.17487/RFC3361"/>
        </reference>
        <reference anchor="RFC7231">
          <front>
            <title>Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</title>
            <author fullname="R. Fielding" initials="R." role="editor" surname="Fielding"/>
            <author fullname="J. Reschke" initials="J." role="editor" surname="Reschke"/>
            <date month="June" year="2014"/>
            <abstract>
              <t>The Hypertext Transfer Protocol (HTTP) is a stateless \%application- level protocol for distributed, collaborative, hypertext information systems. This document defines the semantics of HTTP/1.1 messages, as expressed by request methods, request header fields, response status codes, and response header fields, along with the payload of messages (metadata and body content) and mechanisms for content negotiation.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7231"/>
          <seriesInfo name="DOI" value="10.17487/RFC7231"/>
        </reference>
        <reference anchor="RFC3925">
          <front>
            <title>Vendor-Identifying Vendor Options for Dynamic Host Configuration Protocol version 4 (DHCPv4)</title>
            <author fullname="J. Littlefield" initials="J." surname="Littlefield"/>
            <date month="October" year="2004"/>
            <abstract>
              <t>The Dynamic Host Configuration Protocol (DHCP) options for Vendor Class and Vendor-Specific Information can be limiting or ambiguous when a DHCP client represents multiple vendors. This document defines two new options, modeled on the IPv6 options for vendor class and vendor-specific information, that contain Enterprise Numbers to remove ambiguity. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3925"/>
          <seriesInfo name="DOI" value="10.17487/RFC3925"/>
        </reference>
        <reference anchor="RFC1918">
          <front>
            <title>Address Allocation for Private Internets</title>
            <author fullname="Y. Rekhter" initials="Y." surname="Rekhter"/>
            <author fullname="B. Moskowitz" initials="B." surname="Moskowitz"/>
            <author fullname="D. Karrenberg" initials="D." surname="Karrenberg"/>
            <author fullname="G. J. de Groot" initials="G. J." surname="de Groot"/>
            <author fullname="E. Lear" initials="E." surname="Lear"/>
            <date month="February" year="1996"/>
            <abstract>
              <t>This document describes address allocation for private internets. 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="5"/>
          <seriesInfo name="RFC" value="1918"/>
          <seriesInfo name="DOI" value="10.17487/RFC1918"/>
        </reference>
        <reference anchor="RFC4193">
          <front>
            <title>Unique Local IPv6 Unicast Addresses</title>
            <author fullname="R. Hinden" initials="R." surname="Hinden"/>
            <author fullname="B. Haberman" initials="B." surname="Haberman"/>
            <date month="October" year="2005"/>
            <abstract>
              <t>This document defines an IPv6 unicast address format that is globally unique and is intended for local communications, usually inside of a site. These addresses are not expected to be routable on the global Internet. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4193"/>
          <seriesInfo name="DOI" value="10.17487/RFC4193"/>
        </reference>
        <reference anchor="RFC8952">
          <front>
            <title>Captive Portal Architecture</title>
            <author fullname="K. Larose" initials="K." surname="Larose"/>
            <author fullname="D. Dolson" initials="D." surname="Dolson"/>
            <author fullname="H. Liu" initials="H." surname="Liu"/>
            <date month="November" year="2020"/>
            <abstract>
              <t>This document describes a captive portal architecture. Network provisioning protocols such as DHCP or Router Advertisements (RAs), an optional signaling protocol, and an HTTP API are used to provide the solution.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8952"/>
          <seriesInfo name="DOI" value="10.17487/RFC8952"/>
        </reference>
        <reference anchor="RFC8910">
          <front>
            <title>Captive-Portal Identification in DHCP and Router Advertisements (RAs)</title>
            <author fullname="W. Kumari" initials="W." surname="Kumari"/>
            <author fullname="E. Kline" initials="E." surname="Kline"/>
            <date month="September" year="2020"/>
            <abstract>
              <t>In many environments offering short-term or temporary Internet access (such as coffee shops), it is common to start new connections in a captive portal mode. This highly restricts what the user can do until the user has satisfied the captive portal conditions.</t>
              <t>This document describes a DHCPv4 and DHCPv6 option and a Router Advertisement (RA) option to inform clients that they are behind some sort of captive portal enforcement device, and that they will need to satisfy the Captive Portal conditions to get Internet access. It is not a full solution to address all of the issues that clients may have with captive portals; it is designed to be one component of a standardized approach for hosts to interact with such portals. While this document defines how the network operator may convey the captive portal API endpoint to hosts, the specific methods of satisfying and interacting with the captive portal are out of scope of this document.</t>
              <t>This document replaces RFC 7710, which used DHCP code point 160. Due to a conflict, this document specifies 114. Consequently, this document also updates RFC 3679.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8910"/>
          <seriesInfo name="DOI" value="10.17487/RFC8910"/>
        </reference>
        <reference anchor="RFC8908">
          <front>
            <title>Captive Portal API</title>
            <author fullname="T. Pauly" initials="T." role="editor" surname="Pauly"/>
            <author fullname="D. Thakore" initials="D." role="editor" surname="Thakore"/>
            <date month="September" year="2020"/>
            <abstract>
              <t>This document describes an HTTP API that allows clients to interact with a Captive Portal system. With this API, clients can discover how to get out of captivity and fetch state about their Captive Portal sessions.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8908"/>
          <seriesInfo name="DOI" value="10.17487/RFC8908"/>
        </reference>
        <reference anchor="RFC6144">
          <front>
            <title>Framework for IPv4/IPv6 Translation</title>
            <author fullname="F. Baker" initials="F." surname="Baker"/>
            <author fullname="X. Li" initials="X." surname="Li"/>
            <author fullname="C. Bao" initials="C." surname="Bao"/>
            <author fullname="K. Yin" initials="K." surname="Yin"/>
            <date month="April" year="2011"/>
            <abstract>
              <t>This note describes a framework for IPv4/IPv6 translation. This is in the context of replacing Network Address Translation - Protocol Translation (NAT-PT), which was deprecated by RFC 4966, and to enable networks to have IPv4 and IPv6 coexist in a somewhat rational manner while transitioning to an IPv6 network. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6144"/>
          <seriesInfo name="DOI" value="10.17487/RFC6144"/>
        </reference>
        <reference anchor="RFC7084">
          <front>
            <title>Basic Requirements for IPv6 Customer Edge Routers</title>
            <author fullname="H. Singh" initials="H." surname="Singh"/>
            <author fullname="W. Beebee" initials="W." surname="Beebee"/>
            <author fullname="C. Donley" initials="C." surname="Donley"/>
            <author fullname="B. Stark" initials="B." surname="Stark"/>
            <date month="November" year="2013"/>
            <abstract>
              <t>This document specifies requirements for an IPv6 Customer Edge (CE) router. Specifically, the current version of this document focuses on the basic provisioning of an IPv6 CE router and the provisioning of IPv6 hosts attached to it. The document also covers IP transition technologies. Two transition technologies in RFC 5969's IPv6 Rapid Deployment on IPv4 Infrastructures (6rd) and RFC 6333's Dual-Stack Lite (DS-Lite) are covered in the document. The document obsoletes RFC 6204.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7084"/>
          <seriesInfo name="DOI" value="10.17487/RFC7084"/>
        </reference>
        <reference anchor="RFC6092">
          <front>
            <title>Recommended Simple Security Capabilities in Customer Premises Equipment (CPE) for Providing Residential IPv6 Internet Service</title>
            <author fullname="J. Woodyatt" initials="J." role="editor" surname="Woodyatt"/>
            <date month="January" year="2011"/>
            <abstract>
              <t>This document identifies a set of recommendations for the makers of devices and describes how to provide for "simple security" capabilities at the perimeter of local-area IPv6 networks in Internet-enabled homes and small offices. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6092"/>
          <seriesInfo name="DOI" value="10.17487/RFC6092"/>
        </reference>
        <reference anchor="RFC9019">
          <front>
            <title>A Firmware Update Architecture for Internet of Things</title>
            <author fullname="B. Moran" initials="B." surname="Moran"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <author fullname="D. Brown" initials="D." surname="Brown"/>
            <author fullname="M. Meriac" initials="M." surname="Meriac"/>
            <date month="April" year="2021"/>
            <abstract>
              <t>Vulnerabilities in Internet of Things (IoT) devices have raised the need for a reliable and secure firmware update mechanism suitable for devices with resource constraints. Incorporating such an update mechanism is a fundamental requirement for fixing vulnerabilities, but it also enables other important capabilities such as updating configuration settings and adding new functionality.</t>
              <t>In addition to the definition of terminology and an architecture, this document provides the motivation for the standardization of a manifest format as a transport-agnostic means for describing and protecting firmware updates.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9019"/>
          <seriesInfo name="DOI" value="10.17487/RFC9019"/>
        </reference>
        <reference anchor="RFC8520">
          <front>
            <title>Manufacturer Usage Description Specification</title>
            <author fullname="E. Lear" initials="E." surname="Lear"/>
            <author fullname="R. Droms" initials="R." surname="Droms"/>
            <author fullname="D. Romascanu" initials="D." surname="Romascanu"/>
            <date month="March" year="2019"/>
            <abstract>
              <t>This memo specifies a component-based architecture for Manufacturer Usage Descriptions (MUDs). The goal of MUD is to provide a means for end devices to signal to the network what sort of access and network functionality they require to properly function. The initial focus is on access control. Later work can delve into other aspects.</t>
              <t>This memo specifies two YANG modules, IPv4 and IPv6 DHCP options, a Link Layer Discovery Protocol (LLDP) TLV, a URL, an X.509 certificate extension, and a means to sign and verify the descriptions.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8520"/>
          <seriesInfo name="DOI" value="10.17487/RFC8520"/>
        </reference>
      </references>
    </references>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+192XbcyJXge34FzHoosiszRVJLldhud9MSy2a3JGpIqmp8
PD4uZALJhIUE0gCSVFpSf8t8y3zZ3DXiBhYuqmp3z6Jz7JISQMSNiBt3XyaT
yajJmjw9inZ+W5ZN3VTxep0VV9F5uiqbNLpI55sqjf4t3UanxaKK4YXNvMGf
dn97fvFvp3vRi7zcJPD6VYYfVzujeDar0uujiJ5PXrw6e/dylJTzIl7BLEkV
L5pJljaLSVxkq3gyq+r32WSOg0wOvh3N4ya9KqvtUVQ3yShbV0cRzFg3h/v7
z/cPR5t1Ai/UR9F3z58/HY3qJi6SP8d5WcDQ27QerbOj6I9NOR9HdVk1Vbqo
4W/bFf7lT6NRvGmWZXU0iiajCP5kBQx0No2+r7I0p18YxrObtDA/ltXVUfQi
q+cl/TNdxVl+FJULfOFf5vj7dF6ugkHPp9HFMn2/nPxhU6cLM/R5tojjpvNQ
pkiL2E5R0cvTeorb9S9X+GNnptdTGHO+jKukLgsz0Wv8Mc3bD2miC9i0NF/F
RXRRLpqbGA7zx7J6X9u5V/PqG5q21pen83g0KspqFTfZdQqbGJ1//+LZ/rNn
MOCbU/4nnMqTo+j4xVv4Jx3/kfz6VJ4/fvZslgHYp5OXU4ME1WIuj+A99yyP
V+san327/3h/Mq+ruGmqWmZ+fnCwfzQaZcWiBdLzp4dPj3SYCoZpDpvqatLE
H8qiXG0nsJTNIiYcrmD6OWAEjfnj24sj2gG9Dz9mk++z6G0F12DepAlchWaz
jnbhvb0dehFR8Sj6VxgvrrbR4f7hU/4+rq7S5ihaNs26Pnr06ObmZnqTTRbZ
FHb/UYIIcw1T00+P6P8na51kUuMkNIxD1sgdnIB0nOcZAJ4iFKcvT344fXnU
O/EBbGOafrd/SBPXeJOzZvsIfpgcxNUju9jTk5OTCN88OD7XO/8yvc7maXSa
pEWTLbK06oA1YbDo4wu8ioBpZmcO9w++G42u02JDZ3NVlZv1UUQnDv9kPKN/
/QseNwKJb2XNcjOTB5Obq0eGQIxGk8kkimdIaObNaPQwilU7kpWki6yAfy/L
m6gpo7KYlQB5FMMDWjJtVZpv4YrBY7gn5ToF5CsrQB74Cf4H6JAFg09Hp00U
1/VmBeM2S7jjzTIFMLI6yst5nEdF2tzAJWt9FgH24ps6M0ynCDIdnRX6VR3d
wLaUm4aGHvuxi7JZ4trXsDw4Jvx+meZrtyQ/9HQ0ulzCF0CJAUZ4Nf3QpEVS
8z2FRSZuW2bpMr7OADAEbhbsMY9V05MkXeflFscC8AigopTFthYJ08bXcNzx
LE+BHm/mS9gqeAl2fFmuUsCiqOLDKxcLgjUENTgvv1lzOBkgoTDKTZrnE34r
iXYAgnyCA+9EqxTIX5HVK9wZeMw7cp/jvA2EMpqX8N280anfF+VN0eaEY9pU
OL/oJt7Scm+WQI0JAl3CKt7CdsPqk6xiKtOUN0iv7wtndAnvtSaOgI/ATtcO
lbawr/cckIFGsHiQKAUeO8uzeknbgOMgOyZ8vMdwfBWSMiVUhaNfr4EvC865
w6k72y18Huk5sXq9ulMmAassSfJ0NPoKrnhTlQlMlgGHezBB+PiRhv382ZGG
ep3OkdjVSOhKYCywJNwRJglwz8rrrIa5cHzcjaJMkLDwySInReSDb97C/12l
9R5v1LzarpvyCgCD96L36RY/x8GrDG7LLm9pJMyI5punFRJdFIdgEMA4OQ4k
v0iP5w4yQMVFRjQahgLxYLUp8CnAKIeExCKqsxXcvyrHc61KApFAl6sW3nJY
JVzymu5tXpe6Jv4SzweO4bTgUyRiJMuNAB+QHdfm1Wi2tVDB6ARVLDjgkXaW
ghh3hS/AaglZbwoAXDCXJ0Bo3WQOq/D2wd0qowwoEX91k+U5XiygS0VkOH4C
dLqomzROxnghGYasoZUS8U4c8XYUG8DxF1fmhk0v4L7WAnV9C8xMBZA+wta4
USdyFWBCf0v9hSDaBhha5tdpdJXCoBnItEVZTHgGQdM5SXvh7F/XflPxXpXu
1plDAQgFQx1nYbJcyBJmcY34NSc8EJj5qD2QIxiFd5AJEKJ/lf51A6QMtleu
BO0qb6rZD3/sgJjrfKsbKiuBQ4K7AdMqYUD0htGZg+INEQqB77tLDC9fyL4A
wm7HeLDK5eSlMVIDuhuH02/h2iO/Tet5lc1S9xcm8rGCi7Swl9y/Oz/FfYw7
5DfDH5kR+h/hQBFXcR45b9jfkl42uII0kNgqUVIYxiFhQEezYp5vkrQ7je7X
e2R1RJ6KiQ4hMgHeMHijBv7YZIg8crt3jtfrXCnHmXt3Z4y8GkFcb6p1WROM
zXbNe8wbiAADLHNYktAhAlcv4QZRCciAYd2wNryswDXgdOApvDIdfY/bUaBO
N0c+FF2cvoVz+2fgAY8Pnx3Aaa2XoOgB8b9aNhGIKLj+eZ4hPhtyiSDppEJq
cCCgaR+2g3zmj4QdfyJiBWQyWxCFZv4G+yEiHSJ4ni7g+mzoCsE5rmktBgUv
gd+viCnAC24A+lR5Cx1tY+FgutbGI6QBwBFwz2dwhmlaOEGByKRHm6H7PyYM
awiHM7iJuGPXJVx0uOHyjY6A6xO04uNOSuTqTnKQoU8MDQEcVuZ6WcVFTUTm
48dfwYGhxoZc9eTiEnhqWpE8C/z6q+gyrVZZUebl1XZEqwZuiPca7ujO63cX
l4Bv9N/ozRn9/fzkv707PT95iX+/+P3xq1fuLyN54+L3Z+9evfR/81++OHv9
+uTNS/4Yfo2Cn0Y7r4//sMMCz87Z28vTszfHr3Y6Z0NHxziF6FqBqE2stx4p
waDz/O2Lt//rfx48kfUfHhw8h/XzP747+PYJ/AN5Ec9WFnBz+J+wt9sRsN0U
6QagCdyYebzOGuC7dPHqJZIa5B7T0a//OQcRK5o8++ffjDqIXMuxAYTAPl7S
4Y3ldMcWI14fXxwzGD8IJiyqcmVEIXz08aPX1omwtnDzaHREkieIxfEmbwzS
MiIZMob3hmilPkESGjEJDXDQzfID6KCdmZCSDc/GF43JDKB4nCOqJ0hZUDEC
+lZFuzAsyo+AkjjmgxAZ5R1Qh1HRPoqOgXYVGZE5pWZE9pptQIbiOgoQ5ONH
1tU/fx6NXvnBhIJ/8Uj0NR+3OxS+uayThcxlvdzWQrlxXpUhQ/EP8QEVC3hf
9JMkWyxgMNgrwhUzptIFnhP26bUxryhAiJNWCqsQFCLQzbIqN1ei2QaXjrFZ
doOOGdgLAWwwhoEMGRISqyoDQRL2BYWRNY0XzL57dvJ6bxzNNkjygFqj2F6C
GJJ+AHGk2TDJJ/FhXm7yBHegjVSg7TikIioLrLHOZihfX6fIuOstiJkrZnFX
pCVNAW8XTHj9ZUNFmgBIeMhEjnrNbAeor4V8THcDTwxWAJsN/497fKbrPXHr
tccwjegUcIlx0bOZzkBwhoeph8ZyYCaaaHUFMt/fmJfRAEs4IZAIQBasZZgi
vVE03iV5gc5oT2ZXhZeYN0lbg2KOF6SdwIMCGNxXhTF6mebpFRqZAmAT+VVE
REEekLeAX84N7vIYbhkz5Kw0QywquNKTR7D58VVqdon0+L9uQCuGnYCltWSW
Ijq9jEgbBn0NfmLdkeVvIF/1ez0Fv5K+q+u2QW5ZkaZJbY1D4a0lOceN2CGd
t5NLtyGExu5feKdlO0k6qVgSFhkWFtqaTLmXtwqBeASbUGUlqvdKLsRioKDB
P2vAKJi4i2FoErpWYYSxx51gvcyYVs3KD6oFs0K2Lm9ke4z+lqEi8VZ1d7go
l68umPp6A5Gaj7w455WFp9MDZuBVSgxGVuNsI2gu8LYBHl9Bcop4HCi7pAy2
iLMO4CVXtgywYUAuLmy9irdIPAAZRFptgqNWToJK0elbXOwFqHIIzCkxL4IL
jdvlvMzDxXuJezQCeoPf/kDE75iI37lwVMD+Y6JHJOeXi4ZuETyBq7Zmo0zN
J7ZCsgO0Cmgq0R2ENhaSC7cVtNwNgjNWVbmIcAYRuvG1Esiyf4/NIXDmsDeg
xVR1HyR4ZfBFt6keJn+/mfg4ZRrgLGhdbU3khxI1iLb2gWrFYlPQEcc5kppY
pBv47+vfvWg9dQwHUCUG7j7fgKZh7suY5UKcxGpOUxabybYfvQNd4AVQ3Lot
/3m7FRlvEjJvkXEZ9JElwDzJgTHlZC+d4wBoSYucvSy6zrp6LPGZFklhanu3
3U9onjUvI6ntmn2UD0yj154N1iR009ElipWO2k0AVnEYVjrMBCZg04j/DcW2
+y8RxEK4IRWSmXsvst+uOfa/i5I6tGbGCHqb3yzuFktZpQq0rJrB7t/KNPkZ
ewkEbiKjkxDMfADHSz8QV72KXv4e8LxcGy3Z2RtkA0nUE6P5IruijRNeqq4A
e8PEIul00WCCZ8+EPh0ePD78/HkcHTzdj3Yvv798++j3l5dvRdVkq9ievPr0
u6fP8VU864NDeB3v7QW9qK88fozUTm1W7FMMr308QxlVrP9JGcXGWOINK9PR
sVs+U3DvO3LMl+y4AWUCklenbo03JHOS4RU5rbyNe8h4pAY7ZFxXeJEvaBfd
xHjPipIJoLqXjGUxUCUCoftXo9GPTmfo/5x8TvAEvyZCCixfnDIIoDMIZgUT
/XqFMgFS79o7fhqQKxBSoNxk0VOdg5xBY964FahYq80K8AwIWyNGmPgqRqqM
02XVgEcNDbyGvrLNkr1M5FtCOCtxnYEgB5SZLDKwUPZsZn9jvsG7G2Kfbkfg
0eNrYcmuYaahUqNkwisZoqTFgbwu3A9OdLOasTlZL8wujDnb5O/JJRD3smVV
dBGoYFRUuWtBcR2PyA7Jv8BcE2/qhiGYOOEuoWmdTjhvMnRahDZ2ngm5r+Hc
Oj6yWvI/kDCSWSxI2ZiS1fgj3s0qnZfs+aLrT1PCsHWbaE9bVl55j+HhQcRc
5zm7yI9O2tfVspYgcDAYNAy5FNiIiYviY+QxHO1kDbFeqooYOPFUe5WhQZpu
y8uASx3OgzJ8gcQ1RtGIiIUlQsFxCkXn60TP+UIKdrL+6dRPJDOqAO7GkUcR
3Llg5+s4d/bZHnuMDMyOR3yCe0rbKaDKxO3NjXbT6dVUzbpvf/vfQTH8cZmy
8ncTpSviXarqxEp29bKbG+xPHLUAYTobEGqjeF6BFo4uVGda0nGnox/5IP1P
oKBurhymyemSBLqp4GbCeCUb6PSZSmU9cjobdKxlxrnmgOEZpcYrBWJUX7K8
17B76cRfiq95O2Gn+KBoBxT2r+s2uSdUh3N3wNUPIEzEbJQ6xUj72PJL109s
NPwrfE2MVpFdHYh2BDw+R+KEwsF46WIBHyAG5CjMWtxgoZrHAIXkvVW2AZwU
VfOcLVaodo+sG1BIOTMKvnviEEyJ8tzP732HdIq3FWYJ/Y9pQ7bsVC4Ou8w2
a2boaHiEv7Lkg3dJra3nKZkPgKfWdews76juztMM9V2n5HboXp+TAJ1jZukO
qF94/a3FOTulBJ54U4Kz5R53QFUCjcuUmQJ/tSydrQh8/k5klJuGG/nu/FSQ
Tq1zY+LMQjXHwQDkoDPqliiBEVnSeTr7ODCbKclgEyPi9FVBbKdo0H5KSMws
euy8gGa5ZC4RLRSoRg1UWZfB8hIIH6AuzlTCpjcoMMDGRXwFyt+D1TTcfX89
utZd4RLeNgEExFqSzei7wdaS7cXJdGQwcsKc0y3dkL3BQCr5Jhz85MMsnB98
byz2m7bRC0+/tdLBS2Gdjt5L5obyZsA7hnKErsff1hrA2S98lABbOMwRWBm2
CwCjdSBtY4zoJneBXchTlX9RyIN6WtimooduQ6v4vGYVWpEcC+04B1qBDDIJ
wHRc23CzITTJQt76dSvsLYgSuY81MwDCujRVRzMeJnw/nL/62gQttA5FZmfP
YxCHg0sne1tgSaMdiCMK0HDypKc15jzCsygiJ7eZ42AdREHix24/WAVnFwF/
D9w/sJSzMGRWqQFzI2PKYwsKKyuMQXwtu3YARe7Dc2s0eRDNMdLrbVTH45uE
yFhzr7OXbNPGWULa8vJtRhOAoWMEGSAM9YaMteIFv+XKMip4rNzUamTt5cvq
VqcZlPK03abeqiGGfhe+DLug2qVztV9cjnRVbYeAaB14tPiZ9RYGUVrfB3yx
CLedWH7/7plNDs9Fovrn8ZoME0Yt6N3//rCWtkfJ+Q9b03r6MER2nBLVOg2Z
13nF2+eALFlP1uNA+y2nYpmoiSBOAil5tRFxHo8wKxLFktYCzS4rnWezQmDR
R1lRIhr5tszSAoT2pvamFWKa3gUNkl1WJqymiu2FN89F3JLsreY6va5oNR8d
J0nG5mmJlkJQ1PBE8CBPmJD7lsRDjSGfoGP1GuQZNGqoVd4FuHqTr5+NA2BS
jLhhcriCNaLEtYhBi3MyvRiRBCvl04wj9liWa0uoKGWt0ljUK1p4nrMuBSOo
5UbD0vBeaqyP+Lb9PpGROi1o5/3xqNfLqUcwPANhXF1iUg+umw3hZJcFXkwX
U3784m30R8mZ+JPnAS60C96Yr9+USfomXgHKXACD4agMeN97pp5ND6eH3nSJ
URLhDTUH3l7Kl3INuQuHMDSzi+i4mi8zzGAAAY8P0rgcYvPQ29CG/BI0HygK
GzzeRqfEMSbAK114Cv0AY3BsBlygEmQGN8g4JOniGhTRpn3LQTdmT6LQAyGb
+Ooiq+rGDTvuicT4Aq/EuBeKITmz39NaVgmLCc6J1iM+tSkj21tCvqziaHea
cd8YrMNRHBTGQ4r148UxQVrX8BKZjoAH4uDtG9AXuXHLUcNB/Pu//3sUx/X1
1ejTryfBn7Mf35ycT4b//OZTFEWvj9+8+/74xeW785Pz0Sg6KyaktrT+0FGM
vtEvv2k/H/7zjZnwm9EnPbZPt8DV+vNJ9Ub486kXhsf73zrk6IPhkzmdTyP+
5WF/wlUwJP3jBG/eYxz7izsVRikcv2c3IopP8zDgnx/OJ6h6777Z66yXfvfP
93pguM96h/58etjr3+ga8EaEa7j9Gzc64Pvo41H0lV4Czs/6px1LYI8ebg/Y
+TxCLQYYVja/D03VDKOYfBPeDUGWEpJ7rjEy3QlzkjDQdTpQTMkd4UkcjgWS
X5YnNtqDhUESR1pGrmrD0wajHHv3zQUaaoD+yE/NNtpFrOJArbiqyLOz4NBY
ZMwoHDHsStmQtWrMbR+1VomRkDWzXAEEjJ7wkSfKp4JtVz6I2Bsze2wL+jpR
mw6v8xjkFLHGtU2LcCP2WOCi6FHgWj/5O/ITjflT++b8NFKK3GVyreU8pjhn
jyBktvVLIAOTZ2C9W1fKzhUttJtRIGC6pYHLVdZwqC3/xo7RVfxeArKy+KqK
0dMA8uqm3hq+DXJqWSRDjPsL/d/9fLutUaKRKs0Xzks7HLHdZbn92VzCcskn
bUa44YwAjhcrnSrIKRsq6gvwzsuhQKpxehqdioUTY9bzQG7Su4B5ZLgCjFl2
fgqjMzrRlsG3jx4kLcTtKP77iwsqCP4/Ly5UGGGKvhJkDIi9giD+zy8iLviJ
v2gE+oTVFCQD/0lQdIWNX0Bwusc7HaEIThUvjUA1IDJ8Um34lnf+QwWb3/xy
gg3yvJ8l2BijI4o2p41LVZQwbJ9Y3WP5cdJ0mx5zqEL7izC3gCIjhA4CAYZ/
ft2JUOBIiNtzdXrMVuh8l5BZkimyer6pKc5zUxFkRPBWGIYBOh9m+Tul0clw
vwbGV4OqLnlLsAsTfHGib2oYl40Iwi/XYgiocZU+3TGwtFnK7pmD4wmAGpQq
Q6FqcSXp6C1Zhvj6pkEQmVNTChUlGQX5UARjaDmoNf27Dy/oIlN0B253Xl5J
OkCdAihsFuUAFJbzEAM1OFP9iAAE/KWibCsXN0FshsIqkKfmmpHAwpzKb6Hd
QcQinzNhtpo4dB9OwgtJbvkzSXLoADxtJBnUIK08HsAlmoUGBJA1BYzHwNAG
L6uMQmsmvLHjecZOhOU2MpDIxPy8LrPCW1F6Yld+ZKzHOZifeyO7MzS2zA/W
/i120BSUjSTxuoVuibe//+SHmwQhFpNNlf/kweajxsB+qlGgSGaACQM04ioI
A7lOi6T0qbbT0W/RxmTvTZWGkjIb0aIcHUo9OX4ETjs6Eo/HREJIvoVLjAwS
in2GxVHgaw+c4a3II5FHGQ0kKo8Nbc6rV5NnCi4lYP8c5jy9RE0RVD1S1ejs
XdqGan60tyym2wADhbRDNy4kB5C+QjskUWsNw2byoQkIW5dzS2IjyNF16iVZ
9l8XJqxs6yJTyU2/LhvJQjUnjcvZer0VXac4SQBAK8WNse+WVLJLDTxzFTr4
Zpy8xkuCwUk+5tw9rWgnW5FBJn2zZUTGYCkT4IU7TAvHAZC6zPFSaK6RWLQp
cp1yeskLBZtCTIvj4ilzgrztItNLPACWAQKFpXYMSqPrv67D4hwmDEc3gEtG
GF2c1EIqLAT4MBhxKJDIfBxByKFGGINWUwhmkeY2hk1CBWv+xM7Zw4VNrG0v
y5fJTLxTawROwUw/gLLtsyN0qInqUOIyjd7IzX4hIV7XgJnCxzAJnr0JWY+K
n1dpnGw5kEvGmJsxAImwGAsHUBcqUPTasgPn1wr9l+oiBTQCJK4wm78dhwyz
U/xwhc6dGmNzXr65kEjqMcWxmTDkOqVITeZOt0EhXJDoDdU/QSY6J3N1Vi8J
LceMe0zY4SwamuT07fUTxHP47zOFmThrqd6hN8eXT57ID/gpBaTBFxdnL/7t
ghK9ic/bvXD0iXyesuGynUFKoS6pEz3ggzKMgJTVNOASE3gLjokOUsN75Bq8
3bQpequ3NpacJIh2SuNVKSdOeYg36Mca+TjCKWWr4K85nq6RRZzTj8tGmfx/
w8Q0HPfjxx/fXoAYabyRmDqkZUPGbG9QHAIBTxyUBrF8CMnYRZ9JbY2i91jH
vgCCoMsClnETYwRxWelJmiA0Y5Fr2cfIhhNVXiYkw1R+53HAvZWRXhjjw6mG
t70IpOnRqMe09xz9byb/pn29KZmdro14NW3uxsjOqmZLZ8Z7cXG+Fx2rOFO3
xT6Vx1OXT0ZhhHI3+2ojTJ2FzLn3fil/Vie8mTlrrZm8Btg7DYyH06fTx5qy
YaMeqJQHUZyL81s2pqNb/VKr7rEHmnXZJbcm8Cf+xYvyE01Hb8qmGxNC2WP3
HU3wOyZuMuo9I1iNgdyezjNdhhZqYPyWWUfDs3YqZM3SeUwyR59fNsyicrZ8
dJJLLQtrMFSFX+UWTUmPot0+q6pGSYAaCGTCr3xvdLowGZ5VBXIXiEVua+M7
NrazxGY54EOgzavStdpVn+w/8UHD8zJJhYWZU3l9/AdOpgrDBClsgCNRAto4
47x6F65LrhuXsqCRBqJn4bJ0LfgSr7YmyRkpp40rujdYTSrBGNZofbGZ/QVl
MWTZ8tfjHOv9UBnHCOMdfICx1RBNeIQmKHigVQ1y/AvDJqW6zoNmNHKTD/hj
PaDX827KKhlbCFeaCBP1BOfmOVb7wAAsNWi0MUqQwOeWuPDZhC9eZnOceseN
9XDmFCwk2OGYgtlKt0av79Nqa7PJU+B8d9TlRNmBSudkroKSgQDRY2iZjWQv
LLat/RZ7if/EkTxZRReTHbyhGmVQkNQ+JJUzo6PgZ1zhwyGI5gKqcaSdokUh
oxr+jX4rwhtfmcktBQnM1qSaiUm+IKTzd68Xt7QID3IfVSjLRRjP5PAN41RV
L7YLD4OlkjRddb2nwXooQqvQDWFWUHOYmFyTRSaRZe5y+sKBNzHjl54pJ/hU
8BiE/XId/3WTulE0os7yQx/aGJwnSGp/OH7zO67oVWvApLo+OT/BqXkfv/LZ
WJ9RbLPlbLicVyYZOGjAk5RGNTV5jDuKfvIWMfGc3m598pUAZdAbTnISjM3q
Vp6Y5mtZ9j76ymfmn2kJKQkarIULA2nPJfckiLZSQ66iCNfnpKpDrWpWDTpS
yY88BTKl300kEgy2KZgCMGqOXAFODyPksDCJJLAYn3ndI6L3uk37ZcbQ2R3u
iJPTL4gxtV3eXUczhzG3me5LTTIYjTSIzxf2dGxf6r3VDyn4NhCh2lf3rR15
iWIMfqUq6HYNALHJrUivGSHT1boJY+aHZqR7yAlVnFshamQ3B6GzEpE4NBhQ
jHm4bkTokGA4s+hpUMFuQV96Y8VQ1B2HsW7R+lAj9fByiXowlDJo+k0rjQXm
cfVKMeyWvcbwtgSwCzyTzsxYm+MkqGr6ktcLFHSOiZCibfeXDAx4CYlwVIIW
qCVaNuawjEsKHD/mmh1JDBOhxrFbp2lH/eM0XlPSs3erXNjwZWtmV38E42k3
zYaOOawQ2leIpNdk867IMwmsaBVKCTIIRXO+rU5Kd4dQQ7Cwtie4F4AjLVhJ
Q+Kp0yuPWkSkjqQKnMbrqt4nyLzDJOV//Bn57w5N7znK7sUbWM0fpbD5n/aY
eLOVCd88mB5iuj0PjBgM70dUJqtI0Lwkkjy/+tjArDCRGQCFmyxpQxJCwVOn
kqq01YTkNJAeZEne6kGv+os39QkZpu7KLbsf9+A/Fr7xZVVIcnLAAHt4P2H+
Ze06TCX/tcyowswHLTmlcbiZIwrmeM0Bku1GIcGKWib0K7sq0NBB+x4IHzWX
8qqbnghggt9VipUiDhiMTrrBG0xDrNgaHloNCdNmgZ1ZEvjWVZqXMbJ3W6HH
lInUaH4uz2OVMFeMuRPng7jmrok6u8ITYhrQOjVReWiqjIpp8kGvNzDSPPox
nUVvgdMFtYT4HZKLsGA+HPLLNxcTkPaMaZB8lUBs0bLpNW3CE1XGpz5qTLP9
UO5EEiGpPcAlagLcFD8jSLT2/gR91C2TixRGCyDW3IMo9HDLifUq17dsvma9
sVrP+4XbauxxnUTdwJktUeP4TS2FlYJS2f35R6gpexXBmC/+rFuK2hOcYu78
n2Z6lajxZ0RfvGZYfwN9diyrayzVi2PBRUc0RUXvIpnNSL+F+p4Wzp3mqzpI
34KgOMfL8gLllXj+vh6KmDOuB1K1QnyuGUjxWfuEZrPjhse5zHp+32ZqGBcp
l3TqUwflG01J9WoPRjRq0MeLY6qRcFVgeOkjX7pZta/Obn11l7z6mk8VRI5F
I+mo8j46FHxhseRns/ZgtVRKmm2U7VgDh2hxrZL/EJM/VPuftzYODTbkIRr1
yOZvOYo4vWW3Bq+6RxNbmBJV5unorfrPvBqtrwv3CLVkmBqQV1grA0BJdswk
CmRwJHQuxLuxKZDBUMFgIKyFIreEdJhhSMoVs59EYsB1ZbfXkw8f8POn8B80
OlaBecQa9XwZBx9qLOE/5Ahjmn5wsC9RukGOCZe2wOEWJVIOBJqmq49Go39Q
kkMmck7D2hSs+6guF5OZkrRYHAt1mX+QqJZVnCNDThO/3Cf7++13s8INr2Zz
+D9kpuPo6f7j8HXVLZxdstZTcLpiL12Rrc8atsz4M/Fo4nEhlhgHrIYt5trO
MT3ZP4jeFaZCUP/paBQXBkPnrZQXZ+jgOAVgZhgclGNGllTD1ZqXJOBxeLpG
RFM5xKaizGIOL2ENT0vEc+UWrbkxHWlUr8aTtVFc5FHPis5x9AkTI66J9e3h
Yyx6uExjp4sZYxhuFm/oQsI6sC+LmgbC8WQIVdLa+4LkF9Ug0XGJj3R1nQpp
ohD1/m4Frm7GDJZZFFSOywvARB4p0kVrows8sM+7vg5ZDYJySgUpX5283NN9
ciopuhTxpiL2uataO9/sA1TU034hECDBxbDN0FQYcejawlAy4mCiiMg1/lqL
RYbuNYF59CCqsxsSGk2aVDKz1zrELLyocia6C1JKzOv7SAl8TEbZLTM4GKPZ
MRphpCjnSAWuk77xvUXpqFMOfVeMgpK73x8ItyeFqmQbD4G8dVw2hvWfORrz
qizfR+/W0cev+JF7gg8268/9nI2TQglp3Yl59wruKBIO1RSUMrqQsdgGjKjA
S3bSUtN2tHhLX93pViRS2KjAlj5FQUR0Dic9aZCJlaKYynlligXVDvclIxBo
wxL8lbZs0+6aq3laEj2I3jVYdAS2egNk3dteXLcLJ9vZEWsvGrRjY8Ng2I6D
0l/PttARYXQLKJqowI/vFfA64KOEv5SkBDeZD5Wyhrj6a71sri1TUEn8y0vI
nBXzfnvUkkiDrD3prL1f6kcFZOBS95mCb89xdUZHqUQXF81gnr+bVFUhnjHr
VA4YmxHJl+PLcfS9TmZR7u7TF4TVg0PBRt179AEV6l5B1Kde2HLR6CrvdhOQ
13nmmXNboNdyliRjIr29BG5dVtj57lx3OCCFYxEXXD0EKWsRWK1F4KRBX2lF
IpYXfk4dkgHm2q3+QQEzXih2OVyFW6pbk2QvIc3v89L3avrCYw73D8NvvO6g
moMJanDAoehHpiti8sQGVOwCyr3W2Ft5X+DQJZB0oPIdvoZOuICrsZUhDsrC
tfs+kDjbSDFm48XXYi5hk5BWVpirTsL3t5URHhYqCUA3RhKF/A6vG61FwOV1
abR6KD7wtSLw1d3ovN9DYeE2AkHkQar2CDJBSpHQYZEVCtmlIqOgsRYNVlt8
dzw2pW6pDDzF8+45KZ7H6jiZFbYQoEWWp86kyo5MC2O7VC3Co3jJ2gHWmIyT
a6CaqKIr3fAUi/xLoqBYgyB5CIKKqFhPt1s7nKrpUqwyB70eHD7tees5mR1t
QKyvoeN0QKkAaHuc7YK84Ttm7knCSVk1LjaYQx4YgZgdTvxWuiZFzC5l7+Nc
kTjYa8FMdn6akEN/z4NmiZp0wYCwte6eWQti87snYTf+0N+TrtuNfj4XgvOF
/N+40H2kcz+pQ3nAnVdLGKdL1+Ilw6ZRU0X1XllTnDGAU/hsmzvTt3ps/Kpc
YrRBv3IZGIqRIGkKTdvgtSt8YgFjUj2WOVxzn7viyu7ZkiqOBerie0A0LmBy
H6mzsN+r0CrZGjaeSsMjYuAoAqbXhflSxGgSumRuikAQtHQQkO6KGotf7u0j
muA4XSogAWYwr6l672bG8QZNCLBoAFlvfdrW1sF4SCSzYkM4xOpxUNPA1teo
/bEQUaLI+KAAB/fYtTKFC1Sr3cEk994BgPb3qiVk7d2N7zv1fWdj53zPrquT
Vra+jSLGtmL2+Vic88Rpxz3OqijssGKN2mTIY5sK0YyWT3Ls40/7PMzhGdNq
dqt0TwM05WpO9GqWYgyzbrRjm9dhDaljZQK6iIFzVb+Y73nn9igUyOweKzVB
QwjbW4Rs1B05zIEj4X4qx/NnHZNYYATLmrCZSG+WSPoBz9rmpPSYOUlYVSOY
i9T1NJmMksF14p6CEqEixckIlxcpul43pGSfGu0uvi6zBN9cxQX1C3Wcar6d
5y1PrsPUKsXVIcycHePoqpg2avSPC82cckhvXpZrrtXBksPAPQDxSfZUJSAZ
ZmxyG4UdaRE2OIdGxWIACk0QLF202jPWZFYziP358944olN0xZi81qej94Qb
FVQcm/pHbwo0lA/nBWvysIvmqrL6PbU7LecZITVNaAo6e4pUiPFJG/mMnRKN
hJVPwO6UOwUFhtEhqM/L3j0vKQ3b1om7t99GH4HoefiVK97WNlBbAzTxVtUq
T0n14pQdh/gOcBI919QbawA/kIb2WKGd+Rqu61UZzeL5e8USZ48et4NKc7QA
KEJJo15KwqQQiuFUWSy5bnm6dwNpeOCT6QEbqaf7XVs65V5KhHOerbJGb01T
Nt7QZowGFLNBqigzUNcTlK6o3CicVoIONcmsid6n6RoldNgNEVAo4rDmM2DO
gADGjUCiMRdalr38Gx6TdknzAJE+JTX/xKhMeCBNq0jEigGvb1wHNyo/Tl6l
H1vnKj7gQK7yHKBlcX9oIJM/qKF4vSaUDN0HPWyuxeI67lYU7nGw/qmmPe5m
V3bccC6yi0g4Sd3L2MtbZtF+XCR0SUyBiZEPa/0KOcRWSwk2rOegTBeq+l+Y
h/6nM9Evto71aV9Gf+ttENslItLr273O+DJ3BGpAfHvWFeBka6zJv8dQ1Rav
+FS9g45lfMI2XK3FuBaOcWFQxbCoN5nKSa2aOiFdYcKgVpMD09GxuktwqV/S
ClxgR4TAgbyhReqfl9JQKnhC/LCbCDwUPu5CW0c/0whgSkRLJPoCNSlfj4kJ
xc7Da9O5rLzpLfWjyQwkeej3LF0/vS33ulNdWuzRtRbQmuVptzh0XATkv52t
bcl+f30XzI8QHulhYZeDDqYpsKiflFq/uJNdKQ48jvDLfLd0XwHrwQWqvrH1
enxxqnt+bSpTfRp98r/e82tblOrnQf6QaQ0A8t3BNHot4VaTbrjV4HetamN3
/vnNlxWc8nAeTjtBUvf57oFg/nw4H0/JkqC+naNI0ofjqagD0zmQ9c53D93P
yc+Ec+jr4YKn/skgyn3ypU5bjz+5ymODMwd12tofh8D/PLCfTDti7K0bedsJ
/ebu7wYe3v3d0z6Mv/u7AbSOng1doNvhHETA22/Kl+/LtxZOMYDe47vhC6Tf
fdc38Bee++Q/8NyfA5wcx20o8H9B/DzYnxrBM3x4K8YM7CiVzPMdvLDoBmoq
NZtlGlCrD8bana43LCcWTsbKm9TSGQwpMDZkjpEJOtCLHBQmO2gPcQnMxhfC
4B4FPIi5Z/MfLeAwsO0N6baDIcR9esxtMTkuMqgd4NwfkyV6Y9Dma0hwnLo1
PX5YeffbhhxdwIB19ISzN4ubGHv0iQeDLAuh0rwgw0zLwpSUWgpW8NJngQYq
XYg497Fr9DY/uuMMe3t1BDmBvMi+ABSNfQK+ieZ7kOoV6aQIczu2o229u82g
4VbVdyHY1C+63ATvRUcZFZuH6x2zTM2hTB+kfBlVHdQv22vhF9G7bOnM+2te
D1K5eqKVXKOUjldXNWpXj4yjPI1mTbZjr81vXHFj2yftFlUPX/3F1btA3/6/
Qel6+NfRIy/E/n+V7W44/w9S2bqC4UdvzTpa/DUpPne++3urbJ3fLUo95DvQ
tDgfewCY4e9c1eYHfucqOT/ouy9d3zCE4XegCB7bVHS6PX9vQfuWP04RjKfR
WaGZEkfR2zM4hkfCKP+MrthNrU+D72b0nWRlDHwnT813f/f7B5ppq1LO7cOZ
+bp05csV5Dvn+/bnwGk12ft993dXPL9jfe7E6nP/kfv5pXCCgmyrCN73u7/7
fqKC/IgFObls9/ruC/bz76o5PyIhSPJf8BiocMx/qm78iJWkO3RSBrwV9m+z
5eJ2PHjEEQhDzRAbiirhhB8rdPf4w0yNbgflk/HweQypazjN+TEDctOOirD6
2dDsl2GwF/pnpEh0RM3knVFEXCziveFYFKyTq0YFl1Il8YMFde3D4au0xmgY
+MLUSpWaDZRku+U43yMY8SovZ5TqvSkyrJPlv+DeRZEW29CfQXMLivvmGRZj
yjWalspQaG9c3w7EF7iyWRo6elgo2FSH75nHf00d+KjKK8d3Hzw/+E7ykqk2
yDteESuOx1rXV15+cvD8cdstLBE1dW+NnHbhEqrX7qo9GO3R50GRiigXtBN+
26PjZ9IDljsQxYHxS0IK6r46H4OT9zxw4S6t4h0DIHEVwjbszgZxS9lRFxj0
ePp4ehAWTOee3S6nY2ArlhprTNXKimRywivYPTnZCxhQp5joFHsYUMwRhlxi
eCrWkVO8omCbEAKzUUvpO5ovJkpZTuxsnCWDsTkYOSytS9F+cBJ2E5J0RC1m
GXP79goLo7hkMvuBKw9qp8Za9sG4XSOT+PSxpPO2r7xKECUhNCOwtJr24HJZ
28c9RMpkFcFjpInueyXq3WvsQ5yonAHmeeTbyJTVsCjqwmk4BYXiuPlLX6iH
gqczCmgLt9CulRvZtk6KosxmLr5WKmz4kFrhFnX0dBpLhNssDBEFROC8EyKk
cIp6MXv5n/Bf1RcwkUNUACkLaQLvrXGIytGk/RKCRX2tj3N7xeOnWFrMZVul
K4oI0sw0qvHi6tsGyY2ztGlS16iYWqIVZQ131HX8Sq/RaAZr0WVhpCFXAp+O
sv7SbbfUzfFL88Uskqpct2LmwurAYXTOYAVdwQcvc7t8EScjPAuOmm3htQ/e
4iJloXF/Te9ODI5NdFGTsJSQcKv71fntFt/W/BB9OriIbzuVo20O4kCVVPP9
d32iYd/GGZmVSmjqAM9vBUA+Di+reCNAiL8PMj/HhoeOEXjb7QXL/ZeK4tN+
lGdCHvPhIt4Lmt+G3rEiOMU/vcoWKcemtiu4++bUfW4aLR0U0lyTeyVNX9bY
nQWN0euypxUl0l6tJaA7StVas2JRxbXW8p12tw50pG9t5c0wKdEsRLL8gmlz
WDRW5ifXkdZSOjiYPqXlwl+e4Ub5WGGZ5c5JJKM8dP5Rs+xS+9GYkkX8nohy
QfXMV44Ns1hqxXWh88F6SEUDVJOy+EiMF1m1wpq9Tv7y0XTqfSHhOZEg19dh
hxDqKVPmjleG07GygT6JJXUIxTcAapK8qeym5hEtXTsaIwC0xsKKc6mUeDUd
R2O3BMCdxGcNgMAAVLTCgHyZvpb+GZRhfEbF93Aa9zlyZaksyiMltpq6dPbB
rcMLjJVnC7wqWKOQPDqu30u7gOcNfrsubygzRyi565ThBQWOq8aEpNaCQCW5
yLB0AMsEAOKYdBzYyZqavDaTzLe8wcBO/V73iyru8Q1CgRh2PafCK6AkZalo
zLGZ17eUQWU2nqeaCexaIlGLlzxPC65UEhOyIFDwEnfXkD4RMxS/SdsSGYfd
qSSfCoez94PcgEOXmGRArvQSR6uUxE1XHvemFBioWjYnIwRSmGtkxz6yujSx
6Sq4UHqaW0rQpoxbAjn9Vj+XRmkePdkdxjmU9Ehv2/t0y6QX1ToPauObNpmi
iZhQfBPTdrpvaDTUgmtfX2cV1/FUAD6Y+pxpqhztHx3qoz2trEP9l2AAKc59
nDdvaGQVijDD4yLsN040RskK2UP6fJNmJ2Dp1OwECFgaN5xoSyW1Afl8rXi3
AawxG38xEx2sJh1TzguirN9eTNhpT+7wU/FWBaQg76+r1g2k+mB4f1BXWHjk
siRubl3b2hdXVYLQN0yR29bz/Nl80sc2SdJzVUH7ujKYoW1pjzWV+EZ2C3uK
mHQaqBXOSBe0QTNj9dHsrOpX0UTZnpdUWFRLMXkZabOu8eRXAxnEJUdWnx6/
Oe4IFZeBiIAdipHw8bumld9XlJ9pqmO2x8GiePGa8OwtiCEx1SR2heupVsAC
q1dJj2HXGIcourqrhaHAFvJIaxpJpGsMFc7zjCoTLDG36wo2Aq8ut/hjsUe9
5MoviQ0QAfY1GmPt/KxATEcvggnFfpSUxKVM2EpQmByO1JFNlk7QHPQdKM2A
dLLispoDJdz6GyG33UODvQe5KIIWIwWo4FWieGsqTj4nwwTg2gzO+D0XLRJG
KIun4rFYuKF2vDVJY1brVMMF2ZP2YbWiwhDcyUk2vu7JLLI2LJM7gF91yjRy
0QIp4hQYO1kj1rzFoGmKrXCLkoCrdGd0uG7yDlXVb2E5ho2IkYIKIE69+cKz
tmdTaf5Ncty4c91dGokLkGlhoSvFu4qb+RIpls0iNljsOnZhqz7Bw7pnxDFp
+HNfBMuuk9qN1Cn2xoujHJbaZCsEE1C8keKP0W4PQdsbkxmBKAdmpmZSgy8s
xIsWD9rvWiWzumkBcIViDrWZE4E4TCxubJ9YX9+pU9zM1TkIAmPwYWDtyUxv
T010pNtg+YkQxDuCvBidOAO1cTYfSQKURH8JIBsexnXwASLQZ//aHcIwTIrl
rcDLbxo7yLZ2iBuLOx67zHUx+axs6HFFBVgVJDcwKZDdkkcwGlEFMYihYAoC
LxWSwDKYWDlvf5/TS7kU0Mk1CnALSptF7SjDwKaEOkRGu/betq8F168m03Rc
SP3cFPGQa+bJrVIIWfiWhdoSa2qwVgcQnf/5yYuz169P3rw8eWn0pXbGEzky
kF0LGZ8wBxqdSqsOzezypgml1QfU26agyjBjLY0qteXGkWvvFAwbHb89dQPs
o6MAS7elcVX42kiyR3JzXBKyt+8Qo5P+Gj58zbSLW2ZUb7212ZyEg04Z3nO2
i/kk5xGalIVvoezcZA02xYl9CWpMoSYUxYZ3aufwEDjJWKgwiYp5+3rUUTsX
nAMFX2vuNOHVuQsc/fhVv9znyl2dm4KHpudL2ixL56sY94iTPSlen7WTsfiR
qJePKF9BwQzyP2lmNzX7lJajzLvLOexYEI0XqMmumrxPGKaKpmycUbsD3nfT
7Wi4JatJsPOAu+aepITAa/VU7kW2IoQowqZZVI6A20gnVXxTqGJF5QNsTnSg
ZLIKx8ol1iNxpA82o3jP4ieJTFLmm5UJtgiYtfGSMRxzZ5nm68Um30Gh7KqK
VytX9BUdBGmcUG31JGxvatPOg53mimbGlq2Jr3IsTbk+ihAbYSGmNbD2E1Jv
NZ2S6Pl9BhZXcpEPIqvdl+RYAFEXxC2U8mkFTJFxu9rVdp9Iji7TAl+jW4BI
3UZdLqWIGnOKFt7UsKwxZdMCzXDYASwE822RuJtmzlx21rQuHTaLVemVNNKk
G23kH1PApRNl3ts41l3ddo3msI5SfxEMJ1SbrkJap7OnTAwyGZvnnjys9M8t
oz688E1/6Z9AS3ClkL5C4YAJb1fx6ksBMNQtNN5mBZwuOXWkLR2X1/SEnRXR
xvXxjNstvltJ5YUpvesGMVhlBunmpdOD2XYd1zU7F29AM0md1+vO8qCkfnWW
5NtfS0j8HQtRF5XLGBDj9nzL1m01e5oGUrrigMI4kznKHsRm0PhLPM5BxO1/
pdWtU1RD27mQuCatFsTeQfsawTWIc6ksrTe/3ZGAb34Iu9p+VPTT2so2ntwM
6jpndFFqTV4WN6itQj64QWj9TG9s+x7aZwkk8YHormai67Jua5Z1NhrmfIRG
ti3XfZbKGMQVJ8QVJ8oVkTsLVrQNl2XVc5xosWPXC7mv1Ubbfq+3mL+7ou+E
O6jlh6/3SBsMkcbMTGVTs0Ah5lPthdc2ksW12pIpwF/dy4Z0YJCAaeZcejXS
112kq8Hp0hrLM0a7Bht4qcxNvCo3jBBB+21jjNVy7MIdCy3awnEzYZVGV5pm
OtrFEgNH8l2sXbGdhTf4rvZWZ8PLpBmYNkNFFz0opWkSQioH1lkmAr0gVVqG
rQyu0dLDfuMC2F5flQYqE0bn4I9BdXZm942p3ieXFS0nIM803PwMLy5swV+4
nStud3/Hnlk6cKpOsi+wj21arUEe972jJVKKrFvYVRw1PzbycUdtEn2qTGTw
kq0ulEx0+eJtIJ8nXDSO+o2LsvLs4MkT8RNLmfz975547fUxN8Dyj5/tPz/0
j58Qyy8YKV25/nDpfDAsNvrgC9zySlFffhb9T5TFRJGTTWAse7LR9le+EZUz
OTstCcBSAxaWiqed2gBC8mkFmGGDxRTJMOBLY7zwc74buqNtiyHbSxIyXWgw
UFRt8rR239KFcmCuYnyn3NTO0YgAKmMXwEejPkyVJn5dAir++k6aky9JRuQP
76ivL+W8TWs0XKGX6/vWL85/5aUhnYm0CWrz7nxTmGeFRoYEiThuBzWNaDiA
oeXqE4HbE7MWJ0dEe75/8JyLruKt+OsmAyiC8q3T0VmVXWVFu3kO3D8V6JHE
IvlHksAlaNJCbFe2YttMKvw3rVLeZPOT1j/Sm4iaLQDgQcVywQQ44yq+4i1D
kznItS/VJPD0EG0KWOi2toT0hboJteUCVkaWCNOyFikrY3RrShM4E1R57Tos
XW0OEam4dKzTc8pQoMWqXTiOFWxr33MDNJyxN0iwaRmG9l5KMtMl8C32ZPzQ
cseKTkiGBar2rA2NxccrwGATEGwRj5eozJrJokrTPb8yQTzR9zg802A7s+wA
fjb9tFtoniomohYkYUM4GoaRjPnCsmbZChR2IYkab2lL+vbFc64HrYhsAtOm
HUFLMN/rOTnCOoDXElXGtEnKHKKEJi3BQUFtef6kCJp+S23SKJb4jig0WyKP
9QgMSctBp8Xd2az1mOJZeZ3Kbhk/paGK8uKus6/stU+hr5ed95TfX/VKnOrV
pSCdJu+PXaEmdl9b+gmjlcqwt0KqY3ZUhltJqJy7ysq0Se2y8FWaM14jqCM5
2MxqhnBqveuQOvuBaJxXcARbEgiNp5qpGEv6wVEDqYOB0T6kbm94R5LfJAaA
KEJPiANRYhqlGw9FnbKrZjFpDpvqatLEH8qiXG0nFlZtfxeE5o5eA/laZX/T
zTEVwYLgG2DMm7lYYJzaSfWCyJLJfVQXVbxJNsQEAsd4yjFrrB5ikbkz8bES
58VSi2PXOZb5g7VwGF6B/l4UsECx5b0iT52A3kJiOMS2UuMMcz+Q6nJMBr1z
VV3IolfvsescY3pq7nOzCg1O9jjZN+FDXjjKGGsDGiWG5HRyx+L4gr2KKH1O
eqHHGC4Mlw0uKcusKo6oELwVW2RnJ1ZaCr9Z3gr9Ko0LOxyRJmKNHAoTxR3H
OsV/AOVMsLU7Wpow8KukGgC5iQKiAonO58pTdI8nwBEWazhW2qgUuz+mM4B1
LzLEROKvs1q9JDW1gJSU+GUaryWHmzwpLPmSt6bWjYEDyuC7ciYRPxYSWNFL
VoFCEcL7MZQWKteWyx5eGCYoWeWObdfTF0AycjahlYTLbrHG0bNFEgitJNd5
WLA54GqFpgdudNSCtWQHkEYaABiEe0E/MjbbaUg+ealo92XnYdcFOdj3UwMy
14utWn1kSDFxAlnDehd0b+gbHk667nUtAYGjIfr4VWgswP6c6HGYqEnus/Fz
g8QVoyNluN6Fk4SYP7n+Ib3dnFh3E6PznZXcu1ZRujSeJfZ4v32joj4maVn7
QKU9KcPdLX9xiwzDOCJBoLEtPT3YRRmbBw+OxxcUVbwM0C5BFy06mzxeHt8G
jKAxWaKwfKXsqHc7koTAaQAtm2erjjbnSAkjOnVV6NiGLtOYbINl9hduCyoW
hi1lUKnGIB52wu40rMwgW39DxlpuWa8cOMngsKj96o1XbSVQwoUP+RQszWw3
+rO9zpcmK6YsFoAgjW1pX4fRK0fEMOp4W1u1z9eVYDR273CjO6//SfM+2n1s
IhHWxlBfjXcpON9q1rha++rNpwoxdN1Tes/fM+cYUJmWi7yTISaoOG+Lw/cO
oLlK3LVV0qIK9tSIhyAWl58tMm/UBvXgiIbufFBUlBatsHmsMeHOLbs0QXLc
dbVVfLsvkIV4retnco/cC9+Rz4bBIo3SbgS4FY5GsqprrBPsDPERnN7OYmI7
TAQQWd0YPxzkE7pwPmPMRrBqnhl5yKy3GZ2TPqspwZHIPY/uwSJjhVfty7sv
X5YXe3LhKLixrVjQxcuar6lKOqWDiCjerlyhdijyc+JXY8O+yITs7ZsYO52z
aBpku36tvSMWGZlYVBoyla7hWHx51kXpQxcx0HLsTaXt+JDCBgm2MdJJRbfQ
SBYGplF02QkqYvW77vK8+3WA8B4wJ6ZZYIc6D6jQbETAUDn9oaVyD3J7fdFH
DmGQ4UAmhC6C6umLSKK2RNL3yGkgznbkKFeVrynvnAquzD9bi0VKMvZc6kqI
ISGG2K6Y3uFIGJ1NAZ4CTobV5CkmN/cNeIL0Xzxljcfr+nOW0jOnMXElbSrh
DCYTICjtBuWgvSUTLmWJ2ygXDHQ5OQzfKaA/W6+VunlLVG1SOs+eGlVMc83B
QvCmMbuPz2CbLykBbtU+63KgIU9bbSNMEN+v+FXE48cRYvgZZuXchhD+ZEzL
J9ZHB3pqC081yeeu99Vgt86ueDgcFCngARgmwM7f4Z1uUuzwaUrAEivpSaB6
9vmIbZSAS9v5dvpYsnbCnB05FN+CvF3HQNZk4prDbESUYczkDGRoSHD9r1EV
RcMsSVzdiglcyqF/onPsC4z3vtOaIFgbkgFtUCEchxz+x3OMCqJ5SNIafTwS
Y0ia/NNOUe5IKyoOp6lF9iP+SRQ6LjiWzbfDFXdkpvNQ8NB1lt6AFLdLpu00
GQHuEWXHCP69o+ikfl9GL7O/vB9Hl2Va5Si6nKCA3ID0ALtxFf1rFpM19de/
mkyoXAWlt/8I48GwIB1v1w0G76yBSVHrOSMLnfm/zuZrppNnJ68RMbsjwYM6
ev27F2+5/drl9yCbkQ75ios1Hs/Xb8okxaQI/B04K2ps0Q/n3aF6g8iijsrH
Bc1QQO8Oodeag2EAf5F9j6LJ5DeyE//4j5Ln/wPQGIqQPcLfMqBVeT4h/Jqw
xoxCdPoBNPca5HjzDnlUJwl76eJqexTtwNoqtOvs4GsnRXI0wgn/N61F4GzC
5AAA

-->

</rfc>
