Commenting out the default HTTPS and ACME settings to allow a clean start after installation.
This commit is contained in:
@@ -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 - - - - - #
|
||||
|
||||
|
||||
Reference in New Issue
Block a user