commit | 3f25ae31bdc0e7a178e75e2cd08e8deb6bfe101e | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Mon Feb 24 16:30:12 2020 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Mon Feb 24 16:34:16 2020 +0100 |
tree | 04b0394451b4342ee9f05b947188423ef6f425d4 | |
parent | 4c5adbf595b8cca4722724a5613e23b1ecc67252 [diff] |
BUG/MINOR: ssl: load .key in a directory only after PEM Don't try to load a .key in a directory without loading its associated certificate file. This patch ignores the .key files when iterating over the files in a directory. Introduced by 4c5adbf ("MINOR: ssl: load the key from a dedicated file").