1

what are the steps required to configure https in browser and kibanna server. i downloaded some certification from internet and it is saying not a secure one. it is for our production environment. my company may provide valid ssl certificate. in that case what are the things required?

https://www.elastic.co/guide/en/kibana/current/configuring-tls.html

Learn Hadoop
  • 2,760
  • 8
  • 28
  • 60

1 Answers1

0

According to the documentation, you have to modify your kibana.yml such as:

server.ssl.enabled: true
server.ssl.key: /path/to/your/server.key
server.ssl.certificate: /path/to/your/server.crt
Ortomala Lokni
  • 56,620
  • 24
  • 188
  • 240