onDemand false
This commit is contained in:
parent
81df72f5b4
commit
0784e87780
|
|
@ -58,7 +58,7 @@ defaultEntryPoints = ["https","http"]
|
||||||
address = ":80"
|
address = ":80"
|
||||||
[entryPoints.http.redirect]
|
[entryPoints.http.redirect]
|
||||||
entryPoint = "https"
|
entryPoint = "https"
|
||||||
# permanent = true
|
permanent = true
|
||||||
# [entryPoints.https.auth.basic]
|
# [entryPoints.https.auth.basic]
|
||||||
# users = ["McSeeno:$2y$13$maYBYazCRDGmcKdSy/QA0eWBUEIpobxcUy.z68fnifcpoCqWm18wW"]
|
# users = ["McSeeno:$2y$13$maYBYazCRDGmcKdSy/QA0eWBUEIpobxcUy.z68fnifcpoCqWm18wW"]
|
||||||
[entryPoints.https]
|
[entryPoints.https]
|
||||||
|
|
@ -68,6 +68,7 @@ defaultEntryPoints = ["https","http"]
|
||||||
[acme]
|
[acme]
|
||||||
email = "ddns@mcseeno.de"
|
email = "ddns@mcseeno.de"
|
||||||
storage = "acme.json"
|
storage = "acme.json"
|
||||||
|
onDemand = false
|
||||||
onHostRule = true
|
onHostRule = true
|
||||||
caServer = "https://acme-staging-v02.api.letsencrypt.org/directory"
|
caServer = "https://acme-staging-v02.api.letsencrypt.org/directory"
|
||||||
entryPoint = "https"
|
entryPoint = "https"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue