pan-net-security / certbot-dns-powerdns

PowerDNS DNS Authenticator plugin for Certbot
25 stars 16 forks source link

unrecognized arguments on powerdns-credentials #22

Open dacrudg opened 1 year ago

dacrudg commented 1 year ago

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 hostmaster@customer2.fangfree.com 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

jurajlutter commented 1 year ago

--dns-powerdns:credentials should work.