From fafd8a2ff160a8c2aeac6f08cb5e64fa9c779f1e Mon Sep 17 00:00:00 2001 From: "Guillaume \"B.B.\" Van Hemmen" Date: Wed, 9 Oct 2024 17:37:13 +0200 Subject: [PATCH] #0000 - Add instructions to create and secure acme.json file The README.md now includes a step to create the acme.json file and set its permissions. This ensures that Traefik can manage SSL certificates securely. Proper rights for acme.json are required to prevent unauthorized access. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9130052..4ad5556 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,12 @@ load balancer that makes deploying microservices and integrating them with your 3. Customize the `.env` file as necessary for your environment. +4. Touch acme.json on the parent folder and grant him the proper rights + + ```bash + touch ../acme.json && chmod 600 ../acme.json +5. ``` + ## Usage 1. Start the Traefik service with Docker Compose: