Update documentation about autoDNS

Adjust to the changes made in dns_autodns.sh
This commit is contained in:
Yannic Haupenthal 2018-04-17 17:30:01 +02:00 committed by GitHub
parent a5d83b47bd
commit 30382f516b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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