commit | 44b35322501b263113b21b938103bc8c32d4ffaf | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Thu Oct 17 16:28:40 2019 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Wed Oct 23 11:54:51 2019 +0200 |
tree | 6494b2619e2cb9bd659e606968c30a11176e7326 | |
parent | 849eed6b25fb0d4f5c350158ae02d0ca8d4b4618 [diff] |
MINOR: ssl/cli: update ocsp/issuer/sctl file from the CLI It is now possible to update new parts of a CKCH from the CLI. Currently you will be able to update a PEM (by default), a OCSP response in base64, an issuer file, and a SCTL file. Each update will creates a new CKCH and new sni_ctx structure so we will need a "commit" command later to apply several changes and create the sni_ctx only once.