Add acme.httpChallenge.delay option
This commit is contained in:
parent
405be420c9
commit
6c3b099c25
7 changed files with 64 additions and 23 deletions
|
|
@ -575,6 +575,7 @@ certificatesResolvers:
|
|||
disablePropagationCheck: true
|
||||
httpChallenge:
|
||||
entryPoint: foobar
|
||||
delay: 42s
|
||||
tlsChallenge: {}
|
||||
tailscale: {}
|
||||
CertificateResolver1:
|
||||
|
|
@ -611,6 +612,7 @@ certificatesResolvers:
|
|||
disablePropagationCheck: true
|
||||
httpChallenge:
|
||||
entryPoint: foobar
|
||||
delay: 42s
|
||||
tlsChallenge: {}
|
||||
tailscale: {}
|
||||
experimental:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue