commit | f3eedfe19592ebcbaa5b97d8c68aa162e7f6f8fa | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Mon Jan 25 17:19:44 2021 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Tue Jan 26 15:19:36 2021 +0100 |
tree | eb4f8d2007e8271d64e840a5e6ad62d615ec18e9 | |
parent | d817dc733eacfd7cf5bb0bbc6128f44644db078e [diff] |
MEDIUM: ssl: Enable backend certificate hot update When trying to update a backend certificate, we should find a server-side ckch instance thanks to which we can rebuild a new ssl context and a new ckch instance that replace the previous ones in the server structure. This way any new ssl session will be built out of the new ssl context and the newly updated certificate. This resolves a subpart of GitHub issue #427 (the certificate part)