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