2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2025-01-17 04:07:26 +01:00

Enabling ACME for traefik

This commit is contained in:
Philipp Holzer 2018-05-26 17:49:37 +02:00
parent 9361e82fc7
commit 3ad29a99ba
No known key found for this signature in database
GPG key ID: 58160D7D6AF942B6
2 changed files with 14 additions and 14 deletions

View file

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

View file

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