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