Add DNS API support for MyDNS.JP

This commit is contained in:
epgdatacapbon
2018-11-24 01:58:46 +09:00
parent 393d8b9ded
commit 14ad5955b5
2 changed files with 226 additions and 0 deletions

View File

@ -1014,6 +1014,22 @@ Now you can issue a certificate.
acme.sh --issue --dns dns_namecheap -d example.com -d *.example.com
```
## 54. Use MyDNS.JP API
First, register to MyDNS.JP and get MasterID and Password.
```
export MYDNSJP_MasterID=MasterID
export MYDNSJP_Password=Password
```
To issue a certificate:
```
acme.sh --issue --dns dns_mydnsjp -d example.com -d www.example.com
```
The `MYDNSJP_MasterID` and `MYDNSJP_Password` 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.