<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.17 (Ruby 3.1.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-cdni-interfaces-https-delegation-12" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.15.1 -->
  <front>
    <title abbrev="CDNI extensions for HTTPS delegation">CDNI extensions for HTTPS delegation</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-cdni-interfaces-https-delegation-12"/>
    <author initials="F." surname="Fieau" fullname="Frédéric Fieau" role="editor">
      <organization>Orange</organization>
      <address>
        <postal>
          <street>40-48, avenue de la Republique</street>
          <city>Chatillon</city>
          <code>92320</code>
          <country>France</country>
        </postal>
        <email>frederic.fieau@orange.com</email>
      </address>
    </author>
    <author initials="E." surname="Stephan" fullname="Emile Stephan">
      <organization>Orange</organization>
      <address>
        <postal>
          <street>2, avenue Pierre Marzin</street>
          <city>Lannion</city>
          <code>22300</code>
          <country>France</country>
        </postal>
        <email>emile.stephan@orange.com</email>
      </address>
    </author>
    <author initials="S." surname="Mishra" fullname="Sanjay Mishra">
      <organization>Verizon</organization>
      <address>
        <postal>
          <street>13100 Columbia Pike</street>
          <city>Silver Spring</city>
          <code>MD 20904</code>
          <country>United States of America</country>
        </postal>
        <email>sanjay.mishra@verizon.com</email>
      </address>
    </author>
    <date year="2022" month="October" day="23"/>
    <area>Applications and Real-Time</area>
    <workgroup>Content Delivery Networks Interconnection</workgroup>
    <keyword>HTTPS</keyword>
    <keyword>delegation</keyword>
    <keyword>ACME</keyword>
    <keyword>STAR</keyword>
    <abstract>
      <t>This document defines metadata objects to support delegating the delivery of
HTTPS content between two or more interconnected CDNs.  Specifically, this
document defines CDNI Metadata interface objects to enable delegation of
X.509 certificates leveraging delegation schemes defined in
RFC9115. RFC 9115 allows delegating entity to remain in full
control of the delegation and be able to revoke it any time and avoids
the need to share private cryptographic key material between the involved entities.</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-cdni-interfaces-https-delegation/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        Content Delivery Networks Interconnection Working Group mailing list (<eref target="mailto:cdni@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/cdni/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/cdni/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/FredericFi/cdni-wg"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="introduction">
      <name> Introduction</name>
      <t>Content delivery over HTTPS using two or more cooperating Content Delivery Networks (CDNs) along the path requires
credential management, specifically when DNS-based redirection is used.  In such case an upstream CDN (uCDN) needs to delegate its credentials to a downstream (dCDN) for content delivery.</t>
      <t><xref target="RFC9115"/> defines delegation methods that allow a uCDN on behalf of the content provider, the holder of the domain, to generate on-demand an X.509
certificate that binds the designated domain name with a key-pair owned by the dCDN.  For further details, please refer
to <xref section="1" sectionFormat="of" target="RFC9115"/> and <xref section="5.1.2.1" sectionFormat="of" target="RFC9115"/>.</t>
      <t>This document defines CDNI Metadata to make use of HTTPS delegation between a
uCDN and a dCDN based on the mechanism specified in <xref target="RFC9115"/>.  Furthermore,
it adds a delegation method to the "CDNI Payload Types" IANA registry.</t>
      <t><xref target="terminology"/> defines terminology used in this document.  <xref target="fci-metadata"/>
presents delegation metadata for the FCI interface.  <xref target="mi-metadata"/> addresses
the metadata for handling HTTPS delegation with the Metadata Interface.
<xref target="iana"/> addresses IANA registry for delegation methods.  <xref target="sec"/> covers the
security considerations.</t>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>This document uses terminology from CDNI framework documents such as: CDNI
framework document <xref target="RFC7336"/>, CDNI requirements <xref target="RFC7337"/> and CDNI
interface specifications documents: CDNI Metadata interface <xref target="RFC8006"/> and
CDNI Footprint and capabilities <xref target="RFC8008"/>.  It also uses terminology from
<xref section="1.1" sectionFormat="of" target="RFC8739"/>.</t>
      </section>
    </section>
    <section anchor="fci-metadata">
      <name>Advertising Delegation Metadata for CDNI through FCI</name>
      <t>The Footprint and Capabilities interface defined in <xref target="RFC8008"/> allows a
dCDN to send a FCI capability type object to a uCDN.</t>
      <t>The FCI.Metadata object allows a dCDN to advertise the capabilities
regarding the supported delegation methods and their configuration.</t>
      <t>The following is an example of the supported delegated methods capability
object for a dCDN implementing the ACME delegation method.</t>
      <sourcecode type="json"><![CDATA[
{
  "capabilities": [
    {
      "capability-type": "FCI.Metadata",
      "capability-value": {
        "metadata": [
          "ACMEDelegationMethod",
          "... Other supported delegation methods ..."
        ]
      },
      "footprints": [
        "Footprint objects"
      ]
    }
  ]
}
]]></sourcecode>
    </section>
    <section anchor="mi-metadata">
      <name> ACME Delegation Metadata for CDNI</name>
      <t>When a uCDN delegates a dCDN to deliver HTTPS traffic using DNS Redirection
<xref target="RFC7975"/>, the dCDN must use a certificate bound to the origin's name to
successfully authenticate to the end-user (see also <xref section="5.1.2.1" sectionFormat="of" target="RFC9115"/>).</t>
      <t>To that end, this section defines the AcmeDelegationMethod object which
describes metadata for using the ACME delegation interface <xref target="RFC9115"/>.</t>
      <t>The ACMEDelegationMethod applies to both ACME STAR delegation, which provides a
delegation model based on short-term certificates with automatic renewal <xref section="2.3.2" sectionFormat="of" target="RFC9115"/>, and
non-STAR delegation, which allows delegation between CDNs using long-term
certificates <xref section="2.3.3" sectionFormat="of" target="RFC9115"/>.</t>
      <t><xref target="fig-call-flow"/> provides a high-level view of the combined CDNI and ACME
delegation message flows to obtain STAR certificate bound to the origin's name.</t>
      <figure anchor="fig-call-flow">
        <name>Example call-flow of STAR delegation in CDNI showing 2 levels of delegation</name>
        <artset>
          <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="656" width="584" viewBox="0 0 584 656" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
              <path d="M 8,32 L 8,64" fill="none" stroke="black"/>
              <path d="M 24,64 L 24,640" fill="none" stroke="black"/>
              <path d="M 48,32 L 48,64" fill="none" stroke="black"/>
              <path d="M 64,272 L 64,288" fill="none" stroke="black"/>
              <path d="M 64,352 L 64,368" fill="none" stroke="black"/>
              <path d="M 184,32 L 184,64" fill="none" stroke="black"/>
              <path d="M 200,64 L 200,544" fill="none" stroke="black"/>
              <path d="M 224,32 L 224,64" fill="none" stroke="black"/>
              <path d="M 352,32 L 352,64" fill="none" stroke="black"/>
              <path d="M 376,64 L 376,544" fill="none" stroke="black"/>
              <path d="M 392,32 L 392,64" fill="none" stroke="black"/>
              <path d="M 536,32 L 536,64" fill="none" stroke="black"/>
              <path d="M 560,64 L 560,640" fill="none" stroke="black"/>
              <path d="M 576,32 L 576,64" fill="none" stroke="black"/>
              <path d="M 8,32 L 48,32" fill="none" stroke="black"/>
              <path d="M 184,32 L 224,32" fill="none" stroke="black"/>
              <path d="M 352,32 L 392,32" fill="none" stroke="black"/>
              <path d="M 536,32 L 576,32" fill="none" stroke="black"/>
              <path d="M 8,64 L 48,64" fill="none" stroke="black"/>
              <path d="M 184,64 L 224,64" fill="none" stroke="black"/>
              <path d="M 352,64 L 392,64" fill="none" stroke="black"/>
              <path d="M 536,64 L 576,64" fill="none" stroke="black"/>
              <path d="M 24,96 L 88,96" fill="none" stroke="black"/>
              <path d="M 144,96 L 192,96" fill="none" stroke="black"/>
              <path d="M 32,144 L 88,144" fill="none" stroke="black"/>
              <path d="M 144,144 L 200,144" fill="none" stroke="black"/>
              <path d="M 24,192 L 64,192" fill="none" stroke="black"/>
              <path d="M 160,192 L 192,192" fill="none" stroke="black"/>
              <path d="M 32,240 L 64,240" fill="none" stroke="black"/>
              <path d="M 160,240 L 200,240" fill="none" stroke="black"/>
              <path d="M 24,272 L 64,272" fill="none" stroke="black"/>
              <path d="M 32,368 L 64,368" fill="none" stroke="black"/>
              <path d="M 24,416 L 64,416" fill="none" stroke="black"/>
              <path d="M 160,416 L 192,416" fill="none" stroke="black"/>
              <path d="M 200,448 L 240,448" fill="none" stroke="black"/>
              <path d="M 336,448 L 368,448" fill="none" stroke="black"/>
              <path d="M 376,480 L 416,480" fill="none" stroke="black"/>
              <path d="M 512,480 L 552,480" fill="none" stroke="black"/>
              <path d="M 384,512 L 408,512" fill="none" stroke="black"/>
              <path d="M 528,512 L 552,512" fill="none" stroke="black"/>
              <path d="M 32,544 L 56,544" fill="none" stroke="black"/>
              <path d="M 168,544 L 192,544" fill="none" stroke="black"/>
              <path d="M 208,544 L 232,544" fill="none" stroke="black"/>
              <path d="M 344,544 L 368,544" fill="none" stroke="black"/>
              <path d="M 384,544 L 408,544" fill="none" stroke="black"/>
              <path d="M 520,544 L 552,544" fill="none" stroke="black"/>
              <path d="M 24,592 L 552,592" fill="none" stroke="black"/>
              <path d="M 32,624 L 560,624" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="560,592 548,586.4 548,597.6" fill="black" transform="rotate(0,552,592)"/>
              <polygon class="arrowhead" points="560,544 548,538.4 548,549.6" fill="black" transform="rotate(0,552,544)"/>
              <polygon class="arrowhead" points="560,512 548,506.4 548,517.6" fill="black" transform="rotate(0,552,512)"/>
              <polygon class="arrowhead" points="560,480 548,474.4 548,485.6" fill="black" transform="rotate(0,552,480)"/>
              <polygon class="arrowhead" points="392,544 380,538.4 380,549.6" fill="black" transform="rotate(180,384,544)"/>
              <polygon class="arrowhead" points="392,512 380,506.4 380,517.6" fill="black" transform="rotate(180,384,512)"/>
              <polygon class="arrowhead" points="376,544 364,538.4 364,549.6" fill="black" transform="rotate(0,368,544)"/>
              <polygon class="arrowhead" points="376,448 364,442.4 364,453.6" fill="black" transform="rotate(0,368,448)"/>
              <polygon class="arrowhead" points="216,544 204,538.4 204,549.6" fill="black" transform="rotate(180,208,544)"/>
              <polygon class="arrowhead" points="200,544 188,538.4 188,549.6" fill="black" transform="rotate(0,192,544)"/>
              <polygon class="arrowhead" points="200,416 188,410.4 188,421.6" fill="black" transform="rotate(0,192,416)"/>
              <polygon class="arrowhead" points="200,192 188,186.4 188,197.6" fill="black" transform="rotate(0,192,192)"/>
              <polygon class="arrowhead" points="200,96 188,90.4 188,101.6" fill="black" transform="rotate(0,192,96)"/>
              <polygon class="arrowhead" points="40,624 28,618.4 28,629.6" fill="black" transform="rotate(180,32,624)"/>
              <polygon class="arrowhead" points="40,544 28,538.4 28,549.6" fill="black" transform="rotate(180,32,544)"/>
              <polygon class="arrowhead" points="40,368 28,362.4 28,373.6" fill="black" transform="rotate(180,32,368)"/>
              <polygon class="arrowhead" points="40,240 28,234.4 28,245.6" fill="black" transform="rotate(180,32,240)"/>
              <polygon class="arrowhead" points="40,144 28,138.4 28,149.6" fill="black" transform="rotate(180,32,144)"/>
              <g class="text">
                <text x="28" y="52">dCDN</text>
                <text x="204" y="52">uCDN</text>
                <text x="372" y="52">CP</text>
                <text x="556" y="52">CA</text>
                <text x="80" y="84">GET</text>
                <text x="132" y="84">metadata</text>
                <text x="116" y="100">[CDNI]</text>
                <text x="64" y="116">200</text>
                <text x="96" y="116">OK,</text>
                <text x="148" y="116">metadata</text>
                <text x="64" y="132">(inc.</text>
                <text x="108" y="132">dele</text>
                <text x="160" y="132">config)</text>
                <text x="116" y="148">[CDNI]</text>
                <text x="72" y="180">GET</text>
                <text x="132" y="180">delegation</text>
                <text x="88" y="196">[ACME</text>
                <text x="136" y="196">dele]</text>
                <text x="48" y="212">200</text>
                <text x="80" y="212">OK,</text>
                <text x="140" y="212">delegation</text>
                <text x="56" y="228">(inc.</text>
                <text x="96" y="228">CSR</text>
                <text x="152" y="228">template)</text>
                <text x="88" y="244">[ACME</text>
                <text x="136" y="244">dele]</text>
                <text x="68" y="308">create</text>
                <text x="112" y="308">key</text>
                <text x="148" y="308">pair</text>
                <text x="184" y="308">and</text>
                <text x="56" y="324">CSR</text>
                <text x="84" y="324">w/</text>
                <text x="136" y="324">delegated</text>
                <text x="60" y="340">name</text>
                <text x="84" y="404">POST</text>
                <text x="132" y="404">Order1</text>
                <text x="88" y="420">[ACME</text>
                <text x="136" y="420">dele]</text>
                <text x="256" y="436">forward</text>
                <text x="316" y="436">Order1</text>
                <text x="264" y="452">[ACME</text>
                <text x="312" y="452">dele]</text>
                <text x="436" y="468">POST</text>
                <text x="484" y="468">Order2</text>
                <text x="440" y="484">[ACME</text>
                <text x="488" y="484">STAR]</text>
                <text x="468" y="516">authorizations</text>
                <text x="76" y="548">wait</text>
                <text x="132" y="548">issuance</text>
                <text x="252" y="548">wait</text>
                <text x="308" y="548">issuance</text>
                <text x="428" y="548">wait</text>
                <text x="484" y="548">issuance</text>
                <text x="208" y="580">(unauthenticated)</text>
                <text x="296" y="580">GET</text>
                <text x="380" y="580">star-certificate</text>
                <text x="280" y="612">certificate</text>
                <text x="340" y="612">#1</text>
                <text x="280" y="644">...</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art" align="center"><![CDATA[
.----.                .----.               .----.                 .----.
|dCDN|                |uCDN|               | CP |                 | CA |
'-+--'                '-+--'               '--+-'                 '--+-'
  |     GET metadata    |                     |                      |
  +--------[CDNI]------>|                     |                      |
  |   200 OK, metadata  |                     |                      |
  |  (inc. dele config) |                     |                      |
  |<-------[CDNI]-------+                     |                      |
  |                     |                     |                      |
  |    GET delegation   |                     |                      |
  +-----[ACME dele]---->|                     |                      |
  | 200 OK, delegation  |                     |                      |
  | (inc. CSR template) |                     |                      |
  |<----[ACME dele]-----+                     |                      |
  |                     |                     |                      |
  +----.                |                     |                      |
  |    |                |                     |                      |
  |  create key pair and|                     |                      |
  |  CSR w/ delegated   |                     |                      |
  |  name               |                     |                      |
  |    |                |                     |                      |
  |<---'                |                     |                      |
  |                     |                     |                      |
  |     POST Order1     |                     |                      |
  +-----[ACME dele]---->|                     |                      |
  |                     |   forward Order1    |                      |
  |                     +-----[ACME dele]---->|                      |
  |                     |                     |     POST Order2      |
  |                     |                     +-----[ACME STAR]----->|
  |                     |                     |                      |
  |                     |                     |<---authorizations--->|
  |                     |                     |                      |
  |<---wait issuance--->|<---wait issuance--->|<---wait issuance---->|
  |                                                                  |
  |              (unauthenticated) GET star-certificate              |
  +----------------------------------------------------------------->|
  |                          certificate #1                          |
  |<-----------------------------------------------------------------+
  |                              ...                                 |
]]></artwork>
        </artset>
      </figure>
      <t><xref target="acmedeleobj"/> defines the objects used for bootstrapping the ACME delegation
method between a uCDN and a delegate dCDN.</t>
      <section anchor="acmedeleobj">
        <name>ACMEDelegationMethod Object</name>
        <t>The ACMEDelegationMethod object allows a uCDN to both define STAR and non-STAR delegation objects depending on the delegation certificate validity.
The ACMEDelegationMethod object is defined with several properties as shown below.</t>
        <ul spacing="normal">
          <li>
            <t>Property: ACME-delegation  </t>
            <ul spacing="normal">
              <li>Description: a URL pointing at an ACME delegation object, either STAR or non-STAR, associated with the dCDN account on the uCDN ACME server (see <xref section="2.3.1" sectionFormat="of" target="RFC9115"/> for the details).</li>
              <li>Type: Source object, according to <xref target="RFC8006"/></li>
              <li>Mandatory-to-Specify: Yes</li>
            </ul>
          </li>
          <li>
            <t>Property: TimeWindow  </t>
            <ul spacing="normal">
              <li>Description: Validity period of the certificate. According to <xref target="RFC8006"/>, TimeWindow is defined by defining "start" time of the window, and "end" time of the window. In case of STAR method, the "start" and "end" properties of the window must be understood respectively as the start-date and end-date of the certificate validity. In case of non-STAR method, the "start" and "end" properties of the window must be understood respectively as the notBefore and notAfter fields of the certificate.</li>
              <li>Type: TimeWindow</li>
              <li>Mandatory-to-Specify: Yes</li>
            </ul>
          </li>
        </ul>
        <t>In the case that the delegation is STAR-based, the following properties are mandatory to specify:</t>
        <ul spacing="normal">
          <li>
            <t>Property: Lifetime  </t>
            <ul spacing="normal">
              <li>Description: See <xref section="3.1.1" sectionFormat="of" target="RFC8739"/></li>
              <li>Type: Time, see <xref target="RFC8006"/></li>
              <li>Mandatory-to-Specify: Yes, only if a STAR delegation method is specified</li>
            </ul>
          </li>
          <li>
            <t>Property: Lifetime-adjust  </t>
            <ul spacing="normal">
              <li>Description: See <xref section="3.1.1" sectionFormat="of" target="RFC8739"/></li>
              <li>Type: Time</li>
              <li>Mandatory-to-Specify: Yes, only if a STAR delegation method is specified</li>
            </ul>
          </li>
        </ul>
      </section>
      <section anchor="examples">
        <name>Examples</name>
        <t>The following example shows an <tt>ACMEDelegationMethod</tt> object for a STAR-based
ACME delegation.</t>
        <sourcecode type="json"><![CDATA[
{
  "generic-metadata-type": "MI.ACMEDelegationMethod",
  "generic-metadata-value": {
    "ACME-delegation": "https://acme.ucdn.example/delegation/ogfr",
    "TimeWindow": {
      "start": "2022-10-10T00:00:00Z",
      "end": "2022-10-13T00:00:00Z"
    },
    "Lifetime": 345600,
    "Lifetime-adjust": 259200
  }
}
]]></sourcecode>
        <t>The example below shows an <tt>ACMEDelegationMethod</tt> object for a non-STAR ACME
delegation.</t>
        <sourcecode type="json"><![CDATA[
{
  "generic-metadata-type": "MI.ACMEDelegationMethod",
  "generic-metadata-value": {
    "ACME-delegation": "https://acme.ucdn.example/delegation/wSi5",
    "TimeWindow": {
      "start": "2019-01-10T00:00:00Z",
      "end": "2023-01-20T00:00:00Z"
    }
  }
}
]]></sourcecode>
        <t>The following is a complete example showing how a HostMatch <xref target="RFC8006"/> and its Metadata
related to a host hold associated delegation metadata.</t>
        <ul spacing="normal">
          <li>HostMatch:</li>
        </ul>
        <sourcecode type="json"><![CDATA[
{
  "host": "video.example.com",
  "host-metadata": {
    "type": "MI.HostMetadata",
    "href": "https://metadata.ucdn.example/host1234"
  }
}
]]></sourcecode>
        <ul spacing="normal">
          <li>HostMetadata:</li>
        </ul>
        <sourcecode type="json"><![CDATA[
{
  "paths": "/video",
  "metadata": [ // defining here a STAR delegation
    {
      "generic-metadata-type": "MI.ACMEDelegationMethod",
      "generic-metadata-value": {
        "ACME-delegation": "https://acme.ucdn.example/delegation/wSi5",
        "TimeWindow": {
          "start": "2019-01-10T00:00:00Z",
          "end": "2023-01-20T00:00:00Z"
        }
      }
    }
  ]
}
]]></sourcecode>
      </section>
    </section>
    <section anchor="iana">
      <name> IANA Considerations</name>
      <t>This document requests the registration of the following entry under the
