On Wed, Jun 17, 2020 at 03:34:41PM +0200, bjun...@gmail.com wrote: > Am Mittwoch, 17. Juni 2020 schrieb William Lallemand <wlallem...@haproxy.com > > > > With these commands you created a certificate storage, but the > > certificate is unused because it is not associated with any bind > > line. To do so, you should add your certificate to a crt-list or a > > directory. > > > > In your configuration file, "/etc/haproxy/ssl/" is the directory > > associated to your bind line. To associate this file to your directory > > you must do: > > "add ssl crt-list /etc/haproxy/ssl/ /etc/haproxy/ssl/bar.com.pem" > > > > as documented here: > > > > https://cbonte.github.io/haproxy-dconv/2.2/management. > > html#add%20ssl%20crt-list > > > > Regards, > >
> Hi, > > i'm also testing this feature at the moment and can confirm it works > flawlessly. > > This feature greatly simplifies my setup, thanks William! > > Best regards, > Bjoern That's good to read. Thanks for the feedback! -- William Lallemand