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

1 Reply

What is the specific error you're getting? Can you please provide the certbot log?

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct