Add note on websupport.se, and fix 'example' spelling
parent
128a78c130
commit
7c8c350173
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue