Is anyone working on an acme client for SSL certs?

Hey folks, just wondering if there’s anyone actively working on an elixir acme client for getting SSL certs from CAs? If not, I think I’ll start working on one inspired by the way Caddy server handles things.

1 Like

It looks like on hex.pm there are a few projects from 2018-2021. I think some may require an external dependency on certbot though.

1 Like

Thanks for finding those!

My hope is to have a more generic acme client for any acme-compliant provider (zerossl, google, let’s encrypt, etc.) that could be used for many domains instead of just the host of the phoenix app, and have an on-demand feature like caddy does. Something that could be plugged into a reverse proxy or any app taking web requests.

1 Like