go-acme / lego

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

Add support for http.net #2013

Closed saz closed 10 months ago

saz commented 10 months ago

Welcome

How do you use lego?

Through Traefik

Detailed Description

Right now, it's not possible to use the hostingde DNS provider for http.net, but one is a "reseller" of the other and you just need to provide a different API url to get it working.

See https://github.com/acmesh-official/acme.sh/wiki/dnsapi#dns_hostingde as an example.

ldez commented 10 months ago

Hello,

I would propose something else:

exmatrikulator commented 4 months ago

Thanks for adding httpnet. But it doesn't work in traefik 2.11 :(

"cannot get ACME client unrecognized DNS provider: httpnet"

Probably you forgot to register the name? Like https://github.com/go-acme/lego/blob/master/providers/dns/dns_providers.go#L247