dns01-exec-plugins
dns01-exec-plugins copied to clipboard
Add DNS-01 plugin for Cloudflare API provider
This adds a complete DNS-01 exec plugin for interacting with the Cloudflare API, allowing for the automatic creation, updating and deleting of DNS records for pre-existing zones.
Only standard library functionality has been used.
Using this for my own projects, so figured I'd open a PR. Feel free to close if you don't see this repo as a catch-all for DNS-01 plugins.
Wow sad to see this unnoticed. This was the first google for dns01 exec plugin cloudflare so if I find either a repo with this code or another implementation which is standard I’ll link to it here
FWIW I've since moved to using jetstack/cert-manager, which has support for DNS-01 validation on Cloudflare, as well as other conveniences. This should still work, however.
After research I came to this conclusion too.
Cheers