diff --git a/dnsapi2.md b/dnsapi2.md
index 9c5dd81..10180d4 100644
--- a/dnsapi2.md
+++ b/dnsapi2.md
@@ -1161,7 +1161,7 @@ But before reporting run the acme.sh with `--debug 2` switch and append full acm
## 118. Use Websupport DNS API
-Obtain an api key and secret from https://admin.websupport.sk/en/auth/apiKey
+Obtain an api key and secret from https://admin.websupport.sk/en/auth/apiKey or https://admin.websupport.se/en/auth/security-settings
```sh
export WS_ApiKey=""
export WS_ApiSecret=""
@@ -1169,7 +1169,7 @@ export WS_ApiSecret=""
To issue a cert:
```sh
-./acme.sh --issue --dns dns_websupport -d example.com -d *.examle.com
+./acme.sh --issue --dns dns_websupport -d example.com -d *.example.com
```
Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/3486)