Updated dnsapi (markdown)

master
Arnaud Launay 2020-10-09 17:37:58 +02:00
parent abbeb29b14
commit c881d8d860
1 changed files with 14 additions and 0 deletions

@ -2479,6 +2479,20 @@ acme.sh --issue --dns dns_infomaniak -d example.com -d www.example.com
Please report any issue to https://github.com/acmesh-official/acme.sh/issues/3188 Please report any issue to https://github.com/acmesh-official/acme.sh/issues/3188
## 120. Use bookmyname.com API
Bookmyname hosts domains and has a small API.
Export your login/pass as an environment variable:
```
export BOOKMYNAME_USERNAME=xxx
export BOOKMYNAME_PASSWORD=yyy
acme.sh --issue --dns dns_bookmyname --dnssleep 600 -d example.com -d www.example.com
```
Please report any issue to https://github.com/acmesh-official/acme.sh/issues/3209
# 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.