Add dns_wexbo doc

master
WEXBO 2025-05-11 12:49:05 +02:00
parent b18c7c4cc0
commit 469b6128e0
1 changed files with 16 additions and 0 deletions

@ -106,6 +106,7 @@
- [182. Use Spaceship DNS API](#dns_spaceship) - [182. Use Spaceship DNS API](#dns_spaceship)
- [183. Use Edgecenter DNS API](#dns_edgecenter) - [183. Use Edgecenter DNS API](#dns_edgecenter)
- [184. Use EfficienIP DNS API](#dns_efficientip) - [184. Use EfficienIP DNS API](#dns_efficientip)
- [185. Use WEXBO DNS API](#dns_wexbo)
- [Use custom API](#dns_myapi) - [Use custom API](#dns_myapi)
- [Use lexicon DNS API](#dns_lexicon) - [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) 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"/> <a name="dns_myapi"/>
## Use custom API ## Use custom API