Add dns_wexbo doc
parent
b18c7c4cc0
commit
469b6128e0
16
dnsapi2.md
16
dnsapi2.md
|
@ -106,6 +106,7 @@
|
|||
- [182. Use Spaceship DNS API](#dns_spaceship)
|
||||
- [183. Use Edgecenter DNS API](#dns_edgecenter)
|
||||
- [184. Use EfficienIP DNS API](#dns_efficientip)
|
||||
- [185. Use WEXBO DNS API](#dns_wexbo)
|
||||
- [Use custom API](#dns_myapi)
|
||||
- [Use lexicon DNS API](#dns_lexicon)
|
||||
|
||||
|
@ -2726,6 +2727,21 @@ The `EfficientIP_Creds`, `EfficientIP_Server` and other settings will be saved i
|
|||
|
||||
Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/6325)
|
||||
|
||||
<a name="dns_wexbo"/>
|
||||
|
||||
## 118. Use WEXBO DNS API
|
||||
Obtain an API token from https://admin.wexbo.com/addons/api/
|
||||
```sh
|
||||
export WEXBO_TOKEN="..."
|
||||
```
|
||||
|
||||
To issue a cert:
|
||||
```sh
|
||||
./acme.sh --issue --dns dns_wexbo -d example.com -d *.example.com
|
||||
```
|
||||
|
||||
Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/6349)
|
||||
|
||||
<a name="dns_myapi"/>
|
||||
|
||||
## Use custom API
|
||||
|
|
Loading…
Reference in New Issue