mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-10 05:24:11 +00:00
Update documentation about autoDNS
Adjust to the changes made in dns_autodns.sh
This commit is contained in:
parent
a5d83b47bd
commit
30382f516b
@ -680,14 +680,15 @@ And now you can issue certs with:
|
|||||||
acme.sh --issue --dns dns_namesilo --dnssleep 900 -d example.com -d www.example.com
|
acme.sh --issue --dns dns_namesilo --dnssleep 900 -d example.com -d www.example.com
|
||||||
```
|
```
|
||||||
|
|
||||||
## 36. Use autoDNS (InternetX)
|
## 36. Use autoDNS (InternetX or Schlund Technologies)
|
||||||
|
|
||||||
[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:
|
[InternetX](https://www.internetx.com/) offers an [xml api](https://help.internetx.com/display/API/AutoDNS+XML-API) with your standard login credentials. You can also use this API for [Schlund Technologies](https://www.schlundtech.de/). Set them like so:
|
||||||
|
|
||||||
```
|
```
|
||||||
export AUTODNS_USER="yourusername"
|
export AUTODNS_USER="yourusername"
|
||||||
export AUTODNS_PASSWORD="password"
|
export AUTODNS_PASSWORD="password"
|
||||||
export AUTODNS_CONTEXT="context"
|
export AUTODNS_CONTEXT="context"
|
||||||
|
export AUTODNS_API="https://gateway.autodns.com" # or export AUTODNS_API="https://gateway.schlundtech.de"
|
||||||
```
|
```
|
||||||
|
|
||||||
Then you can issue your certificates with:
|
Then you can issue your certificates with:
|
||||||
@ -696,7 +697,7 @@ Then you can issue your certificates with:
|
|||||||
acme.sh --issue --dns dns_autodns -d example.com -d www.example.com
|
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.
|
The `AUTODNS_USER`, `AUTODNS_PASSWORD`, `AUTODNS_CONTEXT` and `AUTODNS_API` settings will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
|
||||||
|
|
||||||
## 37. Use Azure DNS
|
## 37. Use Azure DNS
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user