-
Notifications
You must be signed in to change notification settings - Fork 254
[DOCS] Update certificate path in Docker installation #2096
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Update the path where auto generated certificates are stored in the docker instructions
| . Copy the generated password and enrollment token and save them in a secure | ||
| location. These values are shown only when you start {es} for the first time. | ||
|
|
||
| . Locate the CA certificate in your container. This command returns the path | ||
| to the `http_ca.crt` certificate, which you'll use in the next step. | ||
| + | ||
| [source,sh] | ||
| ---- | ||
| docker exec -it es01 /bin/bash -c "find /usr/share/elasticsearch -name http_ca.crt" | ||
| ---- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jkakavas, did you mean to remove these ☝️ steps? I believe that users should still copy the generated password and enrollment token, and the command to locate the CA cert is useful. Let me know if this wasn't your intention, or if something was altered that necessitated this change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for catching this, it was simply an over-jealous selection. I only meant to remove the ". Locate the CA cert.." step. This was only useful so that we could find the path in the container and then use it below in the docker cp command. Now, we know the path in the container so we can reference it directly in the docker cp below
* Create get-started-docker.asciidoc Update the path where auto generated certificates are stored in the docker instructions * Add step for copying password and enrollment token Co-authored-by: Adam Locke <adam.locke@elastic.co> (cherry picked from commit 60596d2)
* Create get-started-docker.asciidoc Update the path where auto generated certificates are stored in the docker instructions * Add step for copying password and enrollment token Co-authored-by: Adam Locke <adam.locke@elastic.co> (cherry picked from commit 60596d2)
* Create get-started-docker.asciidoc Update the path where auto generated certificates are stored in the docker instructions * Add step for copying password and enrollment token Co-authored-by: Adam Locke <adam.locke@elastic.co> (cherry picked from commit 60596d2)
* Create get-started-docker.asciidoc Update the path where auto generated certificates are stored in the docker instructions * Add step for copying password and enrollment token Co-authored-by: Adam Locke <adam.locke@elastic.co> (cherry picked from commit 60596d2) Co-authored-by: Ioannis Kakavas <ioannis@elastic.co>
* Create get-started-docker.asciidoc Update the path where auto generated certificates are stored in the docker instructions * Add step for copying password and enrollment token Co-authored-by: Adam Locke <adam.locke@elastic.co> (cherry picked from commit 60596d2) Co-authored-by: Ioannis Kakavas <ioannis@elastic.co>
* Create get-started-docker.asciidoc Update the path where auto generated certificates are stored in the docker instructions * Add step for copying password and enrollment token Co-authored-by: Adam Locke <adam.locke@elastic.co> (cherry picked from commit 60596d2) Co-authored-by: Ioannis Kakavas <ioannis@elastic.co>
Update the path where auto generated certificates are stored in the docker instructions