haproxy does not start anymore, it shows the error
bind :443\' : unable to load SSL private key from PEM file ...
We did not change a
The order in which the cert and key files appear in the pem is important. Use the following to create the pem file.
cat example.com.crt example.com.key > example.com.pem