Merge pull request #161 from cbboggs/patch-2

Clarify local org creation step for sync example
pull/162/head
Alexandre Dulaunoy 2019-05-21 18:33:43 +02:00 committed by GitHub
commit 28b6c9b5b4
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.