mirror of
https://github.com/acmesh-official/acme.sh
synced 2025-08-22 18:07:19 +00:00
Updated DNS API Dev Guide (markdown)
parent
fab909fa6b
commit
67a0e56154
@ -5,7 +5,7 @@ This guide is to help any developer interested to build a brand new DNS API for
|
|||||||
## Some useful tips
|
## Some useful tips
|
||||||
|
|
||||||
1. It's normal to run into errors, so do use `--debug 2` when testing. For e.g., `acme.sh --issue --debug 2 -d example.com --dns dns_myapi`
|
1. It's normal to run into errors, so do use `--debug 2` when testing. For e.g., `acme.sh --issue --debug 2 -d example.com --dns dns_myapi`
|
||||||
2. It's normal to burst rate limits for letsencrypt, so do use `--staging` when testing. For e.g., `acme.sh --issue --staging --debug 2 -d example.com --dns dns_myapi` Please read issue for details
|
2. It's normal to burst rate limits for letsencrypt, so do use `--staging` when testing. For e.g., `acme.sh --issue --staging --debug 2 -d example.com --dns dns_myapi` Read [issue 1787](https://github.com/Neilpang/acme.sh/issues/1787) for details. Remember to remove `--staging` after testing.
|
||||||
|
|
||||||
|
|
||||||
Let's assume your api name is `myapi`, and you will use your api like:
|
Let's assume your api name is `myapi`, and you will use your api like:
|
||||||
@ -228,4 +228,4 @@ To avoid the most common travis failures:
|
|||||||
* remove trailing spaces
|
* remove trailing spaces
|
||||||
* Doublequote variables (use echo _debug "txtvalue=$txtvalue" instead of _debug txtvalue=$txtvalue)
|
* Doublequote variables (use echo _debug "txtvalue=$txtvalue" instead of _debug txtvalue=$txtvalue)
|
||||||
* Always check the travis results after a commit
|
* Always check the travis results after a commit
|
||||||
* Consider using shellcheck (https://www.shellcheck.net/) before commiting
|
* Consider using shellcheck (https://www.shellcheck.net/) before commiting
|
Loading…
x
Reference in New Issue
Block a user