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. crt.sh | 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: auth.runningplanandtrack.com
I ran this command: self-made ACME API following RFC-8555
It produced this output:
{
"identifier": {
"type": "dns",
"value": "auth.runningplanandtrack.com"
},
"status": "invalid",
"expires": "2022-04-20T15:52:58Z",
"challenges": [
{
"type": "dns-01",
"status": "invalid",
"error": {
"type": "urn:ietf:params:acme:error:unauthorized",
"detail": "Incorrect TXT record \\"fybx82wB0taTO6PDmjyqTSdsNIABEEfqFLDSyfByYg0\\" found at _acme-challenge.auth.runningplanandtrack.com",
"status": 403
},
"url": "https://acme-staging-v02.api.letsencrypt.org/acme/chall-v3/2176560528/TK8rAA",
"token": "fybx82wB0taTO6PDmjyqTSdsNIABEEfqFLDSyfByYg0",
"validated": "2022-04-13T15:54:00Z"
}
]
}
My web server is (include version): self-made web server
The operating system my web server runs on is (include version): Ubuntu 20.04
My hosting provider, if applicable, is:
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):
I have created the DNS record and it is found as the message says, but it still says that it is invalid. I have checked all DNS records and everything seems fine. Can somebody help me with this issue? I have checked the issues with the same error, but none of them had a solution that worked for me.