From 2588d6a001700d2ab43416fdd0205dc11ae82433 Mon Sep 17 00:00:00 2001 From: wurzelpanzer <32928046+wurzelpanzer@users.noreply.github.com> Date: Mon, 23 Dec 2019 16:22:20 +0100 Subject: [PATCH] Updated dnsapi (markdown) --- dnsapi.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/dnsapi.md b/dnsapi.md index 252e97f..7dfb09a 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -1911,6 +1911,26 @@ To issue a cert: acme.sh --issue --dns dns_misaka -d example.com -d www.example.com ``` +## 95. Use easyDNS.net API to automatically issue a cert +You need to sign up for beta API access [here](http://docs.sandbox.rest.easydns.net/beta_signup.php). +Docs: http://sandbox.rest.easydns.net:3000/ + +``` +export EASYDNS_Key="xxxxxxxxxxxxxxxxx.xxxxxxxx" +export EASYDNS_Token="xxxxxxxxxxxxxxx.xxxxxxxx" +``` + +Ok, let's issue a cert now: +``` +acme.sh --issue --dns dns_easydns -d example.com -d www.example.com +``` +The `EASYDNS_Key` and `EASYDNS_Token` will be saved in `~/.acme.sh/account.conf` and will be reused when needed. + +If you find any bugs, please report here: + +https://github.com/Neilpang/acme.sh/issues/2647 + + # Use custom API If your API is not supported yet, you can write your own DNS API.