Clarify local org creation step for sync example

Updated step 1 of sync example to clarify that when creating a local org for the purposes of creating a sync user - the local org's UUID should match the UUID of the existing org (from their instance) otherwise you will end up with duplicate orgs (a local and known remote for the same org).
pull/161/head
cbboggs 2019-05-21 10:57:04 -05:00 committed by GitHub
parent 88f496e3d9
commit f98b89e6fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ An organisation B (OrgB) wants to synchronise its MISP server, called ServerB, w
<span><i>FIGURE: Illustration of the synchronisation between two MISP servers</i></span> <span><i>FIGURE: Illustration of the synchronisation between two MISP servers</i></span>
</p> </p>
* **Step 1**: Add OrgB as a local organisation on ServerA (OrgB.ServerA). * **Step 1**: Add OrgB as a local organisation on ServerA (OrgB.ServerA) using OrgB's existing UUID from their local organisation on ServerB.
* **Step 2**: Add a Sync User (syncuser@OrgB.ServerA) in the organisation OrgB.ServerA on the MISP ServerA. * **Step 2**: Add a Sync User (syncuser@OrgB.ServerA) in the organisation OrgB.ServerA on the MISP ServerA.
* **Step 3**: [Set up a sync server](#adding-a-server) on MISP ServerB using the key (called Authkey) from the sync user (syncuser@OrgB.ServerA) created on MISP ServerA. * **Step 3**: [Set up a sync server](#adding-a-server) on MISP ServerB using the key (called Authkey) from the sync user (syncuser@OrgB.ServerA) created on MISP ServerA.