commit | a645b6a21f2828b2e8779d0dafdf3c49cc9f7d38 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed May 04 19:58:00 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 06 18:13:36 2022 +0200 |
tree | c0dd8e539ee4f42c7dc169bd830294821901b55b | |
parent | 96c9a6c752d9e521876471402650da13c765eba4 [diff] |
CLEANUP: ssl/cli: use a local context for "commit ssl cert" This command only really uses old_ckchs, new_ckchs and next_ckchi from the appctx's ssl context. The new structure "commit_cert_ctx" only has these 3 fields, though none could be removed from the shared ssl context since they're still used by other commands.