Add note on websupport.se, and fix 'example' spelling

master
Fredrik Forséll 2025-02-02 20:45:38 +01:00
parent 128a78c130
commit 7c8c350173
1 changed files with 2 additions and 2 deletions

@ -1161,7 +1161,7 @@ But before reporting run the acme.sh with `--debug 2` switch and append full acm
<a name="dns_websupport"/> <a name="dns_websupport"/>
## 118. Use Websupport DNS API ## 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 ```sh
export WS_ApiKey="<key>" export WS_ApiKey="<key>"
export WS_ApiSecret="<secret>" export WS_ApiSecret="<secret>"
@ -1169,7 +1169,7 @@ export WS_ApiSecret="<secret>"
To issue a cert: To issue a cert:
```sh ```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) Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/3486)