From 9c6945ba4be9caedae3af8ba27917c44ee506878 Mon Sep 17 00:00:00 2001 From: hiska Date: Mon, 2 Oct 2017 06:38:18 +0900 Subject: [PATCH] Update README.md --- dnsapi/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/dnsapi/README.md b/dnsapi/README.md index 34b3867..d361273 100644 --- a/dnsapi/README.md +++ b/dnsapi/README.md @@ -601,6 +601,20 @@ The `HE_Username` and `HE_Password` settings will be saved in `~/.acme.sh/accoun Please report any issues to https://github.com/angel333/acme.sh or to . +##32. Use DNSEver (https://www.dnsever.com/) + +You will need your login credentials (ID+PW) to the DNSEver, and export them before you run acme.sh: +``` +export DNSEVER_ID="KD-1234567" +export DNSEVER_PW="cdfkjl3n2" +``` + +Ok, let's issue a cert now: +``` +acme.sh --issue --dns dns_dnsever -d example.com -d www.example.com +``` +The DNSEVER_ID and DNSEVER_PW will be saved in ~/.acme.sh/account.conf and will be reused when needed. + # Use custom API If your API is not supported yet, you can write your own DNS API.