From b0b8553180fd909a2e71688ae9e59ac97a9a65bd Mon Sep 17 00:00:00 2001 From: Rene Luria Date: Mon, 21 Sep 2020 08:51:00 +0200 Subject: [PATCH] Added infomaniak.com dns api --- dnsapi.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/dnsapi.md b/dnsapi.md index 514d8ea..2565881 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -2433,6 +2433,20 @@ acme.sh --issue --dns dns_websupport -d example.com -d www.example.com Report any issues to https://github.com/trgosk/acme.sh/issues +## 119. Use infomaniak.com API + +Infomaniak hosts a large number of domains and other hosted services. +Create a token with Domain scope in the API dashboard at +https://manager.infomaniak.com/v3//api/dashboard +and export it as an environment variable: + +``` +export INFOMANIAK_API_TOKEN=xxx +acme.sh --issue --dns dns_infomaniak -d example.com -d www.example.com +``` + +Please report any issue to https://github.com/acmesh-official/acme.sh/issues/3188 + # Use custom API If your API is not supported yet, you can write your own DNS API.