Automating changes of TXT records in DNS

Is there an API that I can use for Certify The Web? Or does this allow CTW to validate? I can't seem to get it to work, and that link you provided takes me to a blank page (if it was even a link to be followed).
 
it should open to a dyn login page... It does for me on several network connections.. It may be a browser issue. do you have another browser type or to to try?

regards
 
Hi guys,

I've been trying to get dehydrated script to work and struggling a bit to remove the TXT record (cleanup hook in the script). I've tried to call the URL just with an empty parameter but it does not work. Also if I just call it again but with a different value it will create another entry. The only good way I found so far was to manually delete the entry.

Any tips?
 
If anyone reads the thread and needs help with dehydrated I'm happy to give more details.
I got it working but there are few points of attention:
- setting up properly the auth token (strongly recommended)
- make sure you cleanup the TXT key accordingly
- there is a slight delay in DNS propagation (about 9 seconds for Let's Encrypt lookup to work) so make sure you add a sleep 10s in the script after installing the TXT challenge to allow for it to work
 
Back
Top