mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Fix traefik certdumper
This commit is contained in:
parent
d36521e6f9
commit
80ec00dc05
3 changed files with 6 additions and 17 deletions
|
|
@ -32,6 +32,7 @@ email = "letsencrypt.account@banditlair.com"
|
|||
storage = "acme.json"
|
||||
entryPoint = "https"
|
||||
OnHostRule = true
|
||||
KeyType = "RSA4096"
|
||||
[acme.httpChallenge]
|
||||
entryPoint = "http"
|
||||
|
||||
|
|
@ -40,4 +41,4 @@ main = "banditlair.com"
|
|||
sans = ["mail.banditlair.com"]
|
||||
|
||||
[accessLog]
|
||||
filePath = "/var/log/traefik/access.log"
|
||||
filePath = "/var/log/traefik/access.log"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue