certbot/certbot-dns-rfc2136
alexzorin 5270c34dd7
docs: use modern tsig-keygen util in certbot-dns-rfc2136 (#9424)
Fixes #7206.

I think it's about time we did this:

- `dnssec-keygen` on new distros doesn't support the HMAC algorithms anymore, so our instructions don't work.
- The oldest distros we support are Debian Buster (`9.11.5.P4+dfsg-5.1+deb10u7`) and CentOS 7 (`9.11.4-26.P2.el7_9.9`), which ship `tsig-keygen` and support `HMAC-SHA512`.
2022-10-17 16:55:00 -07:00
..
certbot_dns_rfc2136 docs: use modern tsig-keygen util in certbot-dns-rfc2136 (#9424) 2022-10-17 16:55:00 -07:00
docs docs: update intersphinx url for certbot project (#9096) 2021-11-11 09:44:59 +01:00
tests Improve assertions in nginx and DNS plugin tests. (#9157) 2022-01-04 23:59:58 +01:00
LICENSE.txt RFC 2136 DNS Authenticator (#4701) 2017-06-16 16:53:46 -07:00
MANIFEST.in include py.typed marker files in distribution (#9187) 2022-02-04 18:29:26 +01:00
README.rst RFC 2136 DNS Authenticator (#4701) 2017-06-16 16:53:46 -07:00
readthedocs.org.requirements.txt Pin readthedocs deps (#9083) 2021-11-04 20:35:44 +11:00
setup.py Bump version to 1.32.0 2022-10-04 07:41:45 -07:00

RFC 2136 DNS Authenticator plugin for Certbot