commit | 98263291cc3395a26a87408a900a93242f3f042d | [log] [tgz] |
---|---|---|
author | Emmanuel Hocdet <manu@gandi.net> | Thu Dec 29 18:26:15 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jan 13 11:40:34 2017 +0100 |
tree | 897fbc336bdb2f317b2d95a633dd7a22e2985057 | |
parent | 70e2f272127a931a7b245a95e3a022879145e1dd [diff] |
MAJOR: ssl: bind configuration per certificat crt-list is extend to support ssl configuration. You can now have such line in crt-list <file>: mycert.pem [npn h2,http/1.1] Support include "npn", "alpn", "verify", "ca_file", "crl_file", "ecdhe", "ciphers" configuration and ssl options. "crt-base" is also supported to fetch certificates.