Skip to content

Commit

Permalink
Merge pull request #150 from logstash-plugins/yaauie-patch-1
Browse files Browse the repository at this point in the history
Docs: clarify that `ssl_certificate_authorities` takes at-most-one value
  • Loading branch information
yaauie authored Jan 15, 2025
2 parents 2fae93e + b9e7173 commit a59fad7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -348,10 +348,13 @@ NOTE: This setting can be used only if <<plugins-{type}s-{plugin}-ssl_key>> is s
===== `ssl_certificate_authorities`

* Value type is a list of <<path,path>>
* This plugin does not support multiple entries
* There is no default value for this setting

The .cer or .pem CA files to validate the server's certificate.

NOTE: When provided with a single PEM file that contains multiple certificates, all enclosed certificates will be trusted.

[id="plugins-{type}s-{plugin}-ssl_cipher_suites"]
===== `ssl_cipher_suites`

Expand Down Expand Up @@ -510,4 +513,4 @@ The plugin will fail to start if it contains any of these obsolete options.
[id="plugins-{type}s-{plugin}-common-options"]
include::{include_path}/{type}.asciidoc[]

:default_codec!:
:default_codec!:

0 comments on commit a59fad7

Please sign in to comment.