BUG/MINOR: cli: restore "set ssl tls-key" command
authorLukas Tribus <lukas@ltri.eu>
Tue, 24 Oct 2017 10:26:31 +0000 (12:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 25 Oct 2017 02:11:27 +0000 (04:11 +0200)
commitf4bbc438fccc2bb2fdd45c81feafc7d7d9f3fb88
tree5771479e2e116d514a522e4447616c1c90442cec
parentef607050754981f4ed9280e96e94f77ce471fd68
BUG/MINOR: cli: restore "set ssl tls-key" command

in 32af203b75 ("REORG: cli: move ssl CLI functions to ssl_sock.c")
"set ssl tls-key" was accidentally replaced with "set ssl tls-keys"
(keys instead of key). This is undocumented and breaks upgrades from
1.6 to 1.7.

This patch restores "set ssl tls-key" and also registers a helptext.

This should be backported to 1.7.
src/ssl_sock.c