If I run certbot --version I get the following error:
The following plugins are using an outdated python version and must be updated to be compatible with Certbot 3.0. Please see https://community.letsencrypt.org/t/certbot-3-0-could-have-potential-third-party-snap-breakages/226940 for more information:
* certbot-dns-loopia
The consequence is that running sudo certbot certonly --authenticator dns-loopia ... fails.
How do I resolve it?
If I run
certbot --versionI get the following error:The consequence is that running
sudo certbot certonly --authenticator dns-loopia ...fails.How do I resolve it?