Ludovic Fernandez
Ludovic Fernandez
Since #43, the design is extremely complex and it's not really Go idiomatic (it feels more like Python/JS code style). I think the global design can and must be simplified.
Hello, why do you want to proxy the calls to DigitalOcean API made for DNS ACME challenge? What kind of information did you expect?
Hello, You can create a PR, I will help you with Go and lego architecture if you need it.
@jatsqi do you need help?
Hello, the EAB information are provided via CLI flags: ``` --eab Use External Account Binding for account registration. Requires --kid and --hmac. --kid value Key identifier from External CA. Used...
The EAB information is defined by the RFC and nothing else, each ACME provider can create an API to generate the EAB information. There is no common way to handle...
Hello, in order for a PR adding a DNS provider to be accepted, you have to: - [ ] add a description to your PR - [ ] be able...
Hello @AlexSnet, Do you plan to finish the development of this provider?
Hello @AlexSnet, Do you plan to finish the development of this provider? If you don't answer I will close this PR soon.
Hello, the `getDirectory` is not related to a DNS server but to the ACME server, so I don't understand your PR. it seems to me that you're just trying to...