The dns_luadns plugin automates the process of completing a dns-01 challenge (DNS01) by creating, and subsequently removing, TXT records using the LuaDNS API. https://certbot-dns-luadns.readthedocs.io/
The dns_luadns plugin automates the process of completing a dns-01 challenge (DNS01) by creating, and subsequently removing, TXT records using the LuaDNS API. https://certbot-dns-luadns.readthedocs.io/
To install certbot-dns-luadns, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install certbot-dns-luadns
To see what files were installed by certbot-dns-luadns, run:
port contents certbot-dns-luadns
To later upgrade certbot-dns-luadns, run:
sudo port selfupdate && sudo port upgrade certbot-dns-luadns
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.