drop max_retries and add email to caddy dns challenge

This commit is contained in:
Karol Wypchlo 2021-09-24 01:27:03 +02:00
parent 3a41bc9ae7
commit f1240c7c60
No known key found for this signature in database
GPG Key ID: C92C016317A964D0
2 changed files with 3 additions and 2 deletions

View File

@ -0,0 +1 @@
- fixed issue with caddy requesting new certificates instead of using existing ones from file storage

View File

@ -20,11 +20,11 @@
"issuers": [ "issuers": [
{ {
"module": "acme", "module": "acme",
"email": "{{EMAIL_ADDRESS}}",
"challenges": { "challenges": {
"dns": { "dns": {
"provider": { "provider": {
"name": "route53", "name": "route53"
"max_retries": 100
} }
} }
} }