docs: Make chmod command less specific in docker setup

This commit is contained in:
Mike Salvatore 2021-06-08 06:40:59 -04:00
parent 82c3273e69
commit 9086d93137
1 changed files with 2 additions and 1 deletions

View File

@ -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. 1. Make sure that your `.crt` and `.key` files are read-only and readable only by you.
```bash ```bash
chmod 400 ./monkey_island_data/{*.key,*.crt} chmod 400 <PATH_TO_KEY_FILE>
chmod 400 <PATH_TO_CRT_FILE>
``` ```
1. Edit `./monkey_island_data/server_config.json` to configure Monkey Island 1. Edit `./monkey_island_data/server_config.json` to configure Monkey Island