[erlang-questions] Refreshing ssl certificates in a cowboy application

Danil Zagoskin z@REDACTED
Wed Nov 8 16:54:51 CET 2017


Hi!

OTP's ssl subsystem with default settings reloads the certfile without any
extra actions.
See ssl_pem_cache.erl for implementation details.

On Wed, Nov 8, 2017 at 5:44 PM, Facundo Olano <facundo.olano@REDACTED
> wrote:

> Hi!
>
> We are serving a cowboy web application with certbot/let's encrypt
> certificates which expire every 90 days. Since the cert files are changing
> so often, I'm wondering if there's a way to reload them without having to
> restart the application.
>
> I understand cowboy ultimately uses the Erlang ssl module, so I guess this
> is not a cowboy specific issue.
>
> Thanks,
> Facundo.
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
>


-- 
Danil Zagoskin | z@REDACTED
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20171108/951c9587/attachment.htm>


More information about the erlang-questions mailing list