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
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