-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Support for provider: eurodns #1481
Comments
Hey @ldez! Sorry to bother you like this but you're the last person who interacted with this issue, is there any chance that this will be considered for support anytime soon? |
I can work it if you can test a PR. |
Sure, though my usage of Lego is through Traefik where I'd already have a ready to test use case. But it'll be a while till it makes it's way to Traefik, let me know what you need and thank you! |
I spent hours working on the implementation (a complex one because based on namespaced XML, this is not really supported by Go) with the API documentation: https://agent.api-eurodns.com/ And, I just wanted to get an error to show the response and test the client, and surprise the API endpoint is dead... I digged a bit and I found they have a new API... 😢 So I need to do the implementation once again 😢 |
Sad news again... Their API seems to be only for resellers... @sw0ok Can you contact EuroDNS to validate that? |
Sad news again... Email response from EuroDNS is as follows
I guess that concludes this topic then, thank you for your time! |
UPDATE: I got another email after querying further about why am I being locked out of possibility to setup automated SSL as a non-reseller, that's the response
So after all it seems that it is possible, but to obtain the API key is by no means an automated process and you have to be very explicit on how you want to use it... I will have to continue this exchange to obtain the API key for myself so that I can test your PR later on, but you'd also have to go through it to obtain one for your implementation and testing I guess. |
I think this is still not good, the API required by lego is not an API for SSL certificate management but an API for DNS records management. |
That's my bad, forgot that this provider support is for the sole purpose of solving the DNS Challenge (duh). I am being constantly referred to sales team for even informations on the API, we effectively want information on DNS Record management API to be able to manage TXT records for the purpose of solving the DNS Challenge. I forwarded the chain of emails with this exact information to them and was told that I should get the answer tomorrow morning. I'll keep you updated then. |
I got the response from Sales team of EuroDNS, they unfortunately confirm that the current API is exclusively available to domain resellers. There's a glimmer of hope as the email also states
but no further infos are provided. Once again thank you for your time, I'll try and track the progress of this to give you a heads up in the future should the said |
Welcome
How do you use lego?
Docker image
Link to the DNS provider
https://eurodns.com
Link to the API documentation
Only for resellers https://docapi.eurodns.com/OLD API https://agent.api-eurodns.com/Additional Notes
https://github.com/omines/eurodnsgoThe GitHub repo has been deleted, and only one fork still exists https://github.com/jaztec/eurodnsgo.The text was updated successfully, but these errors were encountered: