Commenting out the default HTTPS and ACME settings to allow a clean start after installation.

This commit is contained in:
Cantibra
2026-01-27 21:22:05 +01:00
parent a32a62ed73
commit 5ae67c57c0
2 changed files with 51 additions and 51 deletions

View File

@@ -16,7 +16,7 @@ api:
# caServer: https://acme-staging-v02.api.letsencrypt.org/directory
# email: hostmaster@localhost
# storage: /var/lib/traefik/acme.json
# keyType: [RSA4096|EC384] # Select
# keyType: [RSA4096|EC384]
# httpChallenge:
# entryPoint: http
# tls:
@@ -24,14 +24,14 @@ api:
# caServer: https://acme-staging-v02.api.letsencrypt.org/directory
# email: hostmaster@localhost
# storage: /var/lib/traefik/acme.json
# keyType: [RSA4096|EC384] # Select
# keyType: [RSA4096|EC384]
# tlsChallenge: {}
# dns-01:
# acme:
# caServer: https://acme-staging-v02.api.letsencrypt.org/directory
# email: hostmaster@localhost
# storage: /var/lib/traefik/acme.json
# keyType: [RSA4096|EC384] # Select
# keyType: [RSA4096|EC384]
# dnsChallenge:
# resolvers:
# - "localhost:53"
@@ -45,8 +45,8 @@ api:
entryPoints:
http:
address: :80
https:
address: :443
# https:
# address: :443
# - - - - - Log - - - - - #