It would be great if there were built-in support for hot reloading of SSL credentials, along with an example for how to do it.
Per @fafhrd91 at actix/actix-web#754:
You just need to replace ssl acceptor. Restart is not required
https://github.com/actix/actix-net/blob/master/actix-server/src/ssl/openssl.rs#L62
It would be great if there were built-in support for hot reloading of SSL credentials, along with an example for how to do it.
Per @fafhrd91 at actix/actix-web#754: