From 1f91b4a919cbbfccf5e4ddc3ad21d1a4b03a58a9 Mon Sep 17 00:00:00 2001 From: jlebherz Date: Tue, 25 Feb 2025 18:32:46 +0100 Subject: [PATCH] Updated dnsapi2 (markdown) --- dnsapi2.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/dnsapi2.md b/dnsapi2.md index c9ecb60..3b11375 100644 --- a/dnsapi2.md +++ b/dnsapi2.md @@ -100,6 +100,7 @@ - [176. Use OpenProvider (REST) DNS API](#dns_openprovider_rest) - [177. Use Beget.com DNS API](#dns_beget) - [178. Use FreeMyIP DNS API](#dns_freemyip) +- [178. Use Area-7 DNS API](#dns_area7) - [Use custom API](#dns_myapi) - [Use lexicon DNS API](#dns_lexicon) @@ -2527,6 +2528,29 @@ To issue your certificate run: Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/6247) + + +## 179. Use area-7 DNS API + +This uses the DNS-API of area-7 IT-Services GmbH Cloud-DNS + +1. First you need to create a new (not already taken) domain +2. Grab the API token you are given + +Before running `acme.sh` script, you need to provide your token: + +```sh +export area7_Token="API_token" +``` + +To issue your certificate run: + +```sh +./acme.sh --issue --dns dns_area7 -d example.area-7.cloud +``` + +Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/6248) + ## Use custom API