diff options
Diffstat (limited to 'doc/doc.RPKI.CA.UI')
-rw-r--r-- | doc/doc.RPKI.CA.UI | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/doc/doc.RPKI.CA.UI b/doc/doc.RPKI.CA.UI index 0643f9d0..ac180a39 100644 --- a/doc/doc.RPKI.CA.UI +++ b/doc/doc.RPKI.CA.UI @@ -85,20 +85,22 @@ the same: home underneath your parent in the publication tree. 6. Each of your parents sends (...) back the response XML file generated by the "configure_child" command. - 7. You feed the response message you just got into the IRBE using either - rpkic or the GUI rpkic using the. This registers the parent's information - in your database, handles BPKI cross-certification of your parent., and + 7. You feed the response message you just got into the IRBE using rpkic's + "configure_parent" command. This registers the parent's information in + your database, handles BPKI cross-certification of your parent., and processes the repository offer or referral to generate a publication request message. 8. You send (...) the publication request message to the repository. The contact_info element in the request message should (in theory) provide some clue as to where you should send this. - 9. The repository operator processes your request. This registers your - information, including BPKI cross-certification, and generates a response - message containing the repository's BPKI trust anchor and service URL. + 9. The repository operator processes your request using rpkic's + "configure_publication_client" command. This registers your information, + including BPKI cross-certification, and generates a response message + containing the repository's BPKI trust anchor and service URL. 10. Repository operator sends (...) the publication confirmation message back to you. - 11. You process the publication confirmation message. + 11. You process the publication confirmation message using rpkic's + "configure_repository" command. At this point you should, in theory, have established relationships, exchanged trust anchors, and obtained service URLs from all of your parents and |