How to Add SSL certificate path in kibana.yml?

HI ALL,

I am little bit confused on the SSL path settings in kibana.yml

i have a openssl 1.0.2 file!

in that where i can find the paths of the file for

server.ssl.key: /path/to/your/server.key
server.ssl.cert: /path/to/your/server.crt

suggestions will be helpfull

Kibana is looking for paths on your machine to your certificate and key files. If you only have one file or it's in a different format it'll have to be split up into separate .crt and .key files.

Thank you @jbudz