Closed leegarrett closed 1 week ago
Hey everyone,
the newly released version 3.0.0 is only relying on the nameserver API endpoints now. So from now on, only the 'DNS management' / 'DNS Verwaltung' role is required. I've also added a remark about that to any authorization error messages, to the README and generally improved error reporting.
When updating my certifcate via this plugin I encountered this error:
The corresponding code looks like this: https://github.com/oGGy990/certbot-dns-inwx/blob/c3952fd8179690a679c69c61149206f363c23bce/certbot_dns_inwx/dns_inwx.py#L199-L211
After running certbot with the python debugger I got a more helpful error:
Hmm, so it's a permission error with my credentials. Would be nice if the error from calling
self.inwx.domain.info()
would actually output those errors instead of silencing them.