Skip to content

Commit d3e4aac

Browse files
authored
Update traefik.yml -- add delayBeforeCheck (#318)
1 parent 47f1929 commit d3e4aac

File tree

1 file changed

+1
-0
lines changed
  • reference_files/traefik-portainer-ssl/traefik

1 file changed

+1
-0
lines changed

reference_files/traefik-portainer-ssl/traefik/traefik.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ certificatesResolvers:
2727
dnsChallenge:
2828
provider: cloudflare
2929
#disablePropagationCheck: true # uncomment this if you have issues pulling certificates through cloudflare, By setting this flag to true disables the need to wait for the propagation of the TXT record to all authoritative name servers.
30+
#delayBeforeCheck: 60s # uncomment along with disablePropagationCheck if needed to ensure the TXT record is ready before verification is attempted
3031
resolvers:
3132
- "1.1.1.1:53"
3233
- "1.0.0.1:53"

0 commit comments

Comments
 (0)