forked from p15670423/monkey
docs: Add "writable" for more accurate description
Co-authored-by: Shreya Malviya <shreya.malviya@gmail.com>
This commit is contained in:
parent
ca5450b932
commit
331d2aeb7e
|
@ -85,7 +85,7 @@ been signed by a private certificate authority.
|
||||||
|
|
||||||
1. Move your `.crt` and `.key` files to `./monkey_island_data`.
|
1. Move your `.crt` and `.key` files to `./monkey_island_data`.
|
||||||
|
|
||||||
1. Make sure that your `.crt` and `.key` files are readable only by you.
|
1. Make sure that your `.crt` and `.key` files are readable and writeable only by you.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
chmod 600 ./monkey_island_data/<KEY_FILE>
|
chmod 600 ./monkey_island_data/<KEY_FILE>
|
||||||
|
|
Loading…
Reference in New Issue