ctrlaltcoop / certbot-dns-hetzner

Certbot plugin enabling dns-01 challenge on the Hetzner DNS API
Other
150 stars 23 forks source link

certbot: error: unrecognized arguments: --dns-hetzner-credentials #30

Open SoftCreatR opened 1 week ago

SoftCreatR commented 1 week ago

When running certbot (2.11.0 on Ubuntu 24.04), it fails:

$ certbot certonly --authenticator dns-hetzner --dns-hetzner-credentials /path/to/my/hetzner.ini -d example.com --dry-run
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/my/hetzner.ini
fupduck commented 1 week ago

This is the error message I get if I do not install the plugin. Could you run certbot plugins to double check it gets recognised? If it does not show see https://github.com/ctrlaltcoop/certbot-dns-hetzner#troubleshooting

fupduck commented 1 week ago

@SoftCreatR did you get it to work?