From 7c8c3501738ac5469e5b8ac07c8cf153f39575be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Fors=C3=A9ll?= Date: Sun, 2 Feb 2025 20:45:38 +0100 Subject: [PATCH] Add note on websupport.se, and fix 'example' spelling --- dnsapi2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dnsapi2.md b/dnsapi2.md index 9c5dd81..10180d4 100644 --- a/dnsapi2.md +++ b/dnsapi2.md @@ -1161,7 +1161,7 @@ But before reporting run the acme.sh with `--debug 2` switch and append full acm ## 118. Use Websupport DNS API -Obtain an api key and secret from https://admin.websupport.sk/en/auth/apiKey +Obtain an api key and secret from https://admin.websupport.sk/en/auth/apiKey or https://admin.websupport.se/en/auth/security-settings ```sh export WS_ApiKey="" export WS_ApiSecret="" @@ -1169,7 +1169,7 @@ export WS_ApiSecret="" To issue a cert: ```sh -./acme.sh --issue --dns dns_websupport -d example.com -d *.examle.com +./acme.sh --issue --dns dns_websupport -d example.com -d *.example.com ``` Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/3486)