From 99be51bf707334e6889ba8d9d4930b993fe80474 Mon Sep 17 00:00:00 2001 From: KiekerJan Date: Mon, 16 May 2022 08:34:40 +0200 Subject: [PATCH] nginx needs read access to provide letsencrypt challenges --- setup/ssl.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup/ssl.sh b/setup/ssl.sh index d4ec6d7f..69114033 100755 --- a/setup/ssl.sh +++ b/setup/ssl.sh @@ -40,6 +40,9 @@ apt_install openssl mkdir -p $STORAGE_ROOT/ssl +# make directory readable +chmod 755 $STORAGE_ROOT/ssl + # Generate a new private key. # # The key is only as good as the entropy available to openssl so that it