mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-03-13 16:00:14 +08:00
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.
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
|
||||
```
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user