From 57354ea25968d5c84c4b25e6c35b44e48f99066a Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Wed, 30 Mar 2022 12:24:43 +0100 Subject: [PATCH] Update wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e08abdf..f9b55c5 100644 --- a/README.md +++ b/README.md @@ -54,5 +54,5 @@ Distributed & E2EE self-hosting. The goal is to have nodes voluntarily join the 4. Update the `docker-compose.yaml` to bind mount the newly created directory to `/etc/nebula`. 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 signed certificate should go alongside the `host.csr` file and be called, `host.crt`. +7. The returned, signed certificate should go alongside the `host.csr` file and be called, `host.crt`. 8. Start the container again and it should find the config and certificates and then connect to the existing cluster.