mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-03-14 16:10:09 +08:00
Updated dnsapi (markdown)
parent
979bcfd85a
commit
b05f720c7d
20
dnsapi.md
20
dnsapi.md
@ -1518,6 +1518,26 @@ acme.sh --issue --dns dns_internetbs -d example.com -d www.example.com
|
||||
|
||||
The `INTERNETBS_API_KEY` and `INTERNETBS_API_PASSWORD` will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
|
||||
|
||||
|
||||
## 80. Use durabledns.com API
|
||||
|
||||
Create an API token in your durabledns.com account.
|
||||
|
||||
Set your API token:
|
||||
```
|
||||
export DD_API_User="..."
|
||||
export DD_API_Key="..."
|
||||
```
|
||||
|
||||
To issue a certificate run:
|
||||
```
|
||||
acme.sh --issue --dns dns_durabledns -d example.com -d '*.example.com'
|
||||
```
|
||||
|
||||
The `DD_API_User` and `DD_API_Key` will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
|
||||
|
||||
|
||||
|
||||
---------------------------------
|
||||
|
||||
# Use custom API
|
||||
|
Loading…
Reference in New Issue
Block a user