mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-03-14 16:10:09 +08:00
fix letter case, wildcard example
parent
dc6b89057f
commit
ba982f1fa6
@ -2454,13 +2454,13 @@ Enjoy it.
|
||||
## 118. Use Websupport DNS API
|
||||
Obtain an api key and secret from https://admin.websupport.sk/en/auth/apiKey
|
||||
```
|
||||
export WS_APIKEY="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
||||
export WS_APISECRET="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
||||
export WS_ApiKey="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
||||
export WS_ApiSecret="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
||||
```
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user