forked from p15670423/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.
|
||||
|
||||
```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
|
||||
|
|
Loading…
Reference in New Issue