From 118dfa53d4645c2cb6331b559803431584ca70c7 Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Thu, 10 Jun 2021 07:13:47 -0400 Subject: [PATCH] docs: Loosen ssl permissions recommendation for appimage --- docs/content/setup/linux.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/content/setup/linux.md b/docs/content/setup/linux.md index 85e4a0f13..052da81d2 100644 --- a/docs/content/setup/linux.md +++ b/docs/content/setup/linux.md @@ -41,12 +41,11 @@ private certificate authority. 1. (Optional but recommended) Move your `.crt` and `.key` files to `$HOME/.monkey_island`. -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 readable only by you. ```bash - chmod 400 - chmod 400 + chmod 600 + chmod 600 ``` 1. Edit `$HOME/.monkey_island/server_config.json` to configure Monkey Island