Skip to content

Commit 2dff6b8

Browse files
Replace Deprecated SSL Settings with their latest values (#17392) (#17398)
(cherry picked from commit 2a03d7e) Co-authored-by: Rob Bavey <[email protected]>
1 parent 6bab23b commit 2dff6b8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/static/security/pki-auth.asciidoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ client-certificate for authentication, you configure the `keystore` and
1111
output {
1212
elasticsearch {
1313
...
14-
keystore => /path/to/keystore.jks
15-
keystore_password => realpassword
16-
truststore => /path/to/truststore.jks <1>
17-
truststore_password => realpassword
14+
ssl_keystore_path => /path/to/keystore.jks
15+
ssl_keystore_password => realpassword
16+
ssl_truststore_path => /path/to/truststore.jks <1>
17+
ssl_truststore_password => realpassword
1818
}
1919
}
2020
--------------------------------------------------
2121
<1> If you use a separate truststore, the truststore path and password are
22-
also required.
22+
also required.

0 commit comments

Comments
 (0)