Falha na Renovação de Certificado com Tomcat e DNS Challenge

Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.

My domain is: comproonde.com.br

I ran this command: certbot -d comproonde.com.br --manual --preferred-challenges dns certonly

It produced this output:
Challenge failed for domain comproonde.com.br
dns-01 challenge for comproonde.com.br
Cleaning up challenges
Some challenges have failed.

IMPORTANT NOTES:

  • The following errors were reported by the server:

    Domain: comproonde.com.br
    Type: dns
    Detail: DNS problem: NXDOMAIN looking up TXT for
    _acme-challenge.comproonde.com.br - check that a DNS record exists
    for this domain
    ==> Porém, o registro DNS TXT foi criado como pedido, com o token fornecido pelo certbot.
    Em tentativas anteriores era informado pelo certbot um valor antigo.

My web server is (include version): Apache Tomcat/9.0.27

The operating system my web server runs on is (include version): Ubuntu 19.10

My hosting provider, if applicable, is: DigitalOcean

I can login to a root shell on my machine (yes or no, or I don’t know): yes

I’m using a control panel to manage my site (no, or provide the name and version of the control panel): no

The version of my client is (e.g. output of certbot --version or certbot-auto --version if you’re using Certbot): certbot 0.36.0

Hi @marcosmendes

checking your domain via https://check-your-website.server-daten.de/?q=comproonde.com.br#txt you have created the wrong TXT entry.

You have created two wrong entries. One without _acme-challenge, the other with a duplicated domain name.

Create only an entry with _acme-challenge, the menu adds the domain name.

Should look like

In DigitalOcean’s panel, show only two TXT-Entries.

How do I remove entries _acme*?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.