Help with certbot: error: unrecognized arguments?
I ran:
pip3 install certbot-dns-linode ==> success
certbot plugins
Result:
- certbot-dns-linode:dns-linode
Description: Obtain certs using a DNS TXT record (if you are using Linode for DNS).
Interfaces: IAuthenticator, IPlugin
Entry point: dns-linode = certbot_dns_linode.dns_linode:Authenticator
When we execute this command:
./certbot-auto certonly --dns-linode --email ac.almeidaguimaraes@gmail.com --dns-linode-credentials /etc/letsencrypt/cuccohmlgDNSLinode.ini --dns-linode-propagation-seconds 1200 --server https://acme-v02.api.letsencrypt.org/directory --agree-tos -d *.cuccohmlg.com.br
Result==> certbot: error: unrecognized arguments: --dns-linode-credentials /etc/letsencrypt/cuccohmlgDNSLinode.ini --dns-linode-propagation-seconds 1200
Debian 9 strech
Apache2 2.4.25