From 71fd38eddbb92c06e682f1d80346153766f3d5da Mon Sep 17 00:00:00 2001 From: masem Date: Sun, 7 Jun 2020 04:53:58 +0200 Subject: [PATCH] Updated dnsapi (markdown) --- dnsapi.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/dnsapi.md b/dnsapi.md index 75802db..d93dfe2 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -2273,6 +2273,27 @@ For repeated calls use acme.sh --issue --dns dns_kappernet -d ``` +## 112. Use Wedos API + +First create your WAPI password and add your IP address to access list at customer portal. For more info visit, [https://kb.wedos.com/en/kategorie/wapi-api-interface/](https://kb.wedos.com/en/kategorie/wapi-api-interface/) + +Set variables: + +``` +export WEDOS_User='xxx@xxx.xx' +export WEDOS_Pass='xxx123' +or use sha1 hash of WEDOS_Pass directly +export WEDOS_Hash='xxxxxxxxxx' +``` + +Issue your certs: +``` +acme.sh --issue --dns dns_wedos -d xxx.xx -d www.xxx.xx +``` + +WEDOS_User and WEDOS_Hash will be stored in `~/.acme.sh/account.conf` and will be reused when needed. + + # Use custom API If your API is not supported yet, you can write your own DNS API.