local auskommentiert

This commit is contained in:
Czechman 2021-10-20 04:26:41 +02:00
parent 3c5c2db72a
commit ccda6f09b9
1 changed files with 5 additions and 5 deletions

View File

@ -64,9 +64,9 @@ dashboard = true
[entryPoints.https]
address = ":443"
[entryPoints.https.tls]
[entryPoints.https.tls.defaultCertificate]
certFile = "integration/fixtures/https/cert.crt"
keyFile = "integration/fixtures/https/cert.key"
# [entryPoints.https.tls.defaultCertificate]
# certFile = "integration/fixtures/https/cert.crt"
# keyFile = "integration/fixtures/https/cert.key"
[acme]
email = "ddns@mcseeno.de"
@ -77,8 +77,8 @@ onHostRule = true
entryPoint = "https"
[[acme.domains]]
main = "czechman.dynvpn.de"
[[acme.domains]]
main = "local"
# [[acme.domains]]
# main = "local"
#[retry]