commit | fe61656bb2077d9487eb512e034c16ab2d39c1a1 | [log] [tgz] |
---|---|---|
author | Emmanuel Hocdet <manu@gandi.net> | Tue Jan 22 15:31:15 2013 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Apr 02 16:59:19 2013 +0200 |
tree | 04f24734575ae055634ee8a8e7cb9f3aa4b00f62 | |
parent | 47f922dd244a277cf41eba8bc93c9d660a884ed3 [diff] |
MEDIUM: ssl: add mapping from SNI to cert file using "crt-list" It designates a list of PEM file with an optional list of SNI filter per certificate, with the following format for each line : <crtfile>[ <snifilter>]* Wildcards are supported in the SNI filter. The certificates will be presented to clients who provide a valid TLS Server Name Indication field matching one of SNI filter. If no SNI filter is specified the CN and alt subjects are used.