adding Namemaster

master
ThiloGa 2020-03-08 09:50:46 +01:00
parent 54343179e4
commit dc4045a399
1 changed files with 17 additions and 0 deletions

@ -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. 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 # Use custom API
If your API is not supported yet, you can write your own DNS API. If your API is not supported yet, you can write your own DNS API.