From b05f720c7d8ab4c20776d3981c6f7cf25b811e3a Mon Sep 17 00:00:00 2001 From: neil Date: Sat, 18 May 2019 21:13:15 +0800 Subject: [PATCH] Updated dnsapi (markdown) --- dnsapi.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/dnsapi.md b/dnsapi.md index 0285d78..745a746 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -1518,6 +1518,26 @@ acme.sh --issue --dns dns_internetbs -d example.com -d www.example.com The `INTERNETBS_API_KEY` and `INTERNETBS_API_PASSWORD` will be saved in `~/.acme.sh/account.conf` and will be reused when needed. + +## 80. Use durabledns.com API + +Create an API token in your durabledns.com account. + +Set your API token: +``` +export DD_API_User="..." +export DD_API_Key="..." +``` + +To issue a certificate run: +``` +acme.sh --issue --dns dns_durabledns -d example.com -d '*.example.com' +``` + +The `DD_API_User` and `DD_API_Key` will be saved in `~/.acme.sh/account.conf` and will be reused when needed. + + + --------------------------------- # Use custom API