website
website copied to clipboard
DNS plugin instructions are wrong for macOS
https://certbot.eff.org/instructions?ws=other&os=osx → click the "Wildcard" tab.
DNS plugins are not available via Homebrew. The instructions should reflect this.
For people looking for the correct instructions in the mean time, what is the correct approach to install these plugins without brew?
Edit: Found the answer: pip3.9 install certbot-dns-cloudflare
I would suggest following the official pip instructions here: https://certbot.eff.org/instructions?ws=other&os=pip. Installing plugins directly with pip
like that may lead to problems during upgrades of your system and the Certbot brew installation.
There are workarounds (old and new, possibly none working currently) for this in https://github.com/certbot/certbot/issues/5680
However, I think @alexzorin's advice is better and perhaps a bit unclear, so I will rephrase:
Users will be much better off installing Certbot and any plugins from pip
, and not using homebrew for this at all.