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:
Rick
2022-01-25 21:34:38 +11:00
committed by GitHub
parent dac0b2c187
commit fb1b105ba2
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -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.