I am using certbot 2.11.0
I installed (certbot-acme-dns · PyPI):
pip install certbot-acme-dns
But when I run
certbot certonly -v --authenticator acme-dns --acme-dns-url https://myurl
I get
certbot: error: unrecognized arguments: --acme-dns-url https://myurl
What am I missing? I've seen remarks on the net about installing a script and credentials on file. Is that what I am missing. Then why does this plugin exist? I am somewhat confused.