mirror of
https://github.com/friendica/docker
synced 2025-01-17 08:09:52 +01:00
Enabling ACME for traefik
This commit is contained in:
parent
9361e82fc7
commit
3ad29a99ba
2 changed files with 14 additions and 14 deletions
|
@ -18,10 +18,10 @@ domain = "example.org"
|
|||
watch = true
|
||||
exposedByDefault = false
|
||||
|
||||
#[acme]
|
||||
#email = "root@example.org"
|
||||
#storage = "acme.json"
|
||||
#entryPoint = "https"
|
||||
#onHostRule = true
|
||||
#[acme.httpChallenge]
|
||||
#entryPoint = "http"
|
||||
[acme]
|
||||
email = "root@example.org"
|
||||
storage = "acme.json"
|
||||
entryPoint = "https"
|
||||
onHostRule = true
|
||||
[acme.httpChallenge]
|
||||
entryPoint = "http"
|
|
@ -18,10 +18,10 @@ domain = "example.org"
|
|||
watch = true
|
||||
exposedByDefault = false
|
||||
|
||||
#[acme]
|
||||
#email = "root@example.org"
|
||||
#storage = "acme.json"
|
||||
#entryPoint = "https"
|
||||
#onHostRule = true
|
||||
#[acme.httpChallenge]
|
||||
#entryPoint = "http"
|
||||
[acme]
|
||||
email = "root@example.org"
|
||||
storage = "acme.json"
|
||||
entryPoint = "https"
|
||||
onHostRule = true
|
||||
[acme.httpChallenge]
|
||||
entryPoint = "http"
|
Loading…
Reference in a new issue