Fix acme challenge
This commit is contained in:
parent
2531a104eb
commit
f02e517213
2 changed files with 3 additions and 0 deletions
Binary file not shown.
|
@ -45,5 +45,8 @@ certificatesResolvers:
|
||||||
storage: acme.json
|
storage: acme.json
|
||||||
keyType: RSA4096
|
keyType: RSA4096
|
||||||
#caServer: "https://acme-staging-v02.api.letsencrypt.org/directory"
|
#caServer: "https://acme-staging-v02.api.letsencrypt.org/directory"
|
||||||
|
dnsChallenge:
|
||||||
|
delayBeforeCheck: 15
|
||||||
|
resolvers: 1.1.1.1:53,1.0.0.1:53
|
||||||
httpChallenge:
|
httpChallenge:
|
||||||
entryPoint: http
|
entryPoint: http
|
||||||
|
|
Loading…
Reference in a new issue