RFC 2136 DNS Authenticator (#4701)

Introduce a plugin that automates the process of completing a dns-01 challenge by creating, and subsequently removing, TXT records using RFC 2136 Dynamic Updates (a.k.a. nsupdate).

This plugin has been tested with BIND, but may work with other RFC 2136-compatible DNS servers, such as PowerDNS.
This commit is contained in:
Matt Dainty
2017-06-16 16:53:46 -07:00
committed by Zach Shepherd
parent bb8e504a02
commit 811d436d5a
23 changed files with 1125 additions and 6 deletions
+1
View File
@@ -0,0 +1 @@
RFC 2136 DNS Authenticator plugin for Certbot