add ttl for dns entry used for ssl challenge

This commit is contained in:
Karol Wypchło 2022-02-03 12:15:56 +01:00 committed by GitHub
parent a4e3764e78
commit 9f4903021f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@
"dns": { "dns": {
"provider": { "provider": {
"name": "route53" "name": "route53"
} },
"ttl": "30m"
} }
} }
} }