mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 14:26:10 -04:00
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.
28 lines
561 B
ReStructuredText
28 lines
561 B
ReStructuredText
.. certbot-dns-rfc2136 documentation master file, created by
|
|
sphinx-quickstart on Thu Jun 15 06:42:51 2017.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
Welcome to certbot-dns-rfc2136's documentation!
|
|
===============================================
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: Contents:
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
api
|
|
|
|
.. automodule:: certbot_dns_rfc2136
|
|
:members:
|
|
|
|
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|