]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: load the key from a dedicated file
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 24 Feb 2020 13:23:22 +0000 (14:23 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 24 Feb 2020 14:39:53 +0000 (15:39 +0100)
commit4c5adbf595b8cca4722724a5613e23b1ecc67252
tree3e1925420db02e395e5a9c35c274902da045eed3
parentd43183d05f26e29fb0e75cf2b5f8a4ef47f8891d
MINOR: ssl: load the key from a dedicated file

For a certificate on a bind line, if the private key was not found in
the PEM file, look for a .key and load it.

This default behavior can be changed by using the ssl-load-extra-files
directive in the global section

This feature was mentionned in the issue #221.
doc/configuration.txt
src/ssl_sock.c