diff --git a/src/entrypoint.sh b/src/entrypoint.sh index 20dca2d..87a157f 100644 --- a/src/entrypoint.sh +++ b/src/entrypoint.sh @@ -109,6 +109,7 @@ echo "-----------------------------------------------------------" # Create Cloudflare configuration file echo "dns_cloudflare_api_token = $CLOUDFLARE_API_TOKEN" > /cloudflare.ini +chmod 600 /cloudflare.ini # Run certbot initially to get the certificates run_certbot