Add namesilo.com dns api support

This commit is contained in:
Meowthink
2018-01-14 14:19:33 +08:00
parent 59e9750602
commit eb207322d3
3 changed files with 153 additions and 0 deletions

View File

@ -651,6 +651,21 @@ acme.sh --issue --dns dns_servercow -d example.com -d www.example.com
```
Both, `SERVERCOW_API_Username` and `SERVERCOW_API_Password` will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
## 35. Use Namesilo.com API
You'll need to generate an API key at https://www.namesilo.com/account_api.php
Optionally you may restrict the access to an IP range there.
```
export Namesilo_Key="xxxxxxxxxxxxxxxxxxxxxxxx"
```
And now you can issue certs with:
```
acme.sh --issue --dns dns_namesilo --dnssleep 900 -d example.com -d www.example.com
```
# Use custom API
If your API is not supported yet, you can write your own DNS API.