Update security certificate with a different CA

Hello Team,

As per the document , first we need to take a backup of elaticsearch.yml, the elasticsearch.yml file in the current 8 version looks different.

Enable security features

xpack.security.enabled: true

xpack.security.enrollment.enabled: true

Enable encryption for HTTP API client connections, such as Kibana, Logstash, and Agents

xpack.security.http.ssl:
enabled: true
keystore.path: certs/http.p12

Enable encryption and mutual authentication between cluster nodes

xpack.security.transport.ssl:
enabled: true
verification_mode: certificate
keystore.path: certs/transport.p12
truststore.path: certs/transport.p12

Please advise is the document is correct we have single file for transport layer in keystore and trust store, but in the document they mentioned two different files.

Hello Team,

Anyone please help me on this.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.