From a3d9b579afdecb9cd07bfb110f43b800acd12517 Mon Sep 17 00:00:00 2001 From: Brandon Morelli Date: Tue, 3 Nov 2020 11:53:25 -0800 Subject: [PATCH] docs: update a scenario when ca is self signed. (#21090) (#22204) Co-authored-by: Brandon Morelli Co-authored-by: Camille Li --- libbeat/docs/shared-ssl-config.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libbeat/docs/shared-ssl-config.asciidoc b/libbeat/docs/shared-ssl-config.asciidoc index 43a88002bcd..ce573aae38d 100644 --- a/libbeat/docs/shared-ssl-config.asciidoc +++ b/libbeat/docs/shared-ssl-config.asciidoc @@ -104,7 +104,7 @@ NOTE: SSL settings are disabled if either `enabled` is set to `false` or the [float] ==== `certificate_authorities` -The list of root certificates for server verifications. If `certificate_authorities` is empty or not set, the trusted certificate authorities of the host system are used. +The list of root certificates for server verifications. If `certificate_authorities` is empty or not set, the trusted certificate authorities of the host system are used. If `certificate_authorities` is self-signed, the host system needs to trust that CA cert as well. By default you can specify a list of file that +{beatname_lc} will read, but you can also embed a certificate directly in the `YAML` configuration: [source,yaml]