Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we remove "a list of" to make it clearer?

Copy link
Contributor Author

@yaauie yaauie Jan 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The value-type for the ssl_certificate_authorities setting across all plugins is a list, but the maximum capacity of that list in this particular plugin is one.

* 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!:
Loading