We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7e09af commit b821836Copy full SHA for b821836
dnsapi/dns_doapi.sh
@@ -2,7 +2,6 @@
2
# shellcheck disable=SC2034
3
dns_doapi_info='Domain-Offensive do.de
4
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.
6
This API is also available to private customers/individuals.
7
Site: do.de
8
Docs: github.com/acmesh-official/acme.sh/wiki/dnsapi#dns_doapi
@@ -11,7 +10,7 @@ Options:
11
10
Issues: github.com/acmesh-official/acme.sh/issues/2057
12
'
13
14
-DO_API="https://www.do.de/api/letsencrypt"
+DO_API="https://my.do.de/api/letsencrypt"
15
16
######## Public functions #####################
17
0 commit comments