Skip to content

Commit d5c3ff0

Browse files
[8.17] Update installing-stack-demo-secure.asciidoc (backport #2938) (#2940)
replaces #2870 (cherry picked from commit 7913b1c) Co-authored-by: shainaraskas <58563081+shainaraskas@users.noreply.github.com>
1 parent 951113d commit d5c3ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/install-upgrade/installing-stack-demo-secure.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ sudo /usr/share/elasticsearch/jdk/bin/keytool -importcert -trustcacerts -nopromp
9898
+
9999
["source","shell"]
100100
----
101-
keytool -keystore elastic-stack-ca.p12 -list
101+
sudo /usr/share/elasticsearch/jdk/bin/keytool -keystore /etc/elasticsearch/certs/elastic-stack-ca.p12 -list
102102
----
103103
+
104104
NOTE: The keytool utility is provided as part of the {es} installation and is located at: `/usr/share/elasticsearch/jdk/bin/keytool` on RPM installations.

0 commit comments

Comments
 (0)