fix letter case, wildcard example

master
trgosk 2020-11-28 20:51:14 +01:00
parent dc6b89057f
commit ba982f1fa6
1 changed files with 3 additions and 3 deletions

@ -2454,13 +2454,13 @@ Enjoy it.
## 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
``` ```
export WS_APIKEY="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" export WS_ApiKey="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
export WS_APISECRET="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" export WS_ApiSecret="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
``` ```
To issue a cert: To issue a cert:
``` ```
acme.sh --issue --dns dns_websupport -d example.com -d www.example.com acme.sh --issue --dns dns_websupport -d "*.example.com" -d "examle.com"
``` ```
Report any issues to https://github.com/trgosk/acme.sh/issues Report any issues to https://github.com/trgosk/acme.sh/issues