Update the page for ZoneEdit support

master
Anton Avramov 2024-12-06 08:21:05 -05:00
parent 28183f4545
commit 8e75695bc4
1 changed files with 19 additions and 0 deletions

@ -94,6 +94,7 @@
- [170. Use omg.lol API](#dns_omglol)
- [171. Use Power-MailinaBox](#dns_pmiab)
- [172. Use Technitium DNS Server API](#dns_technitium)
- [173. Use ZoneEdit DNS API](#dns_zoneedit)
- [Use custom API](#dns_myapi)
- [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)
<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
If your API is not supported yet, you can write your own DNS API.