With the very little information from your post I have a hard time figuring out what you're trying to do. You've posted your thread in the Client dev section, so I'm assuming you're developing your own ACME client?
Can you perhaps elaborate more (and a lot more please) on how your system is set up? How are you developing your client? Can you post the appropriate code with regard to the validation? What's the actual hostname?
Maybe it's as simple as having actual quotes (") in the TXT RR: there should only be the token, no quotes around it.
Your previous post also did not include much information around your question. I'd like to mention that this Community is mainly for support. While we do like a good puzzle, this is NOT a Community for puzzle enthousiasts. Thus I'd like to encourage you to provide WAY MORE information with your requests: what is it exactly you're doing? What steps did you already take? With what (working!) code? You CAN provide way much information than you're doing now and it's very tiresome for volunteers to have to ask for relevant information which could have been provided from the start. Thank you
domain:test002.docker.ltd
Yes, I am developing a client. Just like the prompt, I found the parsing record. I actually did not add the quotation marks. The query result using nslookup is also correct. O4Slu5DKR0Ppk0Re_ZAeiBqTnOKp0dfBwtvR5M7q_Yg, error. detail also has corresponding prompts, obviously it has been found. txt record, it still prompts incorrect TXT record. I don’t know where the problem is.
A client fulfills this challenge by constructing a key authorization
from the "token" value provided in the challenge and the client's
account key. The client then computes the SHA-256 digest [FIPS180-4]
of the key authorization.
The record provisioned to the DNS contains the base64url encoding of
this digest. The client constructs the validation domain name by
prepending the label "_acme-challenge" to the domain name being
validated, then provisions a TXT record with the digest value under
that name.
source: https://datatracker.ietf.org/doc/html/rfc8555/#section-8.4
keyAuthorization= 'DpkuhqqjwCHUhMWAHqF0gXNd-S5cBvnHzoLsY_IjrsA.zNbr_luinhMaSlYzkZg_cE_RbxXRewDqwvJWgFTwYmk'
echo base64url_encode( sha256( keyAuthorization ) )
Checking DNS seems to be incorrectresult ,Did I calculate it correctly? What is the correct result?