Update the page for ZoneEdit support
parent
28183f4545
commit
8e75695bc4
19
dnsapi2.md
19
dnsapi2.md
|
@ -94,6 +94,7 @@
|
||||||
- [170. Use omg.lol API](#dns_omglol)
|
- [170. Use omg.lol API](#dns_omglol)
|
||||||
- [171. Use Power-MailinaBox](#dns_pmiab)
|
- [171. Use Power-MailinaBox](#dns_pmiab)
|
||||||
- [172. Use Technitium DNS Server API](#dns_technitium)
|
- [172. Use Technitium DNS Server API](#dns_technitium)
|
||||||
|
- [173. Use ZoneEdit DNS API](#dns_zoneedit)
|
||||||
- [Use custom API](#dns_myapi)
|
- [Use custom API](#dns_myapi)
|
||||||
- [Use lexicon DNS API](#dns_lexicon)
|
- [Use lexicon DNS API](#dns_lexicon)
|
||||||
|
|
||||||
|
@ -2380,6 +2381,24 @@ Then issue a cert:
|
||||||
|
|
||||||
Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/6116)
|
Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/6116)
|
||||||
|
|
||||||
|
<a name="dns_zoneedit"/>
|
||||||
|
|
||||||
|
## 173. Use ZoneEdit DNS API
|
||||||
|
|
||||||
|
Before first execution define the following in sh (or bash):
|
||||||
|
```sh
|
||||||
|
export ZONEEDIT_ID="your id"
|
||||||
|
export ZONEEDIT_Token="Your token"
|
||||||
|
```
|
||||||
|
Where ZONEEDIT_ID is your zone edit ID and ZONEEDIT_Token is the same token as for dynamic IP dns update at [zoneedit](https://www.zoneedit.com/).
|
||||||
|
|
||||||
|
Then issue a cert:
|
||||||
|
```sh
|
||||||
|
./acme.sh --issue --dns dns_zoneedit -d example.com -d *.example.com
|
||||||
|
```
|
||||||
|
|
||||||
|
Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/6135)
|
||||||
|
|
||||||
## 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