go-acme / lego

Let's Encrypt/ACME client and library written in Go
https://go-acme.github.io/lego/
MIT License
7.91k stars 1.02k forks source link

Support for provider: Websupport #1811

Closed dominikbullo closed 1 year ago

dominikbullo commented 1 year ago

Welcome

How do you use lego?

Library

Link to the DNS provider

https://websupport.sk/

Link to the API documentation

https://rest.websupport.sk/docs/v1.zone

Additional Notes

Please, implement this provider. I can help you or give you some account to work on this. I would love to use it with Treafik 👏

ldez commented 1 year ago

Hello @dominikbullo,

I'm working on this, can you give me apiKey and a secret to working on this more easily? How would you like to share them securely?

I already created a client based on the API documentation but I'm not sure about some elements in the response examples (the error field seems to be an array or an object or both)