I'm trying to use our own certs with ELK but when I use them instead of the working self certs I get the error "Kibana server is not ready yet" when I go to the website.
Please show what is the error message in your web browser, also you need to configure this in kibana.yml :
server.ssl.enabled: true
server.ssl.certificate: /etc/kibana/certs/XX.crt
server.ssl.key: /etc/kibana/certs/XX.key
# Needed to make sure the certificate is from a "trusted" issuer
elasticsearch.ssl.certificateAuthorities: /path/to/corp.crt
You should also put the correct server-name in server.name ( FQDN )
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.