From 9086d9313761ecd483f818d60c47af1e51415153 Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Tue, 8 Jun 2021 06:40:59 -0400 Subject: [PATCH] docs: Make chmod command less specific in docker setup --- docs/content/setup/docker.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/content/setup/docker.md b/docs/content/setup/docker.md index 4d05b9b1a..c839f4aef 100644 --- a/docs/content/setup/docker.md +++ b/docs/content/setup/docker.md @@ -87,7 +87,8 @@ been signed by a private certificate authority. 1. Make sure that your `.crt` and `.key` files are read-only and readable only by you. ```bash - chmod 400 ./monkey_island_data/{*.key,*.crt} + chmod 400 + chmod 400 ``` 1. Edit `./monkey_island_data/server_config.json` to configure Monkey Island