commit | 8e8581e242f94625340028b9006bb62a3cbfd898 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Tue Oct 20 17:36:46 2020 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Tue Oct 20 18:25:46 2020 +0200 |
tree | be833ce4bc6fe8b33173f355e79ca4ab3070ed29 | |
parent | 835712ad909fe1b36ee53f521d17bbc0a5df3794 [diff] |
MINOR: ssl: 'ssl-load-extra-del-ext' removes the certificate extension In issue #785, users are reporting that it's not convenient to load a ".crt.key" when the configuration contains a ".crt". This option allows to remove the extension of the certificate before trying to load any extra SSL file (.key, .ocsp, .sctl, .issuer etc.) The patch changes a little bit the way ssl_sock_load_files_into_ckch() looks for the file.