I use a certificate with a password: elastic-certificates.p12, how to add configuration to docker and docker-compose

xpack.security.transport.ssl.keystore.password: 123456
xpack.security.transport.ssl.truststore.password: 123456

Writing it in elasticsearch.yml fails to start.

I want to use a certificate with a password: elastic-certificates.p12
How to configure using docker.

@ikakavas could you help me? thank you!

Hi !

Please refrain from pinging specific people in the forums. Anyone can chime in and help out :slight_smile:

  1. Take a look at our docker documentation if you haven't done so already, this will be greatly helpful for you : https://www.elastic.co/guide/en/elastic-stack-get-started/current/get-started-docker.html

  2. Please spend the time to clearly state your problem, at minimum:

    • what you try to achieve
    • what you have done already (as in your entire configuration, not just two lines)
    • what you expected to happen
    • what happened instead ("fails to start" gives us nothing we can help you with) , logs , the exact error message or exception, etc.

    The more time you spend on explaining your issue, the more probable is someone will be able to help you solve it.

1 Like

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