mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 16:14:44 +02:00
dns-digitalocean: Ignore SOA TTL in favor of explicit TTL argument (#9149)
* Ignore SOA TTL in favor of explicit TTL argument `domain.ttl` should be `None` so that the `self.ttl` argument in `add_txt_record()` is not ignored (`domain.ttl` takes precedence). * Document mitigation for dns-digitalocean ignoring the 30 second TTL.
This commit is contained in:
@@ -19,6 +19,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
|
||||
### Fixed
|
||||
|
||||
* GCP Permission list for certbot-dns-google in plugin documentation
|
||||
* dns-digitalocean used the SOA TTL for newly created records, rather than 30 seconds.
|
||||
|
||||
More details about these changes can be found on our GitHub repo.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user