From c1d0591876f93ff511dd9926a49707f0edf78f15 Mon Sep 17 00:00:00 2001 From: neil <8305679+Neilpang@users.noreply.github.com> Date: Sat, 20 Jul 2019 16:05:11 +0800 Subject: [PATCH] Updated dnsapi (markdown) --- dnsapi.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/dnsapi.md b/dnsapi.md index 3317a1f..b1d0f35 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -1646,6 +1646,29 @@ export JD_REGION="cn-north-1" # 这里写你要改的区域 有 bug 的话可以报到这里: https://github.com/Neilpang/acme.sh/issues/2388 +## 84. Use hexonet.com DNS API to automatically issue a cert + +You'll need username and password. + + +```sh +export Hexonet_Username="xxxxxxxxxx" +export Hexonet_Password="xxxxxxxxxx" +``` + +To issue a cert: + +```sh +acme.sh --issue --dns dns_hexonet -d example.com -d www.example.com +``` + +The `Hexonet_Username` and `Hexonet_Password` 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/2389 + + # Use custom API If your API is not supported yet, you can write your own DNS API.