Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add conversion for retry-after headerHEADmaster | vg | 8 days | 1 | -2/+2 |
| | | | | | | Headers coming from request answer are strings, and sleep expect a number. Convert header to integer, fallback default is already an integer, will do a no-op in this case. | ||||
* | Fix stupid mistake introduced in previous commit | vg | 10 days | 1 | -0/+1 |
| | | | | | While removing contact lines, I also removed the call which registers the account, leading the client to not work anymore. | ||||
* | Remove contact field management | vg | 10 days | 1 | -9/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since June 4 2025, letsencrypt don't return contact information anymore from newAccount api point. More information at https://community.letsencrypt.org/t/support-ended-for-expiration-notification-emails/238173 acme_tiny_dns could be used with little modification outside letsencrypt, but I'm aligned with the rationale given by letsencrypt on why they removed contact information from their database. So this commit removes contact management for the following reasons: - without modifying the code (even if the modifications would be small), the client does not work as the key 'contact' is not found anymore in the json structure returned by the newAccount url. - this client main target is letsencrypt and does not seek to be complete. - this simplifies the script by reducing the code and having less features. - I think, like explained by letsencrypt in addition to private data issues, that reminders of an expiring certificate can be monitored by other means. Monit for example can do it, and there exists also online services for this if needed. See https://letsencrypt.org/2025/01/22/ending-expiration-emails/ for more information. | ||||
* | robustify nonce management by retry mechanism | vg | 2023-01-16 | 1 | -4/+13 |
| | |||||
* | add compatibility for older dnspython releases | vg | 2021-02-21 | 1 | -1/+5 |
| | |||||
* | add support for alternative chains | vg | 2021-01-17 | 1 | -15/+31 |
| | |||||
* | add contact information example | vg | 2020-04-04 | 1 | -1/+1 |
| | |||||
* | fix error when registering an account | vg | 2020-03-12 | 1 | -1/+1 |
| | |||||
* | fix ttl argument handling | vg | 2019-07-23 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of git:acme-dns-tiny | vg | 2019-06-17 | 1 | -11/+11 |
|\ | |||||
| * | fix docopt help text | vg | 2019-05-22 | 1 | -10/+10 |
| | | |||||
| * | miss argument to main() which was not visible from unittests | vg | 2019-05-22 | 1 | -1/+1 |
| | | |||||
* | | fix missing ttl string to integer conversion | vg | 2019-06-17 | 1 | -1/+1 |
|/ | |||||
* | change acme directory url to non-staging one for publication | vg | 2019-05-21 | 1 | -2/+1 |
| | |||||
* | Initial commit | vg | 2019-05-21 | 1 | -0/+326 |