From a80ad34454e74bef7433f5725b62081bb96c44ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maurice=20Preu=C3=9F?= Date: Sat, 28 Dec 2024 21:41:48 +0100 Subject: [PATCH] Adding Anikeen Cloud DNS --- dnsapi2.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/dnsapi2.md b/dnsapi2.md index 695232e..a6dd416 100644 --- a/dnsapi2.md +++ b/dnsapi2.md @@ -95,6 +95,7 @@ - [171. Use Power-MailinaBox](#dns_pmiab) - [172. Use Technitium DNS Server API](#dns_technitium) - [173. Use ZoneEdit DNS API](#dns_zoneedit) +- [174. Use Anikeen DNS API](#dns_anikeen) - [Use custom API](#dns_myapi) - [Use lexicon DNS API](#dns_lexicon) @@ -2381,6 +2382,29 @@ Then issue a cert: Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/6135) + + + +## 174. Use Anikeen DNS API + +This uses Anikeen DNS API for [Anikeen Cloud](https://anikeen.cloud) dns service. + +For information on how to obtain a token, please read the [Anikeen Cloud API documentation](https://docs.api.anikeen.cloud). + +After obtaining token, you need to export it as an environment variable: + +```sh +export ANIKEEN_API_KEY="your_access_token" +``` + +Then, you can issue a certificate by executing: + +```sh +./acme.sh --issue --dns dns_anikeen -d example.com -d *.example.com +``` + +Please report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/6175) + ## Use custom API If your API is not supported yet, you can write your own DNS API.