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