Skip to content

Commit 9b72b9a

Browse files
committed
rollback to acme.httpchallenge
Signed-off-by: Pascal Andy <pascal@firepress.org>
1 parent 4bf68e6 commit 9b72b9a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

traefik_stack6/stack-proxy.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,14 @@ services:
101101
- --defaultentrypoints=http,https
102102
- --acme
103103
- --acme.email=relations@firepress.org
104-
- --acme.dnsChallenge
105-
- --acme.dnsChallenge.provider=digitalocean
106-
- --acme.domains=*.firepress.link,firepress.link
104+
- --acme.httpchallenge
105+
- --acme.httpchallenge.entrypoint=http
107106
- --acme.entryPoint=https
108107
- --acme.onhostrule=true
109108
- --acme.storage=/etc/traefik/acme/acme.json
110109
- --acme.caserver=https://acme-v02.api.letsencrypt.org/directory
111110
- --acme.acmelogging=true
112-
- --logLevel=INFO
111+
- --logLevel=ERROR
113112
- --api=true
114113
deploy:
115114
mode: replicated

0 commit comments

Comments
 (0)