<div dir="ltr">Hello,<div></div><div><br></div><div>So there is a bit of a lack of documentation when it comes to the format of the "Up/Down Identity XML" file that ARIN wants when you are setting up Delegated RPKI and the format of the parent response from ARIN.</div><div>ARIN's XML files are not RFC8183 but rather something a bit odd that I had to craft by hand based on example files I found in old git repositories.</div><div>I mainly posted this in the case that someone else has a similar issue since well as I said, docs are lacking atm. (I have also brought it up with NLNetLabs so they can discuss it with ARIN)</div><div><br></div><div>When running `krillc parents myid` I got something in the format of:</div><div><child_request xmlns="<a href="http://www.hactrn.net/uris/rpki/rpki-setup/" target="_blank">http://www.hactrn.net/uris/rpki/rpki-setup/</a>" version="1" child_handle="QUL-4"><br>  <child_bpki_ta>MII...</child_bpki_ta><br></child_request><br></div><div><br></div><div>Where as ARIN seemingly wanted (and accepted) the format of:</div><div><identity xmlns="<a href="http://www.hactrn.net/uris/rpki/myrpki/" target="_blank">http://www.hactrn.net/uris/rpki/myrpki/</a>" version="2" handle="QUL-4"><br>  <bpki_ta>MII...</bpki_ta><br></identity><br></div><div><br></div><div>And the parent response had a similar issue, this is what I got from ARIN:</div><div><parent xmlns="<a href="http://www.hactrn.net/uris/rpki/myrpki/" target="_blank">http://www.hactrn.net/uris/rpki/myrpki/</a>"<br>    version="2"<br>    valid_until="2120-02-05T09:01:23Z"<br>    service_uri="<a href="http://updown.arin.net/ARIN/QUL-4" target="_blank">http://updown.arin.net/ARIN/QUL-4</a>"<br>    parent_handle="ARIN"<br>    child_handle="QUL-4"><br>  <bpki_resource_ta><br>MII...<br>  </bpki_resource_ta><br>  <bpki_child_ta><br>MII...<br>  </bpki_child_ta><br>  <repository type="none"/><br></parent><br></div><div><br></div><div>Where as krill/RFC8183 wants the format of:</div><div><parent_response xmlns="<a href="http://www.hactrn.net/uris/rpki/rpki-setup/" target="_blank">http://www.hactrn.net/uris/rpki/rpki-setup/</a>"<br>    version="1"<br>    valid_until="2120-02-05T09:01:23Z"<br>    service_uri="<a href="http://updown.arin.net/ARIN/QUL-4" target="_blank">http://updown.arin.net/ARIN/QUL-4</a>"<br>    parent_handle="ARIN"<br>    child_handle="QUL-4"><br>  <parent_bpki_ta><br>MII... <this is the bpki_resource_ta tag from the ARIN format><br>  </parent_bpki_ta><br></parent_response><br></div><div><br></div><div>- Cynthia</div></div>