in trying to complete my ROR install, I got a system cert from my CA. I converted the PEM (PKCS7) and imported it into the keystore.js file. in the kibana.yml file I set
server.ssl.enabled: true
server.ssl.certificate: /path/to/the/pem (inside Kibana config directory)
server.ssl.key: /path/to/the/key (also inside kibana config directory)
then when i go to start kibana i see the error
FATAL Error: digital envelope routines:FVP_DecryptFinal_ex:bad decrypt
googling it showed me this page: but my PEM file has the chain included in it.
any pointers?