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