From ba982f1fa640171df9323ba30fe64ca05084e1e5 Mon Sep 17 00:00:00 2001 From: trgosk <60927148+trgosk@users.noreply.github.com> Date: Sat, 28 Nov 2020 20:51:14 +0100 Subject: [PATCH] fix letter case, wildcard example --- dnsapi.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dnsapi.md b/dnsapi.md index d64f9c2..f71491a 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -2454,13 +2454,13 @@ 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" +export WS_ApiKey="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" +export WS_ApiSecret="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" ``` To issue a cert: ``` -acme.sh --issue --dns dns_websupport -d example.com -d www.example.com +acme.sh --issue --dns dns_websupport -d "*.example.com" -d "examle.com" ``` Report any issues to https://github.com/trgosk/acme.sh/issues