acmesh-official / acme.sh

A pure Unix shell script implementing ACME client protocol
https://acme.sh
GNU General Public License v3.0
38.15k stars 4.88k forks source link

Report bugs to Timeweb Cloud DNS API #5140

Open nikolaypronchev opened 3 months ago

nikolaypronchev commented 3 months ago

This is the place to report bugs in the Timeweb Cloud DNS API.

If you encounter any bugs, kindly report them in this issue.

github-actions[bot] commented 3 months ago

Please upgrade to the latest code and try again first. Maybe it's already fixed. acme.sh --upgrade If it's still not working, please provide the log with --debug 2, otherwise, nobody can help you.

outrullers commented 2 months ago

There is a project on Timeweb Cloud DNS API https://github.com/pertsevds/acme.sh_dnsapi_timeweb.cloud/tree/main

nikolaypronchev commented 2 months ago

There is a project on Timeweb Cloud DNS API https://github.com/pertsevds/acme.sh_dnsapi_timeweb.cloud/tree/main

Hello! Thanks for sharing this project. However, I noticed a few issues. There are no pull requests (PRs) from the author in acme.sh repo, and the results of automated tests are missing. Additionally, the project lacks license information and does not have any permission from the author to use his code.

If you are affiliated with the mentioned DNS API and believe it offers a better implementation, please feel free to submit a PR and mention it in this or related topics.

outrullers commented 2 months ago

Hello! I'm not affiliated with that project. I've just found it and mentioned it in this topic in case it can be of any help) I tried it and succesfully issued certs using timeweb`s DNS challenge, but it had issues with deleting TXT records.

I will try your's too.

P.S. thank you for this DNSAPI )