mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
(cherry picked from commit 2a03d7e8dd
)
Co-authored-by: Rob Bavey <rob.bavey@elastic.co>
This commit is contained in:
parent
3fd69d48bc
commit
76aae9a524
1 changed files with 5 additions and 5 deletions
10
docs/static/security/pki-auth.asciidoc
vendored
10
docs/static/security/pki-auth.asciidoc
vendored
|
@ -11,12 +11,12 @@ client-certificate for authentication, you configure the `keystore` and
|
|||
output {
|
||||
elasticsearch {
|
||||
...
|
||||
keystore => /path/to/keystore.jks
|
||||
keystore_password => realpassword
|
||||
truststore => /path/to/truststore.jks <1>
|
||||
truststore_password => realpassword
|
||||
ssl_keystore_path => /path/to/keystore.jks
|
||||
ssl_keystore_password => realpassword
|
||||
ssl_truststore_path => /path/to/truststore.jks <1>
|
||||
ssl_truststore_password => realpassword
|
||||
}
|
||||
}
|
||||
--------------------------------------------------
|
||||
<1> If you use a separate truststore, the truststore path and password are
|
||||
also required.
|
||||
also required.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue