<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:02:47 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[DOCS-11426] Docs for SERVER-32980: Add certificate selector for Apple for SecureTransport</title>
                <link>https://jira.mongodb.org/browse/DOCS-11426</link>
                <project id="10380" key="DOCS">Documentation</project>
                    <description>&lt;h1&gt;&lt;a name=&quot;DocumentationRequestSummary%3A&quot;&gt;&lt;/a&gt;Documentation Request Summary:&lt;/h1&gt;

&lt;p&gt;This implements the user-facing piece of PM-305&apos;s certificate selector specification. Apple and Windows implementations still need to handle the values which will come in later commits.&lt;/p&gt;
&lt;h1&gt;&lt;a name=&quot;EngineeringTicketDescription%3A&quot;&gt;&lt;/a&gt;Engineering Ticket Description:&lt;/h1&gt;

&lt;p&gt;The new option will be called a &#8220;Certificate Selector&#8221; for each option used to read a PEM file today. No new options will be used to read CA certs or CRL lists as these will be retrieved from the system certificate store by the native SSL library automatically. Both platforms will check OCSP for CRLs.&lt;/p&gt;
&lt;div class=&apos;table-wrap&apos;&gt;
&lt;table class=&apos;confluenceTable&apos;&gt;&lt;tbody&gt;
&lt;tr&gt;
&lt;th class=&apos;confluenceTh&apos;&gt;Existing Option&lt;/th&gt;
&lt;th class=&apos;confluenceTh&apos;&gt;New Option&lt;/th&gt;
&lt;th class=&apos;confluenceTh&apos;&gt;Config Name&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;sslPEMKeyFile&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;sslCertificateSelector&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;net.ssl.CertificateSelector&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;sslClusterFile&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;sslClusterCertificateSelector&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;net.ssl.ClusterCertificateSelector&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;kmipClientCertificateFile&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;kmipClientCertificateSelector&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;security.kmip.ClientCertificateSelector&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;


&lt;p&gt;It is a startup error to specify a certificate selector and file for the same parameter.&lt;/p&gt;

&lt;p&gt;The format of the certificate selector is:&lt;/p&gt;

&lt;p&gt;&lt;tt&gt;&amp;lt;certificate property&amp;gt;=&amp;lt;value&amp;gt;&lt;/tt&gt;&lt;/p&gt;

&lt;p&gt;The following certificate properties are supported:&lt;/p&gt;
&lt;div class=&apos;table-wrap&apos;&gt;
&lt;table class=&apos;confluenceTable&apos;&gt;&lt;tbody&gt;
&lt;tr&gt;
&lt;th class=&apos;confluenceTh&apos;&gt;Property&lt;/th&gt;
&lt;th class=&apos;confluenceTh&apos;&gt;Value&lt;/th&gt;
&lt;th class=&apos;confluenceTh&apos;&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;subject&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;An ASCII string&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;Matches Subject Name&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;thumbprint&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;Hex string&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;Matches Thumbprint&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;serial&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;Hex string&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;Matches Serial Number&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;


&lt;p&gt;The property names are case-sensitive. For subject name, the match is exact, case-sensitive string match. Only one property may be specified in a search. In the case of two or more certificates matching the same search criteria, the certificate returned is undefined, and depends on the OS behavior.&lt;/p&gt;
&lt;h2&gt;&lt;a name=&quot;Scopeofchanges%3A&quot;&gt;&lt;/a&gt;Scope of changes:&lt;/h2&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;The approach will be to add a reference to the Apple/Windows options everytime we reference configuring a .pem file. Possible implicated files are:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://docs.mongodb.com/manual/tutorial/configure-ssl/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://docs.mongodb.com/manual/tutorial/configure-ssl/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://docs.mongodb.com/manual/tutorial/configure-ssl-clients/index.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://docs.mongodb.com/manual/tutorial/configure-ssl-clients/index.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://docs.mongodb.com/manual/tutorial/upgrade-cluster-to-ssl/index.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://docs.mongodb.com/manual/tutorial/upgrade-cluster-to-ssl/index.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;
&lt;h2&gt;&lt;a name=&quot;Impacttootherdocsoutsideofthisproduct%3A&quot;&gt;&lt;/a&gt;Impact to other docs outside of this product:&lt;/h2&gt;
&lt;h2&gt;&lt;a name=&quot;MVP%3A&quot;&gt;&lt;/a&gt;MVP:&lt;/h2&gt;
&lt;h2&gt;&lt;a name=&quot;Resources%3A&quot;&gt;&lt;/a&gt;Resources:&lt;/h2&gt;</description>
                <environment></environment>
        <key id="507566">DOCS-11426</key>
            <summary>Docs for SERVER-32980: Add certificate selector for Apple for SecureTransport</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="13201">Fixed</resolution>
                                        <assignee username="sue.kerschbaumer@mongodb.com">Susan Kerschbaumer</assignee>
                                    <reporter username="kay.kim@mongodb.com">Kay Kim</reporter>
                        <labels>
                    </labels>
                <created>Thu, 8 Mar 2018 02:36:49 +0000</created>
                <updated>Sun, 29 Oct 2023 13:58:15 +0000</updated>
                            <resolved>Wed, 27 Jun 2018 17:03:17 +0000</resolved>
                                                    <fixVersion>3.7.2</fixVersion>
                    <fixVersion>3.7.3</fixVersion>
                                    <component>manual</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="2141801" author="xgen-internal-githook" created="Thu, 7 Feb 2019 22:18:00 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Kay Kim&apos;, &apos;email&apos;: &apos;kay.kim@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-11426&quot; title=&quot;Docs for SERVER-32980: Add certificate selector for Apple for SecureTransport&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-11426&quot;&gt;&lt;del&gt;DOCS-11426&lt;/del&gt;&lt;/a&gt;: tweak macOS/windows certificate store blurb in the upgrade to ssl tutorial&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/44c24155da377f4ddc29c2605294d49294c9cad5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/44c24155da377f4ddc29c2605294d49294c9cad5&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2141800" author="xgen-internal-githook" created="Thu, 7 Feb 2019 22:17:50 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Kay Kim&apos;, &apos;email&apos;: &apos;kay.kim@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-11426&quot; title=&quot;Docs for SERVER-32980: Add certificate selector for Apple for SecureTransport&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-11426&quot;&gt;&lt;del&gt;DOCS-11426&lt;/del&gt;&lt;/a&gt;: tweak macOS/windows certificate store blurb in the upgrade to ssl tutorial&lt;br/&gt;
