Browse Source

Changed order in readme, added do.de

pull/2053/head
Tobias Mädel 6 years ago
parent
commit
75fe022f96
  1. 1
      README.md
  2. 26
      dnsapi/README.md

1
README.md

@ -350,6 +350,7 @@ You don't have to do anything manually!
1. Exoscale.com API (https://www.exoscale.com/)
1. PointDNS API (https://pointhq.com/)
1. Active24.cz API (https://www.active24.cz/)
1. do.de API (https://www.do.de/)
And:

26
dnsapi/README.md

@ -1139,38 +1139,38 @@ You can then issue certs by using:
```acme.sh --issue --dns dns_pointhq -d example.com -d www.example.com
```
## 59. Use do.de API
## 59. Use Active24 API
Create an API token in your do.de account.
Create an API token in the Active24 account section, documentation on https://faq.active24.com/cz/790131-REST-API-rozhran%C3%AD.
Set your API token:
```
export DO_LETOKEN='FmD408PdqT1E269gUK57'
export ACTIVE24_Token='xxx'
```
To issue a certificate run:
Now, let's issue a cert, set `dnssleep` for propagation new DNS record:
```
acme.sh --issue --dns dns_doapi -d example.com -d *.example.com
acme.sh --issue --dns dns_active24 -d example.com -d www.example.com --dnssleep 1000
```
The API token will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
The `ACTIVE24_Token` will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
## 60. Use Active24 API
## 60. Use do.de API
Create an API token in the Active24 account section, documentation on https://faq.active24.com/cz/790131-REST-API-rozhran%C3%AD.
Create an API token in your do.de account.
Set your API token:
```
export ACTIVE24_Token='xxx'
export DO_LETOKEN='FmD408PdqT1E269gUK57'
```
Now, let's issue a cert, set `dnssleep` for propagation new DNS record:
To issue a certificate run:
```
acme.sh --issue --dns dns_active24 -d example.com -d www.example.com --dnssleep 1000
acme.sh --issue --dns dns_doapi -d example.com -d *.example.com
```
The `ACTIVE24_Token` will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
The API token will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
# Use custom API

Loading…
Cancel
Save