certbot-dns-powerdns icon indicating copy to clipboard operation
certbot-dns-powerdns copied to clipboard

unrecognized arguments on powerdns-credentials

Open dacrudg opened this issue 1 year ago • 1 comments

Hi,

Im getting this when trying to run:

certbot certonly --authenticator dns-powerdns --dns-powerdns:dns-powerdns-credentials /root/pdns-credentials.ini --preferred-challenges dns --debug-challenges -d

*.customer2.fangfree.com -d customer2.fangfree.com --agree-tos --email [email protected] 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-powerdns:dns-powerdns-credentials /root/pdns-credentials.ini

What is the correct option here to specify creds? Im using

certbot 2.5.0 certbot-dns-powerdns 0.2.1

Thanks

dacrudg avatar May 05 '23 14:05 dacrudg

--dns-powerdns:credentials should work.

jurajlutter avatar Jul 01 '23 19:07 jurajlutter