Hi Team,
I am getting error while configuring SSL in kibana.
Steps that i have tried.
- we are using Keytool to generate .key and .crt and public key we are getting from MS PKI.
- after including .key and .cert into the kibana.yml file
SSL for outgoing requests from the Kibana Server (PEM formatted)
ssl_key_file: /elkt/ssl/server.key
ssl_cert_file: /elkt/ssl/server.crt
we are getting below error.
crypto.js:135
if (options.cert) c.context.setCert(options.cert);
^
Error: error:0906D06C:PEM routines:PEM_read_bio:no start line
at Object.exports.createCredentials (crypto.js:135:31)
Kindly help me to fix this issue.
Also let me know if you have any steps to configure the SSL in Kibana.
Note: already referred below link but it didnt help to fix the issue.
https://www.elastic.co/guide/en/kibana/current/production.html#enabling-ssl
Thanks,
Rohan