Branch: v4.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/956a4e21dd6386683d3330b9f9062fe9d6ab4e3e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/956a4e21dd6386683d3330b9f9062fe9d6ab4e3e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1932457" author="xgen-internal-githook" created="Tue, 26 Jun 2018 23:36:52 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;kay-kim&apos;, &apos;name&apos;: &apos;kay&apos;, &apos;email&apos;: &apos;kay.kim@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-11426&quot; title=&quot;Docs for SERVER-32980: Add certificate selector for Apple for SecureTransport&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-11426&quot;&gt;&lt;del&gt;DOCS-11426&lt;/del&gt;&lt;/a&gt;: old includes are in tutorials&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/da34a31afee75fcb6c7afa6ca9c3f8ab85669e2c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/da34a31afee75fcb6c7afa6ca9c3f8ab85669e2c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1932446" author="xgen-internal-githook" created="Tue, 26 Jun 2018 23:15:00 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;kay-kim&apos;, &apos;name&apos;: &apos;kay&apos;, &apos;email&apos;: &apos;kay.kim@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-11426&quot; title=&quot;Docs for SERVER-32980: Add certificate selector for Apple for SecureTransport&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-11426&quot;&gt;&lt;del&gt;DOCS-11426&lt;/del&gt;&lt;/a&gt;: build warning on code-block&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/c0ed8344f560e58a4e03903339730c2a522a1522&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/c0ed8344f560e58a4e03903339730c2a522a1522&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1932435" author="xgen-internal-githook" created="Tue, 26 Jun 2018 23:06:11 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;kay-kim&apos;, &apos;name&apos;: &apos;kay&apos;, &apos;email&apos;: &apos;kay.kim@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-11426&quot; title=&quot;Docs for SERVER-32980: Add certificate selector for Apple for SecureTransport&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-11426&quot;&gt;&lt;del&gt;DOCS-11426&lt;/del&gt;&lt;/a&gt;: merge issue&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/dc5e554f09155642553c019c96da0ea782b74dce&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/dc5e554f09155642553c019c96da0ea782b74dce&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1932432" author="xgen-internal-githook" created="Tue, 26 Jun 2018 22:58:30 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;skerschb&apos;, &apos;name&apos;: &apos;skerschb&apos;, &apos;email&apos;: &apos;sue.kerschbaumer@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-11426&quot; title=&quot;Docs for SERVER-32980: Add certificate selector for Apple for SecureTransport&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-11426&quot;&gt;&lt;del&gt;DOCS-11426&lt;/del&gt;&lt;/a&gt;: Windows and Mac secure store&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/89f3e68dcc92eb1ed4113b038fff9016a77eab55&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/89f3e68dcc92eb1ed4113b038fff9016a77eab55&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1932018" author="xgen-internal-githook" created="Tue, 26 Jun 2018 17:51:21 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;skerschb&apos;, &apos;name&apos;: &apos;skerschb&apos;, &apos;email&apos;: &apos;sue.kerschbaumer@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-11426&quot; title=&quot;Docs for SERVER-32980: Add certificate selector for Apple for SecureTransport&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-11426&quot;&gt;&lt;del&gt;DOCS-11426&lt;/del&gt;&lt;/a&gt;: Windows and Mac secure store&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/6dd5d1066c6f2ddd3df2e20d960c149d0d117263&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/6dd5d1066c6f2ddd3df2e20d960c149d0d117263&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10320">
                    <name>Documented</name>
                                            <outwardlinks description="documents">
                                        <issuelink>
            <issuekey id="488900">SERVER-32980</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="520983">DOCS-11522</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="520987">DOCS-11526</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>7.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 4 Apr 2018 18:47:01 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        5 years, 6 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>DOCS-11003</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>luke.bonanomi@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            5 years, 6 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>kay.kim@mongodb.com</customfieldvalue>
            <customfieldvalue>sue.kerschbaumer@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hts0vj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|htjeen:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10555" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|htrn27:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                </customfields>
    </item>
</channel>
</rss>