Updated dnsapi2 (markdown)
parent
de8bbf0efb
commit
6f8af044c1
|
@ -2385,6 +2385,8 @@ Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issu
|
||||||
|
|
||||||
## 173. Use ZoneEdit DNS API
|
## 173. Use ZoneEdit DNS API
|
||||||
|
|
||||||
|
This uses ZoneEdit DNS API for [zoneedit](https://www.zoneedit.com/) dns service. It was developed as a separate project [sslcertzoneedit](https://github.com/blueslow/sslcertzoneedit) with information provided in the [Zoneedit forum](https://forum.zoneedit.com/index.php?threads/automating-changes-of-txt-records-in-dns.7394/post-19772)
|
||||||
|
|
||||||
Before first execution define the following in sh (or bash):
|
Before first execution define the following in sh (or bash):
|
||||||
```sh
|
```sh
|
||||||
export ZONEEDIT_ID="your id"
|
export ZONEEDIT_ID="your id"
|
||||||
|
|
Loading…
Reference in New Issue