Skip to content
Snippets Groups Projects
Commit 1d0b2726 authored by Elian Loraux's avatar Elian Loraux
Browse files

Change sysadmin@tetras-libre.fr to changethat@exemple.org and add acme.json documentation

parent f330adcf
No related branches found
No related tags found
1 merge request!2Change sysadmin@tetras-libre.fr to changethat@exemple.org and add acme.json documentation
......@@ -8,3 +8,9 @@ cp .env.sample .env
# Change auth in docker-compose
docker-compose up -d
```
## install without `NoCloud-Auto-Installer`
If you setup traefik witout `installTraefik` from `NoCloud-Auto-Installer`, you need Two more steps
- Change "changethat@exemple.org" in `traefik.toml` to your own address mail
- Create acme.json file before up docker-compose
......@@ -12,7 +12,7 @@
[traefikLog]
filePath = "/var/log/traefik.log"
[accessLog.filters]
[accessLog.filters]
statusCodes = ["400-599"]
[api]
......@@ -32,7 +32,7 @@
to = "websecure"
[certificatesResolvers.myresolver.acme]
email = "sysadmin@tetras-libre.fr"
email = "changethat@exemple.org"
storage = "acme.json"
[certificatesResolvers.myresolver.acme.httpChallenge]
# used during the challenge
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment