From 8e75695bc49ec4110bf8fc275ec2f0a159ba36ac Mon Sep 17 00:00:00 2001 From: Anton Avramov Date: Fri, 6 Dec 2024 08:21:05 -0500 Subject: [PATCH] Update the page for ZoneEdit support --- dnsapi2.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/dnsapi2.md b/dnsapi2.md index d2ca8cc..c3b2e8d 100644 --- a/dnsapi2.md +++ b/dnsapi2.md @@ -94,6 +94,7 @@ - [170. Use omg.lol API](#dns_omglol) - [171. Use Power-MailinaBox](#dns_pmiab) - [172. Use Technitium DNS Server API](#dns_technitium) +- [173. Use ZoneEdit DNS API](#dns_zoneedit) - [Use custom API](#dns_myapi) - [Use lexicon DNS API](#dns_lexicon) @@ -2380,6 +2381,24 @@ Then issue a cert: Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/6116) + + +## 173. Use ZoneEdit DNS API + +Before first execution define the following in sh (or bash): +```sh +export ZONEEDIT_ID="your id" +export ZONEEDIT_Token="Your token" +``` +Where ZONEEDIT_ID is your zone edit ID and ZONEEDIT_Token is the same token as for dynamic IP dns update at [zoneedit](https://www.zoneedit.com/). + +Then issue a cert: +```sh +./acme.sh --issue --dns dns_zoneedit -d example.com -d *.example.com +``` + +Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/6135) + ## Use custom API If your API is not supported yet, you can write your own DNS API.