About requests and TXT records

Hi @sebelk,

I don't believe this is possible. The ACME specification section on DNS challenges describes the token parameter that is the input for how your client calculates the required TXT records as a "random value that uniquely identifies the challenge". Since the token would differ between two DNS challenges, the TXT record would differ as well.

With that said, an authorization (DNS, HTTP, or otherwise) is valid for 90 30 days (eventually this will be reduced towards ~7days). What this means is that as a product of authorization reuse if you successfully complete a DNS challenge with your account today, you could issue a new certificate containing the authorized domain without needing to do any TXT record manipulation for 90 30 days. Perhaps this helps meet the use case you're trying to solve by reusing the TXT record?

Hope this helps!

Edit: This old post is getting more traffic so I've updated the authorization lifetime from 90d to 30d to reflect where we're at on 2018-03-07