haproxy - unable to load SSL private key from PEM file

后端 未结 9 1560
悲哀的现实
悲哀的现实 2021-02-05 00:41

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

9条回答
  •  我在风中等你
    2021-02-05 01:02

    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
    

提交回复
热议问题