diff --git a/dnsapi/README.md b/dnsapi/README.md index 34b38678..d3612735 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.