-
-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Report bugs to zone.eu (zone.ee) dns api #2146
Comments
heya, i'm trying to get a cert for router.tatari.platvorm.ee, but get an error 'invalid domain'
|
Yes that is correct. router.tatari.platvorm.ee is not required to be set in zone config. https://github.com/Neilpang/acme.sh/blob/ef15e55947f0df966822cdbede6a1bd572970eb6/dnsapi/dns_zone.sh#L130 is the function that finds out root domain (domain that has config file). It checks by using requested domain and then removed one subdomain after another until some A record is found.
So please check if you have A record set for router.tatari.platvorm.ee, tatari.platvorm.ee or platvorm.ee and your API key has permissions to read those. |
ah, very well. turns out i failed to properly research the set up, and the name server in use is actually provided digital ocean... thanks for looking over this. |
submitted PR to not use A record check anymore #2662 |
This is the place to report bugs in the Zone.eu (zone.ee) DNS API.
If you experience a bug, please report it in this issue.
The text was updated successfully, but these errors were encountered: