So enterprise should work without kibana?
In ep yml I have this
elasticsearch.ssl.certificate_authority: /etc/elasticsearch/certs/http_ca.crt
Getting this error
Invalid config file (/usr/share/enterprise-search/config/enterprise-search.yml):
The setting '#/elasticsearch/ssl/certificate_authority' is not valid: error reading file '/etc/elasticsearch/certs/http_ca.crt'
With CURL command works same path to http_ca.crt and user elastic : password
curl --cacert /etc/elasticsearch/certs/http_ca.crt -u elastic:<passwors> https://localhost:9200
{
"name" : "rofccs901a",
"cluster_name" : "elasticsearch",
"cluster_uuid" : "uS1qTEERSJmATh40KAV-Cw",
"version" : {
"number" : "8.6.2",
"build_flavor" : "default",
"build_type" : "rpm",
"build_hash" : "2d58d0f136141f03239816a4e360a8d17b6d8f29",
"build_date" : "2023-02-13T09:35:20.314882762Z",
"build_snapshot" : false,
"lucene_version" : "9.4.2",
"minimum_wire_compatibility_version" : "7.17.0",
"minimum_index_compatibility_version" : "7.0.0"
},
"tagline" : "You Know, for Search"
}