oGGy990 / certbot-dns-inwx

INWX DNS authenticator plugin for certbot
Apache License 2.0
105 stars 16 forks source link

dns_inwx: guess domains by querying the nameserver endpoints #21

Closed nilsding closed 1 week ago

nilsding commented 3 years ago

Since I don't have all my domains with INWX but still use their nameservers the domain guessing routine fails, as the domain could not be found. Trying to guess it via the nameserver APIs works fine though...

oGGy990 commented 1 week ago

Hey, sorry about the lack of feedback. The linked issues give some rationale why I was opposing this change. But due to the "new" subaccounts with their restrictive roles, using the domain endpoint isn't feasible anymore.

As INWX has reworked their ApiClient package, I have reproduced your suggestion in commit e37467c.

Thanks for your efforts, anyway.