Wildcard Certificate and auto renew problems

Hi, i create a TXT record in our DNS Entry. But i dont know how to solve this with the Key Value:
@ IN TXT “vIcLnxfIEyJ0L73tEHrs1eQEpHrKpUU-DXPSRpmD4gA”

First time, i want to solve this manually. Later i will so,ve this automatically because i dont want to change every 90 days the keyvalue in the DNS entry. How can i resolve this?

My domain is:
bgcamp.de

I ran this command:
certbot -d bgcamp.de --manual --preferred-challenges dns certonly

It produced this output:
Failed authorization procedure. bgcamp.de (dns-01): urn:ietf:params:acme:error:dns :: DNS problem: NXDOMAIN looking up TXT for _acme-challenge.bgcamp.de

My web server is (include version):

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

My hosting provider, if applicable, is:
Hetzner

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):
yes

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

Thank you

Hi @usxliberty

checking your domain you have done 50 % correct ( https://check-your-website.server-daten.de/?q=bgcamp.de ):

You have created the correct TXT entry, but the name is wrong.

Compare it with

So add

_acme-challenge

as name, your menu may add the domain. Then

vIcLnxfIEyJ0L73tEHrs1eQEpHrKpUU-DXPSRpmD4gA

as value. Then recheck your domain. If there is a "looks good" message, it should work.

And you don't have created one of the typical wrong entries (duplicated domain names or _acme-challenge.domainname as value).

1 Like

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