mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-07-12 09:18:52 +00:00
Add namesilo.com dns api support
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user