"CDNI Payload Types" registry:</t>
      <table>
        <thead>
          <tr>
            <th align="left">Payload Type</th>
            <th align="left">Specification</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">MI.ACMEDelegationMethod</td>
            <td align="left">RFCthis</td>
          </tr>
        </tbody>
      </table>
      <t><cref anchor="to-be-removed">RFC Editor: please replace RFCthis with the RFC number of this RFC and remove this note.</cref></t>
      <section anchor="cdni-mi-acmedelegationmethod-payload-type">
        <name>CDNI MI ACMEDelegationMethod Payload Type</name>
        <dl>
          <dt>Purpose:</dt>
          <dd>
            <t>The purpose of this Payload Type is to distinguish AcmeDelegationMethod
MI objects (and any associated capability advertisement)</t>
          </dd>
          <dt>Interface:</dt>
          <dd>
            <t>MI</t>
          </dd>
          <dt>Encoding:</dt>
          <dd>
            <t>See <xref target="mi-metadata"/></t>
          </dd>
        </dl>
      </section>
    </section>
    <section anchor="sec">
      <name>Security considerations</name>
      <t>Delegation metadata proposed here do not alter nor change Security
Considerations as outlined in the following RFCs: An Automatic Certificate
Management Environment (ACME) Profile for Generating Delegated Certificates
<xref target="RFC9115"/>; the CDNI Metadata <xref target="RFC8006"/> and CDNI Footprint and Capabilities
<xref target="RFC8008"/>.</t>
      <t>The delegation objects properties such as the list of delegation objects
