mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 00:11:45 +00:00
Added documentation
This commit is contained in:
parent
5f9b57d300
commit
e2f1338f94
@ -1139,6 +1139,22 @@ You can then issue certs by using:
|
|||||||
```acme.sh --issue --dns dns_pointhq -d example.com -d www.example.com
|
```acme.sh --issue --dns dns_pointhq -d example.com -d www.example.com
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## 59. Use do.de API
|
||||||
|
|
||||||
|
Create an API token in your do.de account.
|
||||||
|
|
||||||
|
Set your API token:
|
||||||
|
```
|
||||||
|
export DO_LETOKEN='FmD408PdqT1E269gUK57'
|
||||||
|
```
|
||||||
|
|
||||||
|
To issue a certificate run:
|
||||||
|
```
|
||||||
|
acme.sh --issue --dns dns_doapi -d example.com -d *.example.com
|
||||||
|
```
|
||||||
|
|
||||||
|
The API token 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…
Reference in New Issue
Block a user