ACME DNS plugin he (hurricane electric) not working

pcmike

New Member
Jul 1, 2022
3
1
3
It seems the ACME DNS plugin he for hurricane electric is broken. It only has a field for "api" which HE doesn't actually have. If you look on the acme.sh GitHub page explaining how it auth's with he.. it mentions exporting HE_Username and HE_Password, however I've tried putting these values in the "api" field within Proxmox every which way and none of the ways result in the dns plugin authing with hurricane electric. I've done a few searches on this subject, but came up empty handed.. I'm guessing HE is not a very popular DNS provider. Any ideas how I can get the dns plugin within Proxmox to auth with HE? Thank you.
 
Hi,

not all ACME providers got a schema definition in our wrapper, we provided it for well known ones (from our POV) and user requested or contributed ones. HE hasn't any schema as its not widely used in central Europe (where most developers are based) and no user requested or (better) contributed it yet.

https://git.proxmox.com/?p=proxmox-...dd5eef71d5a31216375bc970098bad76;hb=HEAD#l174

https://git.proxmox.com/?p=proxmox-...1cd115a765e1d1917733db84c21a6c952a441;hb=HEAD

If there's no schema configured our GUI falls back to a single text area that allows the user to input all variables themselves in a more manual way. See https://pve.proxmox.com/pve-docs/chapter-sysadmin.html#sysadmin_certs_acme_dns_challenge

.. it mentions exporting HE_Username and HE_Password, however I've tried putting these values in the "api" field within Proxmox every which way and none of the ways result in the dns plugin authing with hurricane electric
What was the exact value you tried, well, with credential (but no other syntax!) censored?

They need to be written as KEY=VALUE pairs (one per line), without export or quotes IIRC.
 
Please ignore me.. I was able to get it working without the $ and quotes. Thank you.
 
Last edited:
I've done a few searches on this subject, but came up empty handed.

I was able to get it working


I had the same problem, but luckily I did not come up empty handed. I found this here, https://xkcd.com/979/

Then I read your first post with some more attention, and saw the actual keys that I skipped on first reading. In hindsight, your post as well as the documentation are quite clear ;-)

So, for the next impatient reader, what I did for HE (that currently does not have an API, so acme.sh logs in using your own credentials):
  • In datacenter, under the ACME heading:
    • Accounts --> Add, to create an account with Letsencrypt (I gave it the name of my node, free text, and chose the 'Staging' ACME-directory for initial testing; it takes a few seconds to register with Letsencrypt.
    • Challenge plugins --> Add, to configure the login for Hurricane Electric
      • Plugin ID: give it a nice name without spaces
      • Validation Delay: I let it at 30 seconds
      • DNS API: I chose HE here
      • API Data: single text field that accepts key=value pairs as described above and in the docs
        • HE_Username=myuser
        • HE_Password=myuserscomplicatedpassword
  • Over to Nodes, under System--> Certificates
    • ACME --> Add, to set the challenge type (DNS) and the FQDN for the node
    • "Using Account:" --> Edit, chose the account created above --> Apply
    • "Order Certificates Now"
  • No errors? Congratulations! But, there is no certificate yet (staging after al)
    • Go back to datacenter, add an account in the production (non-staging) ACME-directory
    • Return to nodes and reconfigure ACME, chosing the production account behind "Using Account:"
    • Rerun "Order Certificates Now"
  • I got thrown out of my session upon reloading of the GUI, and Firefox did not approve of logging in via IP. Using the hostname it worked flawlessly now.
Thanks for your hints!
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!