From 469b6128e0c6182e5d08c583136268651b3e1a5b Mon Sep 17 00:00:00 2001 From: WEXBO <46479864+WEXBO@users.noreply.github.com> Date: Sun, 11 May 2025 12:49:05 +0200 Subject: [PATCH] Add dns_wexbo doc --- dnsapi2.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/dnsapi2.md b/dnsapi2.md index 58a67c3..071e255 100644 --- a/dnsapi2.md +++ b/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) + + +## 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) + ## Use custom API