forked from p34709852/monkey
docs: Make chmod command less specific in linux setup
This commit is contained in:
parent
eb044207da
commit
526019a6ea
|
@ -45,7 +45,8 @@ private certificate authority.
|
|||
by you.
|
||||
|
||||
```bash
|
||||
chmod 400 $HOME/.monkey_island/{*.key,*.crt}
|
||||
chmod 400 <PATH_TO_KEY_FILE>
|
||||
chmod 400 <PATH_TO_CRT_FILE>
|
||||
```
|
||||
|
||||
1. Edit `$HOME/.monkey_island/server_config.json` to configure Monkey Island
|
||||
|
|
Loading…
Reference in New Issue