certbot/certbot-dns-rfc2136
noci2012 c0dc31fd88 Allow _acme-challenge as a zone (#5707)
* Allow _acme-challenge as a zone

Like described here:
https://github.com/lukas2511/dehydrated/wiki/example-dns-01-nsupdate-script

Not using this patch may be an issue if the parent zone has been (where a wildcard certificate has been requested.) signed by DNSSEC.

Please consider this also for inclusion before dns-01 will be allowed for wildcards.

* Update dns_rfc2136.py

forgot one domain_name reference

* Update dns_rfc2136.py

moved domain up & added assignment.

* Update dns_rfc2136_test.py

tests adjusted to new calls.

* Update dns_rfc2136_test.py

Forgot on DOMAIN...

* Update dns_rfc2136_test.py

* Update dns_rfc2136.py

pydoc updates.

* Update dns_rfc2136.py
2018-03-20 13:29:24 -07:00
..
certbot_dns_rfc2136 Allow _acme-challenge as a zone (#5707) 2018-03-20 13:29:24 -07:00
docs Put API link at the bottom of DNS plugin docs (#5699) 2018-03-12 17:10:23 -07:00
Dockerfile Add DNS Dockerfiles 2018-02-26 16:27:38 -08:00
LICENSE.txt RFC 2136 DNS Authenticator (#4701) 2017-06-16 16:53:46 -07:00
local-oldest-requirements.txt Break lockstep between our packages (#5655) 2018-03-05 09:50:19 -08:00
MANIFEST.in RFC 2136 DNS Authenticator (#4701) 2017-06-16 16:53:46 -07:00
README.rst RFC 2136 DNS Authenticator (#4701) 2017-06-16 16:53:46 -07:00
readthedocs.org.requirements.txt Add readthedocs requirements files (#5696) 2018-03-08 17:24:30 -08:00
setup.cfg RFC 2136 DNS Authenticator (#4701) 2017-06-16 16:53:46 -07:00
setup.py Bump version to 0.23.0 2018-03-07 10:26:08 -08:00

RFC 2136 DNS Authenticator plugin for Certbot