rembik / dehydrated-hetzner-hook

Hetzner dns-01 challenge hook for Let's Encrypt client dehydrated
MIT License
18 stars 4 forks source link

Support for Hetzner KonsoleH #14

Closed nix-nutz closed 6 years ago

nix-nutz commented 6 years ago

Hi, i did setup a fresh Debian stretch and followed the instructions in the README file. (BTW: debian users need also to run "pip3 install wheel" before installing requirements, otherwise installation of "future" will fail). I did setup config files accordingly, and did run "dehydrated --register --accept-terms".

When i run dehydrated -c the first time, i get this output: root@mail /opt # dehydrated -c

INFO: Using main config file /etc/dehydrated/config

My python is poor, i try'd to investigate the code, seems like the function _update_zone_id does return 0 zone_ids

Nix-Nutz

nix-nutz commented 6 years ago

With the help of rembik i found the problem causing this error. When using Hetzner, the domain needs to be added to Hetzner Robot, Hetzner KonsoleH is not supported.

I currently transfer the domain to Hetzner Robot, i will let you now if this solves the issue.

nix-nutz commented 6 years ago

After moving the domain from Hetzner KonsoleH to Hetzner Robot the hook worked like a charm, rembik thank you for helping!