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