Hacker News new | ask | show | jobs
by viraptor 3646 days ago
To be more precise, I meant "is there a way to automatically manage CF certificate from LE". There are many ways to manage local certs (or update things by hand), but if you can't automatically update the CF one, it's going to be a bit of a problem.
2 comments

Looks like CloudFlare has an API endpoint for certificate management[1], so this should be possible, though I haven't seen any tooling for this specifically.

[1]: https://api.cloudflare.com/#custom-ssl-for-a-zone-properties

It's definitely doable, I ran across some examples [1] while looking for an automated process for renewing within docker.

[1]: https://github.com/AnalogJ/lexicon