commit | f5ae8f763704eac18bbc604cb6cfc6383f8b1e0e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Sep 07 16:58:00 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat Sep 08 08:31:50 2012 +0200 |
tree | 507e6e7f576f8401ff01169d4ae838fc97bd9ff2 | |
parent | aa52bef622bd9749cb45b7c86de215ab8b35a9e7 [diff] |
MEDIUM: config: centralize handling of SSL config per bind line SSL config holds many parameters which are per bind line and not per listener. Let's use a per-bind line config instead of having it replicated for each listener. At the moment we only do this for the SSL part but this should probably evolved to handle more of the configuration and maybe even the state per bind line.