mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-09 22:12:44 +00:00
Update README.md for autoDNS
This commit is contained in:
parent
59e9750602
commit
967250ab9f
@ -651,6 +651,24 @@ 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.
|
Both, `SERVERCOW_API_Username` and `SERVERCOW_API_Password` will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
|
||||||
|
|
||||||
|
## 36. Use autoDNS (InternetX)
|
||||||
|
|
||||||
|
[InternetX](https://www.internetx.com/) offers an [xml api](https://help.internetx.com/display/API/AutoDNS+XML-API) with your standard login credentials, set them like so:
|
||||||
|
|
||||||
|
```
|
||||||
|
export AUTODNS_USER="yourusername"
|
||||||
|
export AUTODNS_PASSWORD="password"
|
||||||
|
export AUTODNS_CONTEXT="context"
|
||||||
|
```
|
||||||
|
|
||||||
|
Then you can issue your certificates with:
|
||||||
|
|
||||||
|
```
|
||||||
|
acme.sh --issue --dns dns_autodns -d example.com -d www.example.com
|
||||||
|
```
|
||||||
|
|
||||||
|
The `AUTODNS_USER`, `AUTODNS_PASSWORD` and `AUTODNS_CONTEXT` settings will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
|
||||||
|
|
||||||
# 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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user