I plan to use Caddy with DNS ACME Challenge and read through the documentation where it said " Caddy supports many DNS providers.". I read through the source code and decided to ready my own DNS Server for the httpreq method.
I noticed that this method was only pulled in a few days ago and also wrote a sh script to make it work via the “generic” DNS provider.
When downloading i noticed that generic isn’t available from the plugin list either.
Is the only option to use those plugins building caddy myself?
I think this is just a case where @matt has yet to document the functionality and make it available to the build server (download page). As you noted, the httpreq provider was only recently added to the Caddy repo for plugging in.
Hi,
thank you!!
I think the “generic” / exec DNS provider was added quite some time ago which makes me wonder why he is still missing from the downloads page.
I tried to build caddy to get these plugins working like this: