forked from p34709852/monkey
docs: Make chmod command less specific in docker setup
This commit is contained in:
parent
82c3273e69
commit
9086d93137
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue