neil

Results 361 comments of neil

sorry, it was bug imported recently. just fixed it. please try again with the latest dev branch ``` acme.sh --upgrade -b dev ```

fix the CI check first: https://github.com/acmesh-official/acme.sh/wiki/DNS-API-Test

It was closed automatically.

if SELFHOSTDNS_RID can not be created by the api, it will be a problem to support multiple domains. for example, if you have 3 domains hosted there, and you need...

remove SELFHOSTDNS_RID , SELFHOSTDNS_RID2 and SELFHOSTDNS_LAST_SLOT Just SELFHOSTDNS_MAP should be enough. It can be format: `sub.domain.net: sub2.domain.net: sub3.domain.net:` or `sub.domain.net:: sub2.domain.net:: sub3.domain.net::`

the latest run was not passing? https://github.com/Marvo2011/acme.sh/actions/runs/2961394624

https://github.com/acmesh-official/acme.sh/wiki/DNS-API-Dev-Guide ![image](https://user-images.githubusercontent.com/8305679/188635599-2f92e817-1379-49f3-8053-ae90c3ed91fd.png)

you can edit the wiki page now.

here are more info about the hooks: https://github.com/acmesh-official/acme.sh/wiki/Using-pre-hook-post-hook-renew-hook-reloadcmd as well as: https://github.com/acmesh-official/acme.sh/wiki/deployhooks if you use `reloadcmd` or the `deployhook`, the file paths are all passed by the parameters. If you...

Tabs might be reasonable, but is there a hard reason that we HAVE TO replace all the indentions with Tabs? I mean are there any use cases that the current...