Replies: 1 comment
-
|
I made a PR for this. home-assistant/addons#4545 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've run the LE provider for a while with an API key to cloudflare so it could do the DNS-01 challenge there. The unfortunate downside is of course that now my HA instances has an API key that controls my entire DNS zone. CF back then only offered "global API keys", which were horrible, but now at least they have somewhat scoped API keys that can only do f.ex. zone edits. Unfortunately their Zone edits still apply to a whole zone.
To combat this, I'm experimenting with dns01proxy, which is a LAN-local HTTP server that proxies DNS edits. I can set up
acme.shwith this f.ex., and alsolego- but unfortunately the LE App does not have thehttpreqprovider exposed via configuration. Its my impression that it "just" needs to expose the proper config params, and then httpreq can be used.Resources:
As a sidenote. The lego site lists 194 providers (some seem dubious, so likely not all 194 are valid), while the LE app only offers 44 of those providers as config options. Was there a reason why not every provider was just mapped over? I've seen the setup script and it does seem to hold per-provider mappings of config input to lego env vars.. so there is that.
Beta Was this translation helpful? Give feedback.
All reactions