commit | 24a20b980854b14213fabd2de008cfaf104ca1f1 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Jun 03 11:50:40 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Jun 03 12:12:04 2022 +0200 |
tree | d13c1443e58be28b452d0bbc1ae5cd8399f172bc | |
parent | 6af2fc6a3ffb14677d96c0ee796f07893366ccb1 [diff] |
MINOR: ssl_ckch: Remove service context for "set ssl cert" command This command does not have I/O handle function. All is done in the command parsing function. So there is no reason to have dedicated context.