mentioned in <xref target="mi-metadata"/>are critical.  They should be protected by the
proper/mandated encryption and authentication.  Please refer to Sections 7.1,
7.2 and 7.4 of <xref target="RFC9115"/>.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="RFC8006">
          <front>
            <title>Content Delivery Network Interconnection (CDNI) Metadata</title>
            <author fullname="B. Niven-Jenkins" initials="B." surname="Niven-Jenkins">
              <organization/>
            </author>
            <author fullname="R. Murray" initials="R." surname="Murray">
              <organization/>
            </author>
            <author fullname="M. Caulfield" initials="M." surname="Caulfield">
              <organization/>
            </author>
            <author fullname="K. Ma" initials="K." surname="Ma">
              <organization/>
            </author>
            <date month="December" year="2016"/>
            <abstract>
              <t>The Content Delivery Network Interconnection (CDNI) Metadata interface enables interconnected Content Delivery Networks (CDNs) to exchange content distribution metadata in order to enable content acquisition and delivery.  The CDNI Metadata associated with a piece of content provides a downstream CDN with sufficient information for the downstream CDN to service content requests on behalf of an upstream CDN.  This document describes both a base set of CDNI Metadata and the protocol for exchanging that metadata.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8006"/>
          <seriesInfo name="DOI" value="10.17487/RFC8006"/>
        </reference>
        <reference anchor="RFC8008">
          <front>
            <title>Content Delivery Network Interconnection (CDNI) Request Routing: Footprint and Capabilities Semantics</title>
            <author fullname="J. Seedorf" initials="J." surname="Seedorf">
              <organization/>
            </author>
            <author fullname="J. Peterson" initials="J." surname="Peterson">
              <organization/>
            </author>
            <author fullname="S. Previdi" initials="S." surname="Previdi">
              <organization/>
            </author>
            <author fullname="R. van Brandenburg" initials="R." surname="van Brandenburg">
              <organization/>
            </author>
            <author fullname="K. Ma" initials="K." surname="Ma">
              <organization/>
            </author>
            <date month="December" year="2016"/>
            <abstract>
              <t>This document captures the semantics of the "Footprint and                          Capabilities Advertisement" part of the Content Delivery Network Interconnection (CDNI) Request Routing interface, i.e., the desired meaning of "Footprint" and "Capabilities" in the CDNI context and what the "Footprint &amp; Capabilities Advertisement interface (FCI)" offers within CDNI.  The document also provides guidelines for the CDNI FCI protocol.  It further defines a Base Advertisement Object, the necessary registries for capabilities and footprints, and guidelines on how these registries can be extended in the future.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8008"/>
          <seriesInfo name="DOI" value="10.17487/RFC8008"/>
        </reference>
        <reference anchor="RFC8739">
          <front>
            <title>Support for Short-Term, Automatically Renewed (STAR) Certificates in the Automated Certificate Management Environment (ACME)</title>
            <author fullname="Y. Sheffer" initials="Y." surname="Sheffer">
              <organization/>
            </author>
            <author fullname="D. Lopez" initials="D." surname="Lopez">
              <organization/>
            </author>
            <author fullname="O. Gonzalez de Dios" initials="O." surname="Gonzalez de Dios">
              <organization/>
            </author>
            <author fullname="A. Pastor Perales" initials="A." surname="Pastor Perales">
              <organization/>
            </author>
            <author fullname="T. Fossati" initials="T." surname="Fossati">
              <organization/>
            </author>
            <date month="March" year="2020"/>
            <abstract>
              <t>Public key certificates need to be revoked when they are compromised, that is, when the associated private key is exposed to an unauthorized entity.  However, the revocation process is often unreliable. An alternative to revocation is issuing a sequence of certificates, each with a short validity period, and terminating the sequence upon compromise.  This memo proposes an Automated Certificate Management Environment (ACME) extension to enable the issuance of Short-Term, Automatically Renewed (STAR) X.509 certificates.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8739"/>
          <seriesInfo name="DOI" value="10.17487/RFC8739"/>
        </reference>
        <reference anchor="RFC9115">
          <front>
            <title>An Automatic Certificate Management Environment (ACME) Profile for Generating Delegated Certificates</title>
            <author fullname="Y. Sheffer" initials="Y." surname="Sheffer">
              <organization/>
            </author>
            <author fullname="D. López" initials="D." surname="López">
              <organization/>
            </author>
            <author fullname="A. Pastor Perales" initials="A." surname="Pastor Perales">
              <organization/>
            </author>
            <author fullname="T. Fossati" initials="T." surname="Fossati">
              <organization/>
            </author>
            <date month="September" year="2021"/>
            <abstract>
              <t>This document defines a profile of the Automatic Certificate Management Environment (ACME) protocol by which the holder of an identifier (e.g., a domain name) can allow a third party to obtain an X.509 certificate such that the certificate subject is the delegated identifier while the certified public key corresponds to a private key controlled by the third party. A primary use case is that of a Content Delivery Network (CDN), the third party, terminating TLS sessions on behalf of a content provider (the holder of a domain name).  The presented mechanism allows the holder of the identifier to retain control over the delegation and revoke it at any time.  Importantly, this mechanism does not require any modification to the deployed TLS clients and servers.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9115"/>
          <seriesInfo name="DOI" value="10.17487/RFC9115"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="RFC7336">
          <front>
            <title>Framework for Content Distribution Network Interconnection (CDNI)</title>
            <author fullname="L. Peterson" initials="L." surname="Peterson">
              <organization/>
            </author>
            <author fullname="B. Davie" initials="B." surname="Davie">
              <organization/>
            </author>
            <author fullname="R. van Brandenburg" initials="R." role="editor" surname="van Brandenburg">
              <organization/>
            </author>
            <date month="August" year="2014"/>
            <abstract>
              <t>This document presents a framework for Content Distribution Network Interconnection (CDNI).  The purpose of the framework is to provide an overall picture of the problem space of CDNI and to describe the relationships among the various components necessary to interconnect CDNs.  CDNI requires the specification of interfaces and mechanisms to address issues such as request routing, distribution metadata exchange, and logging information exchange across CDNs.  The intent of this document is to outline what each interface needs to accomplish and to describe how these interfaces and mechanisms fit together, while leaving their detailed specification to other documents.  This document, in combination with RFC 6707, obsoletes RFC 3466.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7336"/>
          <seriesInfo name="DOI" value="10.17487/RFC7336"/>
        </reference>
        <reference anchor="RFC7337">
          <front>
            <title>Content Distribution Network Interconnection (CDNI) Requirements</title>
            <author fullname="K. Leung" initials="K." role="editor" surname="Leung">
              <organization/>
            </author>
            <author fullname="Y. Lee" initials="Y." role="editor" surname="Lee">
              <organization/>
            </author>
            <date month="August" year="2014"/>
            <abstract>
              <t>Content delivery is frequently provided by specifically architected and provisioned Content Delivery Networks (CDNs).  As a result of significant growth in content delivered over IP networks, existing CDN providers are scaling up their infrastructure.  Many Network Service Providers (NSPs) and Enterprise Service Providers (ESPs) are also deploying their own CDNs.  To deliver contents from the Content Service Provider (CSP) to end users, the contents may traverse across multiple CDNs.  This creates a need for interconnecting (previously) standalone CDNs so that they can collectively act as a single delivery platform from the CSP to the end users.</t>
              <t>The goal of the present document is to outline the requirements for the solution and interfaces to be specified by the CDNI working group.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7337"/>
          <seriesInfo name="DOI" value="10.17487/RFC7337"/>
        </reference>
        <reference anchor="RFC7975">
          <front>
            <title>Request Routing Redirection Interface for Content Delivery Network (CDN) Interconnection</title>
            <author fullname="B. Niven-Jenkins" initials="B." role="editor" surname="Niven-Jenkins">
              <organization/>
            </author>
            <author fullname="R. van Brandenburg" initials="R." role="editor" surname="van Brandenburg">
              <organization/>
            </author>
            <date month="October" year="2016"/>
            <abstract>
              <t>The Request Routing interface comprises (1) the asynchronous advertisement of footprint and capabilities by a downstream Content Delivery Network (CDN) that allows an upstream CDN to decide whether to redirect particular user requests to that downstream CDN; and (2) the synchronous operation of an upstream CDN requesting whether a downstream CDN is prepared to accept a user request and of a downstream CDN responding with how to actually redirect the user request.  This document describes an interface for the latter part, i.e., the CDNI Request Routing Redirection interface.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7975"/>
          <seriesInfo name="DOI" value="10.17487/RFC7975"/>
        </reference>
      </references>
    </references>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>We would like to thank authors of the <xref target="RFC9115"/>, Antonio Augustin Pastor Perales, Diego Lopez, Thomas Fossati and Yaron Sheffer. Additionally, our gratitude to Thomas Fossati who participated in the drafting, reviewing and giving his feedback in finalizing this document. We also thank CDNI, co-chair Kevin Ma for his continual review and feedback during the development of this document.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
AA==

-->

</rfc>
