commit | 30fcca18a57b8d82f60b1a43b6fc4897f6f531c9 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Wed Mar 30 12:03:12 2022 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Wed Mar 30 14:56:10 2022 +0200 |
tree | c11be1e27791e4940c0de97afc0ac6b68393dba0 | |
parent | 26654e7a59f7097d263ad5b29c7a9dea58401ee8 [diff] |
MINOR: ssl/lua: CertCache.set() allows to update an SSL certificate file The CertCache.set() function allows to update an SSL certificate file stored in the memory of the HAProxy process. This function does the same as "set ssl cert" + "commit ssl cert" over the CLI. This could be used to update the crt and key, as well as the OCSP, the SCTL, and the OSCP issuer. The implementation does yield every 10 ckch instances, the same way the "commit ssl cert" do.