From c881d8d860906dab9ccdb818fe644564997f2aa0 Mon Sep 17 00:00:00 2001 From: Arnaud Launay <2205303+alaunay@users.noreply.github.com> Date: Fri, 9 Oct 2020 17:37:58 +0200 Subject: [PATCH] Updated dnsapi (markdown) --- dnsapi.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/dnsapi.md b/dnsapi.md index 1a7d34a..ad70abb 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -2479,6 +2479,20 @@ acme.sh --issue --dns dns_infomaniak -d example.com -d www.example.com Please report any issue to https://github.com/acmesh-official/acme.sh/issues/3188 +## 120. Use bookmyname.com API + +Bookmyname hosts domains and has a small API. + +Export your login/pass as an environment variable: + +``` +export BOOKMYNAME_USERNAME=xxx +export BOOKMYNAME_PASSWORD=yyy +acme.sh --issue --dns dns_bookmyname --dnssleep 600 -d example.com -d www.example.com +``` + +Please report any issue to https://github.com/acmesh-official/acme.sh/issues/3209 + # Use custom API If your API is not supported yet, you can write your own DNS API.