Skip to content

Commit

Permalink
Note S3 plugin uses JVM-wide truststore (elastic#77676)
Browse files Browse the repository at this point in the history
Today it's not clear how to tell Elasticsearch to trust an S3-compatible
repository that presents a certificate issued by a private or
nonstandard CA. This commit expands the docs to say how.

Supersedes elastic#65034
Relates elastic#77081

Co-authored-by: Joost De Cock <[email protected]>

Co-authored-by: Joost De Cock <[email protected]>
  • Loading branch information
DaveCTurner and joostdecock committed Sep 14, 2021
1 parent 4d4f2a9 commit 136140f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/plugins/repository-s3.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,10 @@ settings belong in the `elasticsearch.yml` file.
`protocol`::

The protocol to use to connect to S3. Valid values are either `http` or
`https`. Defaults to `https`.
`https`. Defaults to `https`. When using HTTPS, this plugin validates the
repository's certificate chain using the JVM-wide truststore. Ensure that
the root certificate authority is in this truststore using the JVM's
`keytool` tool.

`proxy.host`::

Expand Down

0 comments on commit 136140f

Please sign in to comment.