From 514e20558330cdb7b6b4401da8e877be3753b91c Mon Sep 17 00:00:00 2001 From: hiska Date: Wed, 29 Mar 2017 11:53:29 +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 18c1ca9f..f5ba41b3 100644 --- a/dnsapi/README.md +++ b/dnsapi/README.md @@ -348,6 +348,20 @@ Ok, let's issue a cert now: ``` acme.sh --issue --dns dns_gandi_livedns -d example.com -d www.example.com ``` +## 19. 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 +``` + + # Use custom API