#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.
This commit is contained in:
Guillaume "B.B." Van Hemmen 2024-10-09 17:37:13 +02:00
parent 2f3caa4b5c
commit fafd8a2ff1

View file

@ -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: