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
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.
© 2020. All Rights Reserved - Elasticsearch
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.