Hello, I am trying to setup a test of haproxy terminating ssl for an IIS website. The IIS site already has a ssl cert bound to it. Do I just export the cert from IIS and then point haproxy to the cert file? Like: bind 0.0.0.0:443 ssl crt ./mycert.crt prefer-server-ciphers
I am not well versed in SSL tech so thanks for all help. - ALex

