This commit is contained in:
parent
710181acce
commit
2cd6d1315f
|
|
@ -66,13 +66,13 @@ defaultEntryPoints = ["https","http"]
|
||||||
[entryPoints.https.tls]
|
[entryPoints.https.tls]
|
||||||
|
|
||||||
[acme]
|
[acme]
|
||||||
email = "ddns@mcseeno.de"
|
email = "ddns@mcseeno.de"
|
||||||
storage = "acme.json"
|
storage = "acme.json"
|
||||||
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"
|
||||||
[acme.httpChallenge]
|
[acme.httpChallenge]
|
||||||
entryPoint = "http"
|
entryPoint = "http"
|
||||||
[[acme.domains]]
|
[[acme.domains]]
|
||||||
main = "czechman.dynvpn.de"
|
main = "czechman.dynvpn.de"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue