My company has issued an ssl certificate in 3 formats xxxxBase64.cer, xxxxDERCert.cer and xxxx.p7b
Kibana-4.3.0 on linux machine
I want to have ssl configuration for kibana when opened in browser, not for requests between elasticsearch and kibana.
My elasticsearch still runs on http:// and not https://
I have not installed shield neither on elasticsearch nor kibana. I think that ssl configuration on kibana is independent of shield, correct me if I am wrong.
I found two options in kibana
ssl.server.cert
ssl.server.key
Guide me if only these two configuration is sufficient.
My question is the key asked here is private or public key.
If it is private key, then I have read on the net that .p7b files does not contain private key.
I am not able to find solutions to generate .cert and .key from certificates issued to me.
Kindly help