certbot-dns-ionos
certbot-dns-ionos copied to clipboard
A certbot plugin for enabling DNS authentication with IONOS
Hi @helgeerbe, IONOS will soon release a certbot plugin for the Cloud DNS services: https://github.com/ionos-cloud/certbot-dns-ionos-cloud, and I wanted to add a brief mention to it here, so that the end...
In dns_ionos.py line 125 there's: ```python if resp.status_code != 200: content = json.loads(resp.content)[0] # on error content is array with 1 element ``` But I got a IONOS API answer...
Hi, I wonder if you would be able to publish this plugin to snap store ? I think lot of people are using certbot with snap, and it would make...
Thanks for your work on this! Is there any reference towards the IONOS Endpoint? I can't find any potential source of information around what possible endpoints could be configured, and...