From f98b89e6fd13abc3f13f0fe64fa44a9f8308afe8 Mon Sep 17 00:00:00 2001 From: cbboggs <18554987+cbboggs@users.noreply.github.com> Date: Tue, 21 May 2019 10:57:04 -0500 Subject: [PATCH] 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). --- sharing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sharing/README.md b/sharing/README.md index 476f82b..a37e71b 100644 --- a/sharing/README.md +++ b/sharing/README.md @@ -26,7 +26,7 @@ An organisation B (OrgB) wants to synchronise its MISP server, called ServerB, w FIGURE: Illustration of the synchronisation between two MISP servers

-* **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 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.