Skip to content

Commit b821836

Browse files
committed
update dns_doapi
1 parent f7e09af commit b821836

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dnsapi/dns_doapi.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# shellcheck disable=SC2034
33
dns_doapi_info='Domain-Offensive do.de
44
Official LetsEncrypt API for do.de / Domain-Offensive.
5-
This is different from the dns_do adapter, because dns_do is only usable for enterprise customers.
65
This API is also available to private customers/individuals.
76
Site: do.de
87
Docs: github.com/acmesh-official/acme.sh/wiki/dnsapi#dns_doapi
@@ -11,7 +10,7 @@ Options:
1110
Issues: github.com/acmesh-official/acme.sh/issues/2057
1211
'
1312

14-
DO_API="https://www.do.de/api/letsencrypt"
13+
DO_API="https://my.do.de/api/letsencrypt"
1514

1615
######## Public functions #####################
1716

0 commit comments

Comments
 (0)