Testing showed txt records being set simultaenously as was recommended here resulted in a conflict during validation which would never resolve as one write operation overwrote the other, meaning although the write operation was successful, it would never succeed in reading the first operations value which had been overwritten.

ackchyually 2024-07-10 00:03:06 +01:00
parent 752ec3d2e8
commit 335c34f4ca

@ -801,7 +801,7 @@ export DuckDNS_Token="<token>"
Ok, let's issue a cert now:
```
acme.sh --issue --dns dns_duckdns -d mydomain.duckdns.org -d *.mydomain.duckdns.org
acme.sh --issue --dns dns_duckdns -d mydomain.duckdns.org
```