From dc4045a39914f184f6055e50b203ed8f54d89182 Mon Sep 17 00:00:00 2001 From: ThiloGa <61890902+ThiloGa@users.noreply.github.com> Date: Sun, 8 Mar 2020 09:50:46 +0100 Subject: [PATCH] adding Namemaster --- dnsapi.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/dnsapi.md b/dnsapi.md index 5b74d55..31d8f78 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -2007,6 +2007,23 @@ acme.sh --issue --dns dns_constellix -d example.com -d www.example.com The `CONSTELLIX_Key` and `CONSTELLIX_Secret` will be saved in `~/.acme.sh/account.conf` and will be reused when needed. +## 100. Use Namemaster domain API + +Get your API credentials at https://namemaster.de DNS/API + +``` +export NM_user="XXX" +export NM_md5="XXX" +``` + +To issue a cert: +``` +acme.sh --issue --dns dns_nm -d example.com -d www.example.com +``` + +The `NM_user` and `NM_md5` 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.