#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:
parent
2f3caa4b5c
commit
fafd8a2ff1
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
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
|
## Usage
|
||||||
|
|
||||||
1. Start the Traefik service with Docker Compose:
|
1. Start the Traefik service with Docker Compose:
|
||||||
|
|
Loading…
Reference in a new issue