You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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-hetzner
usage:
certbot [SUBCOMMAND] [options] [-d DOMAIN] [-d DOMAIN] ...
Certbot can obtain and install HTTPS/TLS/SSL certificates. By default,
it will attempt to use a webserver both for obtaining and installing the
certificate.
certbot: error: unrecognized arguments: --dns-hetzner-credentials /path/to/hcloud_dns_token.ini
sudo certbot plugins does not list the certbot-dns-hetzner plugin and displays the same message:
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-hetzner
Steps to reproduce:
On Ubuntu 24.04.1 LTS, install snapd and issue following commands:
On Ubuntu 24.04.1 LTS, the following command fails (since more or less than a month?):
with following error message:
sudo certbot plugins
does not list thecertbot-dns-hetzner
plugin and displays the same message:Steps to reproduce:
On Ubuntu 24.04.1 LTS, install snapd and issue following commands:
and afterwards, try the above command
sudo certbot certonly --authenticator dns-hetzner ...
As an alternative working solution, I switched to using pip instead of snap as package manager for certbot, as recommended.
The text was updated successfully, but these errors were encountered: