Elastic Search Certificate

Hi,
Is there any way to give absolute path to the certificate and key instead of config folder?

xpack.security.transport.ssl.key: absolutepath/ca.key

xpack.security.transport.ssl.certificate: absolutepath/ca.crt

No, this is due to the java security manager restricting to only whitelisted locations.

You can use an absolute path if you want, but the files must be in the config directory.

Thank You!

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