From f5188e902a48c88235dee51ae405a785a654cfbc Mon Sep 17 00:00:00 2001 From: LukasWRN <127308232+LukasWRN@users.noreply.github.com> Date: Mon, 26 May 2025 11:12:31 +0200 Subject: [PATCH] =?UTF-8?q?Added=20desciption=20for=20"W=C3=A4rner=20Techn?= =?UTF-8?q?ologie=20Services=20DNS-API"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dnsapi2.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/dnsapi2.md b/dnsapi2.md index e677926..6686cf7 100644 --- a/dnsapi2.md +++ b/dnsapi2.md @@ -107,6 +107,7 @@ - [183. Use Edgecenter DNS API](#dns_edgecenter) - [184. Use EfficienIP DNS API](#dns_efficientip) - [185. Use WEXBO DNS API](#dns_wexbo) +- [186. Use Wärner Technologie Services DNS-API](#dns_wts) - [Use custom API](#dns_myapi) - [Use lexicon DNS API](#dns_lexicon) @@ -2744,6 +2745,24 @@ To issue a cert: Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/6349) + + +## 186. Use Wärner Technologie Services DNS-API + +Login to your [WTS](https://hosting.waerner-techservices.de) Account, follow the [link](https://hosting.waerner-techservices.de) to the Hosting-Controlpanel and copy your API Key from the domain-details page. + +```sh +export WTS_API_Token="your_wts_domain_api_key" +``` + +To issue a cert, run command: + +```sh +./acme.sh --issue --dns dns_wts -d example.com -d *.example.com +``` + +Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/4419) + ## Use custom API