mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-09 08:32:09 +08:00
Add note on websupport.se, and fix 'example' spelling
@@ -1161,7 +1161,7 @@ But before reporting run the acme.sh with `--debug 2` switch and append full acm
|
||||
<a name="dns_websupport"/>
|
||||
|
||||
## 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="<key>"
|
||||
export WS_ApiSecret="<secret>"
|
||||
@@ -1169,7 +1169,7 @@ export WS_ApiSecret="<secret>"
|
||||
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user