neil

Results 477 comments of neil

please enable the CI checks on your forked repo, and make it pass. https://github.com/acmesh-official/acme.sh/wiki/DNS-API-Test

you can use the `knotc` to check the zone: https://www.knot-dns.cz/docs/2.5/html/man_knotc.html Your should use the api to detect the zones: https://github.com/acmesh-official/acme.sh/wiki/DNS-API-Dev-Guide#3-detect-which-part-is-your-root-zone

the `dig` deosn't exist on every system. If you have to use it, check with `_exists()` first. It's strongly recommended to use the `_ns_lookup()` function to dig dns records with...

@SimonVanacco you can clone the repo and then run the tests there.

if the retryafter is too large, it usually means the ca is refusing your requests. so we should give up. Maybe 600 is not that large to give up. how...

no, it's nothing to do with ACME. Did you include your cert chain in the server?