Hacker News new | ask | show | jobs
by viraptor 3644 days ago
Can you already use let's encrypt with cloudflare? (HN uses it for protection)
1 comments

You can use any custom certificate, but you'll need the Business ($200/month) plan.
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.
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