The certbotdns_dnsmadeeasy plugin for dns-01 challenges
The dns_dnsmadeeasy plugin automates the process of completing a dns-01 challenge (DNS01) by creating, and subsequently removing, TXT records using the DNS Made Easy API. https://certbot-dns-dnsmadeeasy.readthedocs.io/
The dns_dnsmadeeasy plugin automates the process of completing a dns-01 challenge (DNS01) by creating, and subsequently removing, TXT records using the DNS Made Easy API. https://certbot-dns-dnsmadeeasy.readthedocs.io/
To install certbot-dns-dnsmadeeasy, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install certbot-dns-dnsmadeeasy
To see what files were installed by certbot-dns-dnsmadeeasy, run:
port contents certbot-dns-dnsmadeeasy
To later upgrade certbot-dns-dnsmadeeasy, run:
sudo port selfupdate && sudo port upgrade certbot-dns-dnsmadeeasy
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.