From 99d41c74c3980fcbad362bdbeaf7cab7a20005dd Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Sat, 2 Apr 2022 17:11:35 +0100 Subject: [PATCH] Update the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82c81c6..073a19e 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Distributed & E2EE self-hosting. The goal is to have nodes voluntarily join the 1. Clone the repo. 2. Create a directory to hold the config and certificates. 3. Copy `lighthouse-config.yaml` as `config.yaml` in the new directory. -4. Update the `docker-compose.yaml` to bind mount the newly created directory to `/etc/nebula`. +4. Update the `docker-compose-lighthouse.yaml` to bind mount the newly created directory to `/etc/nebula`; check and set a value for the `/storage` bind mount. 5. Run the container with `docker-compose up -d`. This will create two files, `host.key` and `host.csr`. 6. Send the contents of the `host.csr` file to a cluster admin to sign. 7. The returned, signed certificate should go alongside the `host.csr` file and be called, `host.crt`. @@ -62,7 +62,7 @@ Distributed & E2EE self-hosting. The goal is to have nodes voluntarily join the 1. Clone the repo. 2. Create a directory to hold the config and certificates. 3. Copy `node-config.yaml` as `config.yaml` in the new directory. -4. Update the `docker-compose.yaml` to bind mount the newly created directory to `/etc/nebula`. +4. Update the `docker-compose-node.yaml` to bind mount the newly created directory to `/etc/nebula`; check and set a value for the `/storage` bind mount. 5. Run the container with `docker-compose up -d`. This will create two files, `host.key` and `host.csr`. 6. Send the contents of the `host.csr` file to a cluster admin to sign. 7. The returned, signed certificate should go alongside the `host.csr` file and be called, `host.crt`.