Merge pull request #1648 from SkynetLabs/ssl-dns-entry-ttl

add ttl for dns entry used for ssl challenge
This commit is contained in:
Matthew Sevey 2022-02-03 15:37:07 -05:00 committed by GitHub
commit b5e8b94244
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": {
"provider": {
"name": "route53"
}
},
"ttl": "30m"
}
}
}