From f6c6315827ecb8e524a7e64f5dc1159c84ebff24 Mon Sep 17 00:00:00 2001 From: trgosk <60927148+trgosk@users.noreply.github.com> Date: Fri, 18 Sep 2020 00:40:06 +0200 Subject: [PATCH] Updated dnsapi (markdown) --- dnsapi.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/dnsapi.md b/dnsapi.md index 08c2230..89cedd8 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -2419,6 +2419,20 @@ If you face any bug, please use this [page](https://github.com/acmesh-official/a Enjoy it. +## 118. Use Websupport DNS API +Obtain an api key and secret from https://admin.websupport.sk/en/auth/apiKey +``` +export WS_ApiKey="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" +export WS_ApiSecret="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" +``` + +To issue a cert: +``` +acme.sh --issue --dns dns_vercel -d example.com -d www.example.com +``` + +Report any issues to https://github.com/trgosk/acme.sh/issues + # Use custom API If your API is not supported yet, you can write your own DNS API.