mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-09 16:42:10 +08:00
adding Namemaster
17
dnsapi.md
17
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.
|
||||
|
||||
Reference in New Issue
Block a user