2
0
mirror of https://github.com/acmesh-official/acme.sh synced 2025-08-30 22:05:34 +00:00

Updated DNS API Dev Guide (markdown)

neil
2022-06-26 08:30:01 +08:00
parent 0972111c56
commit f242d35f88

@@ -23,9 +23,9 @@ Here we go:
Read it first: Read it first:
https://github.com/Neilpang/acme.sh/blob/master/dnsapi/dns_cf.sh https://github.com/Neilpang/acme.sh/blob/master/dnsapi/dns_cf.sh
### 2. The script file name must be `myapi.sh` ### 2. The script file name must be `dns_myapi.sh`
The file name must be in this format: `yourApiName.sh`, in this example, it should be `myapi.sh` The file name must be in this format: `dns_yourApiName.sh`, in this example, it should be `dns_myapi.sh`
### 3. The file can be placed in `acme.sh/` folder, or in `acme.sh/dnsapi/` subfolder. ### 3. The file can be placed in `acme.sh/` folder, or in `acme.sh/dnsapi/` subfolder.